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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/oss/
H A Dpcm_plugin.c36 #define snd_pcm_plug_first(plug) ((plug)->runtime->oss.plugin_first) macro
106 snd_assert(snd_pcm_plug_first(plug) != NULL, return -ENXIO);
108 struct snd_pcm_plugin *plugin = snd_pcm_plug_first(plug);
210 plugin = snd_pcm_plug_first(plug);
233 plugin = snd_pcm_plug_first(plug);
544 plugin = snd_pcm_plug_first(plug);
574 plugin = snd_pcm_plug_first(plug);
611 plugin = snd_pcm_plug_first(plug);

Completed in 43 milliseconds