Home
last modified time | relevance | path

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

/linux/sound/hda/codecs/side-codecs/
H A Dtas2781_hda_i2c.c414 struct tas2781_hda_i2c_priv *hda_priv = tas_hda->hda_priv; in tas2781_hda_remove_controls() local
420 for (int i = ARRAY_SIZE(hda_priv->snd_ctls) - 1; i >= 0; i--) in tas2781_hda_remove_controls()
421 snd_ctl_remove(codec->card, hda_priv->snd_ctls[i]); in tas2781_hda_remove_controls()
449 struct tas2781_hda_i2c_priv *hda_priv = tas_hda->hda_priv; in tasdevice_dspfw_init() local
495 if (!hda_priv->skip_calibration) in tasdevice_dspfw_init()
496 hda_priv->save_calibration(tas_hda); in tasdevice_dspfw_init()
503 struct tas2781_hda_i2c_priv *hda_priv = tas_hda->hda_priv; in tasdev_fw_ready() local
518 switch (hda_priv->hda_chip_id) { in tasdev_fw_ready()
520 tasdev_add_kcontrols(tas_priv, hda_priv->snd_ctls, codec, in tasdev_fw_ready()
525 tasdev_add_kcontrols(tas_priv, hda_priv->snd_ctls, codec, in tasdev_fw_ready()
[all …]
H A Dtas2781_hda_spi.c533 struct tas2781_hda_spi_priv *h_priv = tas_hda->hda_priv; in tas2781_hda_remove_controls()
564 struct tas2781_hda_spi_priv *h_priv = h->hda_priv; in tas2781_hda_spi_snd_ctls()
769 struct tas2781_hda_spi_priv *hda_priv; in tas2781_hda_spi_probe() local
779 hda_priv = devm_kzalloc(&spi->dev, sizeof(*hda_priv), GFP_KERNEL); in tas2781_hda_spi_probe()
780 if (!hda_priv) in tas2781_hda_spi_probe()
783 tas_hda->hda_priv = hda_priv; in tas2781_hda_spi_probe()
H A Dtas2781_hda.h63 void *hda_priv; member