Home
last modified time | relevance | path

Searched refs:idt821034 (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/sound/soc/codecs/
H A Didt821034.c25 struct idt821034 { struct
51 static int idt821034_8bit_write(struct idt821034 *idt821034, u8 val) in idt821034_8bit_write() argument
55 .tx_buf = &idt821034->spi_tx_buf, in idt821034_8bit_write()
59 .tx_buf = &idt821034->spi_tx_buf, in idt821034_8bit_write()
64 idt821034->spi_tx_buf = val; in idt821034_8bit_write()
66 dev_vdbg(&idt821034->spi->dev, "spi xfer wr 0x%x\n", val); in idt821034_8bit_write()
68 return spi_sync_transfer(idt821034->spi, xfer, 2); in idt821034_8bit_write()
71 static int idt821034_2x8bit_write(struct idt821034 *idt821034, u8 val1, u8 val2) in idt821034_2x8bit_write() argument
75 ret = idt821034_8bit_write(idt821034, val1); in idt821034_2x8bit_write()
78 return idt821034_8bit_write(idt821034, val2); in idt821034_2x8bit_write()
[all …]
H A DMakefile127 snd-soc-idt821034-objs := idt821034.o
513 obj-$(CONFIG_SND_SOC_IDT821034) += snd-soc-idt821034.o
H A DKconfig1108 will be called snd-soc-idt821034.
/openbmc/linux/
H A DMAINTAINERS18282 F: Documentation/devicetree/bindings/sound/renesas,idt821034.yaml
18283 F: sound/soc/codecs/idt821034.c
H A Dopengrok1.0.log[all...]