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

/linux-master/sound/soc/codecs/
H A Dtas2781-comlib.c55 struct tasdevice *tasdev = &tas_priv->tasdevice[chn]; local
58 if (client->addr != tasdev->dev_addr) {
59 client->addr = tasdev->dev_addr;
73 if (tasdev->cur_book != book) {
80 tasdev->cur_book = book;
H A Dtas2781-fmwlib.c1880 struct tasdevice *tasdev = &(tas_priv->tasdevice[i]); local
1903 tas_fmw = tasdev->cali_data_fmw = kzalloc(sizeof(struct tasdevice_fw),
1905 if (!tasdev->cali_data_fmw) {
2094 struct tasdevice *tasdev; local
2101 tasdev = &(tas_priv->tasdevice[i]);
2102 if (!tasdev->cali_data_fmw)
2104 tas2781_clear_calfirmware(tasdev->cali_data_fmw);
2105 tasdev->cali_data_fmw = NULL;

Completed in 131 milliseconds