Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/sound/pci/hda/
H A Dtas2781_hda_i2c.c74 struct snd_kcontrol *snd_ctls[3]; member
501 for (int i = ARRAY_SIZE(tas_hda->snd_ctls) - 1; i >= 0; i--) in tas2781_hda_remove_controls()
502 if (tas_hda->snd_ctls[i]) in tas2781_hda_remove_controls()
503 snd_ctl_remove(codec->card, tas_hda->snd_ctls[i]); in tas2781_hda_remove_controls()
533 tas_hda->snd_ctls[i] = snd_ctl_new1(&tas2781_snd_controls[i], in tasdev_fw_ready()
535 ret = snd_ctl_add(codec->card, tas_hda->snd_ctls[i]); in tasdev_fw_ready()

Completed in 2 milliseconds