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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/codecs/
H A Dwm8776.h48 extern struct snd_soc_dai wm8776_dai[];
H A Dwm8776.c353 struct snd_soc_dai wm8776_dai[] = { variable in typeref:struct:snd_soc_dai
379 EXPORT_SYMBOL_GPL(wm8776_dai); variable
491 codec->dai = wm8776_dai;
492 codec->num_dai = ARRAY_SIZE(wm8776_dai);
504 for (i = 0; i < ARRAY_SIZE(wm8776_dai); i++)
505 wm8776_dai[i].dev = codec->dev;
528 ret = snd_soc_register_dais(wm8776_dai, ARRAY_SIZE(wm8776_dai));
546 snd_soc_unregister_dais(wm8776_dai, ARRAY_SIZE(wm8776_dai));
[all...]

Completed in 109 milliseconds