Home
last modified time | relevance | path

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

/linux/sound/i2c/other/
H A Dak4xxx-adda.c803 static int build_deemphasis(struct snd_akm4xxx *ak, int num_emphs) in build_deemphasis() argument
808 for (idx = 0; idx < num_emphs; idx++) { in build_deemphasis()
868 int err, num_emphs; in snd_akm4xxx_build_controls() local
878 num_emphs = 1; in snd_akm4xxx_build_controls()
880 num_emphs = 0; in snd_akm4xxx_build_controls()
882 num_emphs = ak->num_dacs / 2; in snd_akm4xxx_build_controls()
883 err = build_deemphasis(ak, num_emphs); in snd_akm4xxx_build_controls()