Home
last modified time | relevance | path

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

/linux/sound/pci/hda/
H A Dcs35l56_hda.h37 struct snd_kcontrol *volume_ctl; member
H A Dcs35l56_hda.c395 cs35l56->volume_ctl = snd_ctl_new1(&ctl_template, cs35l56); in cs35l56_hda_create_controls()
396 if (snd_ctl_add(cs35l56->codec->card, cs35l56->volume_ctl)) in cs35l56_hda_create_controls()
408 snd_ctl_remove(cs35l56->codec->card, cs35l56->volume_ctl); in cs35l56_hda_remove_controls()