Searched full:max98504 (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/sound/soc/codecs/ |
H A 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 …]
|
H A D | max98504.h | 3 * MAX98504 ALSA SoC Audio driver 12 * MAX98504 Register Definitions
|
H A D | Makefile | 377 snd-soc-max98504-objs := max98504.o 764 obj-$(CONFIG_SND_SOC_MAX98504) += snd-soc-max98504.o
|
H A D | Kconfig | 1162 tristate "Maxim MAX98504 speaker amplifier"
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | maxim,max98504.yaml | 4 $id: http://devicetree.org/schemas/sound/maxim,max98504.yaml# 7 title: Maxim Integrated MAX98504 class D mono speaker amplifier 13 Maxim Integrated MAX98504 speaker amplifier supports I2C control interface 19 const: maxim,max98504 80 compatible = "maxim,max98504";
|
H A D | samsung,tm2.yaml | 21 description: Phandle to the MAX98504 amplifier. 36 WM5110's and MAX98504's pins and the jacks on the board: HP, SPK, Main 70 audio-amplifier = <&max98504>;
|
/openbmc/linux/arch/arm64/boot/dts/exynos/ |
H A D | exynos5433-tm2-common.dtsi | 96 max98504: amplifier@31 { label 97 compatible = "maxim,max98504"; 124 audio-amplifier = <&max98504>;
|
/openbmc/linux/sound/soc/samsung/ |
H A D | tm2_wm5110.c | 340 /* Set the MAX98504 V/I sense PDM Tx DAI channel mapping */ in tm2_late_probe()
|
/openbmc/linux/ |
H A D | opengrok0.0.log | [all...] |
H A D | opengrok1.0.log | [all...] |