mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-29 15:14:31 +08:00
Need to declare plugin entry functions first
This commit is contained in:
parent
be2ffca847
commit
ba4bcf3dfe
@ -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;
|
||||
|
@ -1668,6 +1668,8 @@ failed:
|
||||
return err;
|
||||
}
|
||||
|
||||
SND_PCM_PLUGIN_DEFINE_FUNC(bluetooth);
|
||||
|
||||
SND_PCM_PLUGIN_DEFINE_FUNC(bluetooth)
|
||||
{
|
||||
struct bluetooth_data *data;
|
||||
|
Loading…
Reference in New Issue
Block a user