Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
A Dmax98504.c113 max98504->pcm_rx_channels); in max98504_pcm_rx_ev()
126 struct regmap *map = max98504->regmap; in max98504_component_probe()
136 if (!max98504->brownout_enable) in max98504_component_probe()
312 struct max98504_priv *max98504; in max98504_i2c_probe() local
315 max98504 = devm_kzalloc(dev, sizeof(*max98504), GFP_KERNEL); in max98504_i2c_probe()
316 if (!max98504) in max98504_i2c_probe()
321 &max98504->brownout_threshold)) in max98504_i2c_probe()
322 max98504->brownout_enable = true; in max98504_i2c_probe()
335 if (IS_ERR(max98504->regmap)) { in max98504_i2c_probe()
336 ret = PTR_ERR(max98504->regmap); in max98504_i2c_probe()
[all …]
A DMakefile328 snd-soc-max98504-objs := max98504.o
666 obj-$(CONFIG_SND_SOC_MAX98504) += snd-soc-max98504.o
/linux/Documentation/devicetree/bindings/sound/
A Dmax98504.txt8 - compatible : "maxim,max98504"
35 max98504@31 {
36 compatible = "maxim,max98504";
A Dsamsung,tm2-audio.txt31 audio-amplifier = <&max98504>;
/linux/arch/arm64/boot/dts/exynos/
A Dexynos5433-tm2-common.dtsi96 max98504: amplifier@31 { label
97 compatible = "maxim,max98504";
117 audio-amplifier = <&max98504>;

Completed in 13 milliseconds