Home
last modified time | relevance | path

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

/linux/sound/pci/hda/
H A Dtas2781_hda_i2c.c94 struct snd_kcontrol *snd_ctls[2]; member
607 for (int i = ARRAY_SIZE(tas_hda->snd_ctls) - 1; i >= 0; i--) in tas2781_hda_remove_controls()
608 snd_ctl_remove(codec->card, tas_hda->snd_ctls[i]); in tas2781_hda_remove_controls()
637 tas_hda->snd_ctls[i] = snd_ctl_new1(&tas2781_snd_controls[i], in tasdev_fw_ready()
639 ret = snd_ctl_add(codec->card, tas_hda->snd_ctls[i]); in tasdev_fw_ready()