Searched refs:add_control_with_pfx (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/sound/pci/hda/ |
D | hda_generic.c | 988 static int add_control_with_pfx(struct hda_gen_spec *spec, int type, in add_control_with_pfx() function 1000 add_control_with_pfx(spec, type, pfx, "Playback", "Volume", 0, val) 1002 add_control_with_pfx(spec, type, pfx, "Playback", "Switch", 0, val) 1004 add_control_with_pfx(spec, type, pfx, "Playback", "Volume", cidx, val) 1006 add_control_with_pfx(spec, type, pfx, "Playback", "Switch", cidx, val)
|