Home
last modified time | relevance | path

Searched refs:tse850 (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/sound/soc/atmel/
Dtse850-pcm5142.c65 struct tse850_priv *tse850 = snd_soc_card_get_drvdata(card); in tse850_get_mux1() local
67 ucontrol->value.enumerated.item[0] = tse850->loop1_cache; in tse850_get_mux1()
77 struct tse850_priv *tse850 = snd_soc_card_get_drvdata(card); in tse850_put_mux1() local
84 gpiod_set_value_cansleep(tse850->loop1, val); in tse850_put_mux1()
85 tse850->loop1_cache = val; in tse850_put_mux1()
95 struct tse850_priv *tse850 = snd_soc_card_get_drvdata(card); in tse850_get_mux2() local
97 ucontrol->value.enumerated.item[0] = tse850->loop2_cache; in tse850_get_mux2()
107 struct tse850_priv *tse850 = snd_soc_card_get_drvdata(card); in tse850_put_mux2() local
114 gpiod_set_value_cansleep(tse850->loop2, val); in tse850_put_mux2()
115 tse850->loop2_cache = val; in tse850_put_mux2()
[all …]
DMakefile33 snd-atmel-soc-tse850-pcm5142-objs := tse850-pcm5142.o
41 obj-$(CONFIG_SND_ATMEL_SOC_TSE850_PCM5142) += snd-atmel-soc-tse850-pcm5142.o
/linux-6.1.9/arch/arm/boot/dts/
Dat91-tse850-3.dts3 * at91-tse850-3.dts - Device Tree file for the Axentia TSE-850 3.0 board
49 compatible = "axentia,tse850-pcm5142";
70 compatible = "axentia,tse850-envelope-detector";
237 tse850 {
DMakefile69 at91-tse850-3.dtb \
/linux-6.1.9/Documentation/devicetree/bindings/iio/adc/
Denvelope-detector.yaml32 const: axentia,tse850-envelope-detector
78 compatible = "axentia,tse850-envelope-detector";
/linux-6.1.9/Documentation/devicetree/bindings/sound/
Daxentia,tse850-pcm5142.txt4 - compatible: "axentia,tse850-pcm5142"
82 compatible = "axentia,tse850-pcm5142";
/linux-6.1.9/
DMAINTAINERS3488 F: arch/arm/boot/dts/at91-tse850-3.dts
3495 F: sound/soc/atmel/tse850-pcm5142.c