Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dtas2781-i2c.c857 ar_mid = get_unaligned_be32(tas_dev->dvc_tlv_table[mid]); in tasdevice_digital_gain_get()
864 ar_l = get_unaligned_be32(tas_dev->dvc_tlv_table[l]); in tasdevice_digital_gain_get()
865 ar_r = get_unaligned_be32(tas_dev->dvc_tlv_table[r]); in tasdevice_digital_gain_get()
901 volwr = get_unaligned_be32(tas_dev->dvc_tlv_table[vol]); in tasdevice_digital_gain_put()
910 (unsigned char *)tas_dev->dvc_tlv_table[vol], 4); in tasdevice_digital_gain_put()
1906 tas_priv->dvc_tlv_table = tas2x20_dvc_table; in tasdevice_codec_probe()
1927 tas_priv->dvc_tlv_table = tas2563_dvc_table; in tasdevice_codec_probe()
/linux/include/sound/
H A Dtas2781.h217 const unsigned char (*dvc_tlv_table)[4]; member