Home
last modified time | relevance | path

Searched refs:max98504 (Results 1 – 3 of 3) sorted by relevance

/linux/sound/soc/codecs/
H A Dmax98504.c108 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()
142 (max98504->brownout_threshold & 0x1f) << 3 | in max98504_component_probe()
143 (max98504->brownout_attenuation & 0x3)); in max98504_component_probe()
[all …]
H A DMakefile408 snd-soc-max98504-y := max98504.o
832 obj-$(CONFIG_SND_SOC_MAX98504) += snd-soc-max98504.o
/linux/arch/arm64/boot/dts/exynos/
H A Dexynos5433-tm2-common.dtsi96 max98504: amplifier@31 { label
97 compatible = "maxim,max98504";
124 audio-amplifier = <&max98504>;