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/ctl_bluetooth.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'audio/ctl_bluetooth.c') diff --git a/audio/ctl_bluetooth.c b/audio/ctl_bluetooth.c index 9d09308d..11a245d1 100644 --- a/audio/ctl_bluetooth.c +++ b/audio/ctl_bluetooth.c @@ -329,6 +329,8 @@ static int bluetooth_init(struct bluetooth_data *data) return 0; } +SND_CTL_PLUGIN_DEFINE_FUNC(bluetooth); + SND_CTL_PLUGIN_DEFINE_FUNC(bluetooth) { struct bluetooth_data *data; -- cgit