Home
last modified time | relevance | path

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

/openbmc/linux/sound/i2c/other/
H A Dak4xxx-adda.c805 static int build_deemphasis(struct snd_akm4xxx *ak, int num_emphs) in build_deemphasis() argument
810 for (idx = 0; idx < num_emphs; idx++) { in build_deemphasis()
870 int err, num_emphs; in snd_akm4xxx_build_controls() local
880 num_emphs = 1; in snd_akm4xxx_build_controls()
882 num_emphs = 0; in snd_akm4xxx_build_controls()
884 num_emphs = ak->num_dacs / 2; in snd_akm4xxx_build_controls()
885 err = build_deemphasis(ak, num_emphs); in snd_akm4xxx_build_controls()