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.c498 if (tas_hda->dsp_prog_ctl) in tas2781_hda_remove_controls()
501 if (tas_hda->dsp_conf_ctl) in tas2781_hda_remove_controls()
505 if (tas_hda->snd_ctls[i]) in tas2781_hda_remove_controls()
508 if (tas_hda->prof_ctl) in tas2781_hda_remove_controls()
690 struct tas2781_hda *tas_hda; in tas2781_hda_i2c_probe() local
695 tas_hda = devm_kzalloc(&clt->dev, sizeof(*tas_hda), GFP_KERNEL); in tas2781_hda_i2c_probe()
696 if (!tas_hda) in tas2781_hda_i2c_probe()
700 tas_hda->dev = &clt->dev; in tas2781_hda_i2c_probe()
703 if (!tas_hda->priv) in tas2781_hda_i2c_probe()
780 tasdevice_prmg_load(tas_hda->priv, tas_hda->priv->cur_prog); in tas2781_runtime_resume()
[all …]