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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/i2c/other/
H A Dak4xxx-adda.c831 static int build_deemphasis(struct snd_akm4xxx *ak, int num_emphs) argument
836 for (idx = 0; idx < num_emphs; idx++) {
906 int err, num_emphs; local
916 num_emphs = 1;
918 num_emphs = 0;
920 num_emphs = ak->num_dacs / 2;
921 err = build_deemphasis(ak, num_emphs);

Completed in 46 milliseconds