Searched refs:find_mixer_ctl (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/sound/pci/hda/ |
D | hda_codec.c | 1603 find_mixer_ctl(struct hda_codec *codec, const char *name, int dev, int idx) in find_mixer_ctl() function 1626 return find_mixer_ctl(codec, name, 0, 0); in snd_hda_find_mixer_ctl() 1636 if (!find_mixer_ctl(codec, name, 0, idx)) in find_empty_mixer_ctl_idx() 2472 kctl = find_mixer_ctl(codec, dig_mix->name, 0, 0); in snd_hda_create_dig_out_ctls()
|