Home
last modified time | relevance | path

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

/linux-6.12.1/sound/pci/hda/
Dhda_codec.c2452 const struct snd_kcontrol_new *dig_mix; in snd_hda_create_dig_out_ctls() local
2465 for (dig_mix = dig_mixes; dig_mix->name; dig_mix++) { in snd_hda_create_dig_out_ctls()
2468 kctl = find_mixer_ctl(codec, dig_mix->name, 0, 0); in snd_hda_create_dig_out_ctls()
2488 for (dig_mix = dig_mixes; dig_mix->name; dig_mix++) { in snd_hda_create_dig_out_ctls()
2489 kctl = snd_ctl_new1(dig_mix, codec); in snd_hda_create_dig_out_ctls()
2706 const struct snd_kcontrol_new *dig_mix; in snd_hda_create_spdif_in_ctls() local
2714 for (dig_mix = dig_in_ctls; dig_mix->name; dig_mix++) { in snd_hda_create_spdif_in_ctls()
2715 kctl = snd_ctl_new1(dig_mix, codec); in snd_hda_create_spdif_in_ctls()