Home
last modified time | relevance | path

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

/Linux-v6.6/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-v6.6/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", 0},
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"
423 .name = "adau7118-hifi-capture",
567 MODULE_DESCRIPTION("ADAU7118 8 channel PDM-to-I2S/TDM Converter driver");
DMakefile28 snd-soc-adau7118-objs := adau7118.o
29 snd-soc-adau7118-i2c-objs := adau7118-i2c.o
30 snd-soc-adau7118-hw-objs := adau7118-hw.o
413 obj-$(CONFIG_SND_SOC_ADAU7118) += snd-soc-adau7118.o
414 obj-$(CONFIG_SND_SOC_ADAU7118_I2C) += snd-soc-adau7118-i2c.o
415 obj-$(CONFIG_SND_SOC_ADAU7118_HW) += snd-soc-adau7118-hw.o
DKconfig518 tristate "Analog Devices ADAU7118 8 Channel PDM-to-I2S/TDM Converter - HW Mode"
521 Enable support for the Analog Devices ADAU7118 8 Channel PDM-to-I2S/TDM
527 will be called snd-soc-adau7118-hw.
530 tristate "Analog Devices ADAU7118 8 Channel PDM-to-I2S/TDM Converter - I2C"
535 Enable support for the Analog Devices ADAU7118 8 Channel PDM-to-I2S/TDM
539 will be called snd-soc-adau7118-i2c.