Searched refs:peb2466 (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/sound/soc/codecs/ |
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 …]
|
D | Makefile | 214 snd-soc-peb2466-y := peb2466.o 616 obj-$(CONFIG_SND_SOC_PEB2466) += snd-soc-peb2466.o
|
D | Kconfig | 1484 will be called snd-soc-peb2466.
|
/linux-6.12.1/ |
D | MAINTAINERS | 11135 F: Documentation/devicetree/bindings/sound/infineon,peb2466.yaml 11136 F: sound/soc/codecs/peb2466.c
|