Searched refs:add_control_with_pfx (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/sound/pci/hda/ |
H A D | hda_generic.c | 996 static int add_control_with_pfx(struct hda_gen_spec *spec, int type, in add_control_with_pfx() function 1012 add_control_with_pfx(spec, type, pfx, "Playback", "Volume", 0, val) 1014 add_control_with_pfx(spec, type, pfx, "Playback", "Switch", 0, val) 1016 add_control_with_pfx(spec, type, pfx, "Playback", "Volume", cidx, val) 1018 add_control_with_pfx(spec, type, pfx, "Playback", "Switch", cidx, val)
|