Searched full:max98504 (Results 1 – 8 of 8) sorted by relevance
| /Linux-v6.1/sound/soc/codecs/ |
| D | max98504.c | 3 * 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 …]
|
| D | max98504.h | 3 * MAX98504 ALSA SoC Audio driver 12 * MAX98504 Register Definitions
|
| D | Makefile | 350 snd-soc-max98504-objs := max98504.o 711 obj-$(CONFIG_SND_SOC_MAX98504) += snd-soc-max98504.o
|
| D | Kconfig | 1026 tristate "Maxim MAX98504 speaker amplifier"
|
| /Linux-v6.1/Documentation/devicetree/bindings/sound/ |
| D | max98504.txt | 1 Maxim MAX98504 class D mono speaker amplifier 8 - compatible : "maxim,max98504" 35 max98504@31 { 36 compatible = "maxim,max98504";
|
| D | samsung,tm2.yaml | 18 description: Phandle to the MAX98504 amplifier. 33 WM5110's and MAX98504's pins and the jacks on the board: HP, SPK, Main 70 audio-amplifier = <&max98504>;
|
| /Linux-v6.1/arch/arm64/boot/dts/exynos/ |
| D | exynos5433-tm2-common.dtsi | 96 max98504: amplifier@31 { label 97 compatible = "maxim,max98504"; 117 audio-amplifier = <&max98504>;
|
| /Linux-v6.1/sound/soc/samsung/ |
| D | tm2_wm5110.c | 340 /* Set the MAX98504 V/I sense PDM Tx DAI channel mapping */ in tm2_late_probe()
|