Home
last modified time | relevance | path

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

/Linux-v6.6/sound/soc/codecs/
Dtas2781-comlib.c55 struct tasdevice *tasdev = &tas_priv->tasdevice[chn]; in tasdevice_change_chn_book() local
58 if (client->addr != tasdev->dev_addr) { in tasdevice_change_chn_book()
59 client->addr = tasdev->dev_addr; in tasdevice_change_chn_book()
73 if (tasdev->cur_book != book) { in tasdevice_change_chn_book()
80 tasdev->cur_book = book; in tasdevice_change_chn_book()
Dtas2781-fmwlib.c1910 struct tasdevice *tasdev = &(tas_priv->tasdevice[i]); in tas2781_load_calibration() local
1933 tas_fmw = tasdev->cali_data_fmw = kzalloc(sizeof(struct tasdevice_fw), in tas2781_load_calibration()
1935 if (!tasdev->cali_data_fmw) { in tas2781_load_calibration()
2123 struct tasdevice *tasdev; in tasdevice_calbin_remove() local
2130 tasdev = &(tas_priv->tasdevice[i]); in tasdevice_calbin_remove()
2131 if (!tasdev->cali_data_fmw) in tasdevice_calbin_remove()
2133 tas2781_clear_calfirmware(tasdev->cali_data_fmw); in tasdevice_calbin_remove()
2134 tasdev->cali_data_fmw = NULL; in tasdevice_calbin_remove()