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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ac97/
H A Dac97_patch.c402 static const struct snd_kcontrol_new wm97xx_snd_ac97_controls[] = { variable in typeref:struct:snd_kcontrol_new
415 for (i = 0; i < ARRAY_SIZE(wm97xx_snd_ac97_controls); i++) {
416 if ((err = snd_ctl_add(ac97->bus->card, snd_ac97_cnew(&wm97xx_snd_ac97_controls[i], ac97))) < 0)
468 for (i = 0; i < ARRAY_SIZE(wm97xx_snd_ac97_controls); i++) {
469 if ((err = snd_ctl_add(ac97->bus->card, snd_ac97_cnew(&wm97xx_snd_ac97_controls[i], ac97))) < 0)

Completed in 141 milliseconds