Searched full:max98095 (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/sound/soc/codecs/ |
D | max98095.c | 3 * max98095.c -- MAX98095 ALSA SoC Audio driver 25 #include <sound/max98095.h> 27 #include "max98095.h" 30 MAX98095, enumerator 354 struct max98095_priv *max98095 = snd_soc_component_get_drvdata(component); in max98095_mic1pre_set() local 357 max98095->mic1pre = sel; in max98095_mic1pre_set() 368 struct max98095_priv *max98095 = snd_soc_component_get_drvdata(component); in max98095_mic1pre_get() local 370 ucontrol->value.integer.value[0] = max98095->mic1pre; in max98095_mic1pre_get() 378 struct max98095_priv *max98095 = snd_soc_component_get_drvdata(component); in max98095_mic2pre_set() local 381 max98095->mic2pre = sel; in max98095_mic2pre_set() [all …]
|
D | max98095.h | 3 * max98095.h -- MAX98095 ALSA SoC Audio driver 12 * MAX98095 Registers Definition 173 /* MAX98095 Registers Bit Fields */
|
D | Makefile | 158 snd-soc-max98095-y := max98095.o 560 obj-$(CONFIG_SND_SOC_MAX98095) += snd-soc-max98095.o
|
/linux-6.12.1/arch/arm/boot/dts/samsung/ |
D | exynos5250-snow.dts | 18 compatible = "google,snow-audio-max98095"; 20 samsung,model = "Snow-I2S-MAX98095"; 21 samsung,audio-codec = <&max98095>; 28 sound-dai = <&max98095 0>, <&hdmi>; 34 max98095: audio-codec@11 { label 35 compatible = "maxim,max98095"; 46 max98095_en: max98095-en-pins {
|
/linux-6.12.1/Documentation/devicetree/bindings/sound/ |
D | samsung,snow.yaml | 18 - google,snow-audio-max98095 27 - description: Phandle to the MAX98090, MAX98091 or MAX98095 CODEC. 66 compatible = "google,snow-audio-max98095"; 67 samsung,model = "Snow-I2S-MAX98095"; 74 sound-dai = <&max98095 0>, <&hdmi>;
|
D | maxim,max98095.yaml | 4 $id: http://devicetree.org/schemas/sound/maxim,max98095.yaml# 7 title: Maxim Integrated MAX98095 audio codec 18 - maxim,max98095 49 compatible = "maxim,max98095";
|
/linux-6.12.1/sound/soc/samsung/ |
D | snow.c | 110 /* In the multi-codec case codec_dais 0 is MAX98095 and 1 is HDMI. */ in snow_late_probe() 236 { .compatible = "google,snow-audio-max98095", },
|
/linux-6.12.1/include/sound/ |
D | max98095.h | 3 * Platform data for MAX98095
|