Home
last modified time | relevance | path

Searched full:adau7118 (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/sound/
Dadi,adau7118.yaml4 $id: http://devicetree.org/schemas/sound/adi,adau7118.yaml#
8 title: Analog Devices ADAU7118 8 Channel PDM to I2S/TDM Converter
14 Analog Devices ADAU7118 8 Channel PDM to I2S/TDM Converter over I2C or HW
16 https://www.analog.com/media/en/technical-documentation/data-sheets/ADAU7118.pdf
24 - adi,adau7118
47 The ADAU7118 has two PDM clocks for the four Inputs. Each input must be
72 compatible = "adi,adau7118";
83 adau7118_codec_hw: adau7118-codec-hw {
84 compatible = "adi,adau7118";
/linux-6.12.1/sound/soc/codecs/
Dadau7118-hw.c3 // Analog Devices ADAU7118 8 channel PDM-to-I2S/TDM Converter Standalone Hw
12 #include "adau7118.h"
20 { .compatible = "adi,adau7118" },
26 { .name = "adau7118" },
33 .name = "adau7118",
42 MODULE_DESCRIPTION("ADAU7118 8 channel PDM-to-I2S/TDM Converter driver for standalone hw mode");
Dadau7118-i2c.c3 // Analog Devices ADAU7118 8 channel PDM-to-I2S/TDM Converter driver over I2C
11 #include "adau7118.h"
65 { .compatible = "adi,adau7118" },
71 {"adau7118"},
78 .name = "adau7118",
87 MODULE_DESCRIPTION("ADAU7118 8 channel PDM-to-I2S/TDM Converter driver over I2C");
Dadau7118.c3 // Analog Devices ADAU7118 8 channel PDM-to-I2S/TDM Converter driver
14 #include "adau7118.h"
425 .name = "adau7118-hifi-capture",
569 MODULE_DESCRIPTION("ADAU7118 8 channel PDM-to-I2S/TDM Converter driver");
DMakefile28 snd-soc-adau7118-y := adau7118.o
29 snd-soc-adau7118-i2c-y := adau7118-i2c.o
30 snd-soc-adau7118-hw-y := adau7118-hw.o
434 obj-$(CONFIG_SND_SOC_ADAU7118) += snd-soc-adau7118.o
435 obj-$(CONFIG_SND_SOC_ADAU7118_I2C) += snd-soc-adau7118-i2c.o
436 obj-$(CONFIG_SND_SOC_ADAU7118_HW) += snd-soc-adau7118-hw.o
DKconfig532 tristate "Analog Devices ADAU7118 8 Channel PDM-to-I2S/TDM Converter - HW Mode"
535 Enable support for the Analog Devices ADAU7118 8 Channel PDM-to-I2S/TDM
541 will be called snd-soc-adau7118-hw.
544 tristate "Analog Devices ADAU7118 8 Channel PDM-to-I2S/TDM Converter - I2C"
549 Enable support for the Analog Devices ADAU7118 8 Channel PDM-to-I2S/TDM
553 will be called snd-soc-adau7118-i2c.