Searched refs:peb2466 (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/sound/soc/codecs/ |
H A D | peb2466.c | 39 struct peb2466 { struct 134 static int peb2466_write_byte(struct peb2466 *peb2466, u8 cmd, u8 val) in peb2466_write_byte() argument 137 .tx_buf = &peb2466->spi_tx_buf, in peb2466_write_byte() 141 peb2466->spi_tx_buf[0] = cmd | PEB2466_CMD_W; in peb2466_write_byte() 142 peb2466->spi_tx_buf[1] = val; in peb2466_write_byte() 144 dev_dbg(&peb2466->spi->dev, "write byte (cmd %02x) %02x\n", in peb2466_write_byte() 145 peb2466->spi_tx_buf[0], peb2466->spi_tx_buf[1]); in peb2466_write_byte() 147 return spi_sync_transfer(peb2466->spi, &xfer, 1); in peb2466_write_byte() 150 static int peb2466_read_byte(struct peb2466 *peb2466, u8 cmd, u8 *val) in peb2466_read_byte() argument 153 .tx_buf = &peb2466->spi_tx_buf, in peb2466_read_byte() [all …]
|
H A D | Makefile | 201 snd-soc-peb2466-objs := peb2466.o 582 obj-$(CONFIG_SND_SOC_PEB2466) += snd-soc-peb2466.o
|
H A D | Kconfig | 1371 will be called snd-soc-peb2466.
|
/openbmc/linux/ |
H A D | MAINTAINERS | 10329 F: Documentation/devicetree/bindings/sound/infineon,peb2466.yaml 10330 F: sound/soc/codecs/peb2466.c
|
H A D | opengrok1.0.log | [all...] |
H A D | opengrok0.0.log | [all...] |