Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/hda/
H A Dtas2781_hda_i2c.c506 if (tas_hda->dsp_prog_ctl) in tas2781_hda_remove_controls()
509 if (tas_hda->dsp_conf_ctl) in tas2781_hda_remove_controls()
513 if (tas_hda->snd_ctls[i]) in tas2781_hda_remove_controls()
516 if (tas_hda->prof_ctl) in tas2781_hda_remove_controls()
698 struct tas2781_hda *tas_hda; in tas2781_hda_i2c_probe() local
703 tas_hda = devm_kzalloc(&clt->dev, sizeof(*tas_hda), GFP_KERNEL); in tas2781_hda_i2c_probe()
704 if (!tas_hda) in tas2781_hda_i2c_probe()
708 tas_hda->dev = &clt->dev; in tas2781_hda_i2c_probe()
711 if (!tas_hda->priv) in tas2781_hda_i2c_probe()
788 tasdevice_prmg_load(tas_hda->priv, tas_hda->priv->cur_prog); in tas2781_runtime_resume()
[all …]