Home
last modified time | relevance | path

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

/linux-6.1.9/sound/i2c/other/
Dak4114.c33 ak4114->txcsb[reg-AK4114_REG_TXCSB0] = val; in reg_write()
68 const unsigned char pgm[6], const unsigned char txcsb[5], in snd_ak4114_create()
93 chip->txcsb[reg] = txcsb[reg]; in snd_ak4114_create()
120 (chip->txcsb[reg-AK4114_REG_TXCSB0] & ~mask) | val); in snd_ak4114_reg_write()
137 reg_write(chip, reg + AK4114_REG_TXCSB0, chip->txcsb[reg]); in ak4114_init_regs()
250 ucontrol->value.iec958.status[i] = chip->txcsb[i]; in snd_ak4114_spdif_playback_get()
/linux-6.1.9/include/sound/
Dak4114.h168 unsigned char txcsb[5]; member
183 const unsigned char pgm[6], const unsigned char txcsb[5],