Home
last modified time | relevance | path

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

/linux/sound/i2c/other/
H A Dak4114.c33 ak4114->txcsb[reg-AK4114_REG_TXCSB0] = val; in reg_write()
57 const unsigned char pgm[6], const unsigned char txcsb[5], in snd_ak4114_free()
82 chip->txcsb[reg] = txcsb[reg]; in snd_ak4114_create()
109 (chip->txcsb[reg-AK4114_REG_TXCSB0] & ~mask) | val); in snd_ak4114_create()
126 reg_write(chip, reg + AK4114_REG_TXCSB0, chip->txcsb[reg]); in ak4114_init_regs()
239 ucontrol->value.iec958.status[i] = chip->txcsb[i]; in snd_ak4114_spdif_get()
/linux/include/sound/
H A Dak4114.h168 unsigned char txcsb[5]; member
183 const unsigned char pgm[6], const unsigned char txcsb[5],