Need to declare plugin entry functions first

This commit is contained in:
Marcel Holtmann 2008-12-23 05:05:38 +01:00
parent be2ffca847
commit ba4bcf3dfe
2 changed files with 4 additions and 0 deletions

View File

@ -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;

View File

@ -1668,6 +1668,8 @@ failed:
return err;
}
SND_PCM_PLUGIN_DEFINE_FUNC(bluetooth);
SND_PCM_PLUGIN_DEFINE_FUNC(bluetooth)
{
struct bluetooth_data *data;