Searched refs:peb2466 (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/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 | 201 snd-soc-peb2466-objs := peb2466.o 582 obj-$(CONFIG_SND_SOC_PEB2466) += snd-soc-peb2466.o
|
D | Kconfig | 1371 will be called snd-soc-peb2466.
|
/Linux-v6.6/ |
D | MAINTAINERS | 10294 F: Documentation/devicetree/bindings/sound/infineon,peb2466.yaml 10295 F: sound/soc/codecs/peb2466.c
|