Searched refs:add_control_with_pfx (Results  1 – 1 of 1) sorted by relevance
| /linux-4.1.27/sound/pci/hda/ | 
| D | hda_generic.c | 1008 static int add_control_with_pfx(struct hda_gen_spec *spec, int type,  in add_control_with_pfx()  function 1020 	add_control_with_pfx(spec, type, pfx, "Playback", "Volume", 0, val) 1022 	add_control_with_pfx(spec, type, pfx, "Playback", "Switch", 0, val) 1024 	add_control_with_pfx(spec, type, pfx, "Playback", "Volume", cidx, val) 1026 	add_control_with_pfx(spec, type, pfx, "Playback", "Switch", cidx, val)
  |