diff options
Diffstat (limited to 'audio/pcm_bluetooth.c')
| -rw-r--r-- | audio/pcm_bluetooth.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/pcm_bluetooth.c b/audio/pcm_bluetooth.c index c60b752f..3014b66a 100644 --- a/audio/pcm_bluetooth.c +++ b/audio/pcm_bluetooth.c @@ -1668,6 +1668,8 @@ failed:  	return err;  } +SND_PCM_PLUGIN_DEFINE_FUNC(bluetooth); +  SND_PCM_PLUGIN_DEFINE_FUNC(bluetooth)  {  	struct bluetooth_data *data;  | 
