Searched refs:snd_mixer_oss_notify_callback (Results 1 - 3 of 3) sorted by relevance

/linux-master/sound/core/
H A Dinit.c85 int (*snd_mixer_oss_notify_callback)(struct snd_card *card, int free_flag); variable
86 EXPORT_SYMBOL(snd_mixer_oss_notify_callback); variable
523 if (snd_mixer_oss_notify_callback)
524 snd_mixer_oss_notify_callback(card, SND_MIXER_OSS_NOTIFY_DISCONNECT);
576 if (snd_mixer_oss_notify_callback)
577 snd_mixer_oss_notify_callback(card, SND_MIXER_OSS_NOTIFY_FREE);
914 if (snd_mixer_oss_notify_callback)
915 snd_mixer_oss_notify_callback(card, SND_MIXER_OSS_NOTIFY_REGISTER);
/linux-master/include/sound/
H A Dcore.h279 extern int (*snd_mixer_oss_notify_callback)(struct snd_card *card, int cmd);
/linux-master/sound/core/oss/
H A Dmixer_oss.c1354 snd_mixer_oss_notify_callback = snd_mixer_oss_notify_handler;
1370 snd_mixer_oss_notify_callback = NULL;

Completed in 126 milliseconds