Searched refs:max98504 (Results 1 – 3 of 3) sorted by relevance
108 struct max98504_priv *max98504 = snd_soc_component_get_drvdata(c); in max98504_pcm_rx_ev() local112 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() local126 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 …]
408 snd-soc-max98504-y := max98504.o832 obj-$(CONFIG_SND_SOC_MAX98504) += snd-soc-max98504.o
96 max98504: amplifier@31 { label97 compatible = "maxim,max98504";124 audio-amplifier = <&max98504>;