Searched full:pdmic (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/sound/ |
D | atmel,sama5d2-pdmic.yaml | 5 $id: http://devicetree.org/schemas/sound/atmel,sama5d2-pdmic.yaml# 8 title: Atmel PDMIC decoder 15 (PDMIC) peripheral is a mono PDM decoder module 20 const: atmel,sama5d2-pdmic 56 default: PDMIC 82 pdmic: sound@f8018000 { 83 compatible = "atmel,sama5d2-pdmic"; 94 atmel,model = "PDMIC@sama5d2_xplained";
|
/linux-6.12.1/sound/soc/atmel/ |
D | atmel-pdmic.c | 2 /* Atmel PDMIC driver 18 #include "atmel-pdmic.h" 40 .compatible = "atmel,sama5d2-pdmic", 65 pdata->card_name = "PDMIC"; in atmel_pdmic_dt_init() 154 /* Clean the PDMIC Converted Data Register */ in atmel_pdmic_cpu_dai_prepare() 478 .name = "atmel-pdmic", 509 dai_link->name = "PDMIC"; in atmel_pdmic_asoc_card_init() 510 dai_link->stream_name = "PDMIC PCM"; in atmel_pdmic_asoc_card_init() 539 /* PDMIC interrupt handler */ 633 "PDMIC", (void *)dd); in atmel_pdmic_probe() [all …]
|
D | Makefile | 32 snd-atmel-soc-pdmic-y := atmel-pdmic.o 40 obj-$(CONFIG_SND_ATMEL_SOC_PDMIC) += snd-atmel-soc-pdmic.o
|
D | Kconfig | 82 tristate "Atmel ASoC driver for boards using PDMIC" 88 PDMIC.
|
/linux-6.12.1/arch/arm/boot/dts/microchip/ |
D | sama5d2.dtsi | 429 pdmic: pdmic@f8018000 { label 430 compatible = "atmel,sama5d2-pdmic";
|