Home
last modified time | relevance | path

Searched full:adau1761 (Results 1 – 9 of 9) sorted by relevance

/linux-6.12.1/sound/soc/codecs/
Dadau1761-i2c.c3 * Driver for ADAU1361/ADAU1461/ADAU1761/ADAU1961 codec
15 #include "adau1761.h"
40 { "adau1461", ADAU1761 },
41 { "adau1761", ADAU1761 },
51 { .compatible = "adi,adau1761", },
60 .name = "adau1761",
69 MODULE_DESCRIPTION("ASoC ADAU1361/ADAU1461/ADAU1761/ADAU1961 CODEC I2C driver");
Dadau1761-spi.c3 * Driver for ADAU1361/ADAU1461/ADAU1761/ADAU1961 codec
15 #include "adau1761.h"
55 { "adau1461", ADAU1761 },
56 { "adau1761", ADAU1761 },
66 { .compatible = "adi,adau1761", },
75 .name = "adau1761",
84 MODULE_DESCRIPTION("ASoC ADAU1361/ADAU1461/ADAU1761/ADAU1961 CODEC SPI driver");
Dadau1761.c3 * Driver for ADAU1361/ADAU1461/ADAU1761/ADAU1961 codec
22 #include "adau1761.h"
68 #define ADAU1761_FIRMWARE "adau1761.bin"
597 * Use this register to probe for ADAU1761. in adau1761_compatibility_probe()
875 * If we've got an ADAU1761, or an ADAU1761 operating as an in adau1761_component_probe()
878 if (adau->type == ADAU1761 || adau->type == ADAU1761_AS_1361) { in adau1761_component_probe()
891 * bona fide ADAU1761. in adau1761_component_probe()
893 if (adau->type == ADAU1761) { in adau1761_component_probe()
900 * In the ADAU1761, by default, the AIF is routed to the DSP, whereas in adau1761_component_probe()
902 * Thus, if we have an ADAU1761 masquerading as an ADAU1361, in adau1761_component_probe()
[all …]
Dadau1761.h3 * ADAU1361/ADAU1461/ADAU1761/ADAU1961 driver
DMakefile18 snd-soc-adau1761-y := adau1761.o
19 snd-soc-adau1761-i2c-y := adau1761-i2c.o
20 snd-soc-adau1761-spi-y := adau1761-spi.o
424 obj-$(CONFIG_SND_SOC_ADAU1761) += snd-soc-adau1761.o
425 obj-$(CONFIG_SND_SOC_ADAU1761_I2C) += snd-soc-adau1761-i2c.o
426 obj-$(CONFIG_SND_SOC_ADAU1761_SPI) += snd-soc-adau1761-spi.o
Dadau17x1.h12 ADAU1761, enumerator
Dadau17x1.c327 case ADAU1761: in adau17x1_has_dsp()
350 case ADAU1761: in adau17x1_has_safeload()
677 if (adau->type == ADAU1761 || adau->type == ADAU1761_AS_1361) in adau17x1_set_dai_tdm_slot()
/linux-6.12.1/Documentation/devicetree/bindings/sound/
Dadi,adau17x1.yaml7 title: Analog Devices ADAU1361/ADAU1461/ADAU1761/ADAU1961/ADAU1381/ADAU1781 Codec
18 - adi,adau1761
47 compatible = "adi,adau1761";
/linux-6.12.1/include/linux/platform_data/
Dadau17x1.h3 * Driver for ADAU1361/ADAU1461/ADAU1761/ADAU1961/ADAU1381/ADAU1781 codecs
63 * struct adau1761_platform_data - ADAU1761 Codec driver platform data