Searched refs:max98504 (Results 1 – 5 of 5) sorted by relevance
113 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() local315 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 …]
328 snd-soc-max98504-objs := max98504.o666 obj-$(CONFIG_SND_SOC_MAX98504) += snd-soc-max98504.o
8 - compatible : "maxim,max98504"35 max98504@31 {36 compatible = "maxim,max98504";
31 audio-amplifier = <&max98504>;
96 max98504: amplifier@31 { label97 compatible = "maxim,max98504";117 audio-amplifier = <&max98504>;
Completed in 13 milliseconds