Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/sound/soc/codecs/
H A 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()
H A 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()
2124 struct tasdevice *tasdev; in tasdevice_calbin_remove() local
2131 tasdev = &(tas_priv->tasdevice[i]); in tasdevice_calbin_remove()
2132 if (!tasdev->cali_data_fmw) in tasdevice_calbin_remove()
2134 tas2781_clear_calfirmware(tasdev->cali_data_fmw); in tasdevice_calbin_remove()
2135 tasdev->cali_data_fmw = NULL; in tasdevice_calbin_remove()

Completed in 4 milliseconds