Home
last modified time | relevance | path

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

/linux/sound/pci/hda/
H A Dtas2781_hda_i2c.c94 struct snd_kcontrol *prof_ctl; member
653 snd_ctl_remove(codec->card, tas_hda->prof_ctl); in tas2781_hda_remove_controls()
670 tas_hda->prof_ctl = snd_ctl_new1(&tas2781_prof_ctrl, tas_priv); in tasdev_fw_ready()
671 ret = snd_ctl_add(codec->card, tas_hda->prof_ctl); in tasdev_fw_ready()
H A Dtas2781_hda_spi.c80 struct snd_kcontrol *prof_ctl; member
907 snd_ctl_remove(codec->card, tas_hda->prof_ctl); in tas2781_hda_remove_controls()
925 tas_hda->prof_ctl = snd_ctl_new1(&tas2781_prof_ctrl[tas_priv->index], in tasdev_fw_ready()
927 ret = snd_ctl_add(codec->card, tas_hda->prof_ctl); in tasdev_fw_ready()