From ba4bcf3dfe11e739f4968e16c72c7a27a3a74cd9 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 23 Dec 2008 05:05:38 +0100 Subject: Need to declare plugin entry functions first --- audio/pcm_bluetooth.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'audio/pcm_bluetooth.c') 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; -- cgit