Home
last modified time | relevance | path

Searched full:max98504 (Results 1 – 8 of 8) sorted by relevance

/linux-6.14.4/sound/soc/codecs/
Dmax98504.c3 * MAX98504 ALSA SoC Audio driver
17 #include "max98504.h"
108 struct max98504_priv *max98504 = snd_soc_component_get_drvdata(c); in max98504_pcm_rx_ev() local
112 regmap_write(max98504->regmap, MAX98504_PCM_RX_ENABLE, in max98504_pcm_rx_ev()
113 max98504->pcm_rx_channels); in max98504_pcm_rx_ev()
116 regmap_write(max98504->regmap, MAX98504_PCM_RX_ENABLE, 0); in max98504_pcm_rx_ev()
125 struct max98504_priv *max98504 = snd_soc_component_get_drvdata(c); in max98504_component_probe() local
126 struct regmap *map = max98504->regmap; in max98504_component_probe()
129 ret = regulator_bulk_enable(MAX98504_NUM_SUPPLIES, max98504->supplies); in max98504_component_probe()
136 if (!max98504->brownout_enable) in max98504_component_probe()
[all …]
Dmax98504.h3 * MAX98504 ALSA SoC Audio driver
12 * MAX98504 Register Definitions
DMakefile408 snd-soc-max98504-y := max98504.o
832 obj-$(CONFIG_SND_SOC_MAX98504) += snd-soc-max98504.o
DKconfig1293 tristate "Maxim MAX98504 speaker amplifier"
/linux-6.14.4/Documentation/devicetree/bindings/sound/
Dmaxim,max98504.yaml4 $id: http://devicetree.org/schemas/sound/maxim,max98504.yaml#
7 title: Maxim Integrated MAX98504 class D mono speaker amplifier
13 Maxim Integrated MAX98504 speaker amplifier supports I2C control interface
19 const: maxim,max98504
80 compatible = "maxim,max98504";
Dsamsung,tm2.yaml21 description: Phandle to the MAX98504 amplifier.
39 WM5110's and MAX98504's pins and the jacks on the board: HP, SPK, Main
73 audio-amplifier = <&max98504>;
/linux-6.14.4/arch/arm64/boot/dts/exynos/
Dexynos5433-tm2-common.dtsi96 max98504: amplifier@31 { label
97 compatible = "maxim,max98504";
124 audio-amplifier = <&max98504>;
/linux-6.14.4/sound/soc/samsung/
Dtm2_wm5110.c340 /* Set the MAX98504 V/I sense PDM Tx DAI channel mapping */ in tm2_late_probe()