| /Linux-v6.1/sound/soc/codecs/ |
| D | max98090.c | 276 static int max98090_reset(struct max98090_priv *max98090) in max98090_reset() argument 281 ret = regmap_write(max98090->regmap, M98090_REG_SOFTWARE_RESET, in max98090_reset() 284 dev_err(max98090->component->dev, in max98090_reset() 352 struct max98090_priv *max98090 = snd_soc_component_get_drvdata(component); in max98090_get_enab_tlv() local 361 select = &(max98090->pa1en); in max98090_get_enab_tlv() 364 select = &(max98090->pa2en); in max98090_get_enab_tlv() 367 select = &(max98090->sidetone); in max98090_get_enab_tlv() 392 struct max98090_priv *max98090 = snd_soc_component_get_drvdata(component); in max98090_put_enab_tlv() local 404 select = &(max98090->pa1en); in max98090_put_enab_tlv() 407 select = &(max98090->pa2en); in max98090_put_enab_tlv() [all …]
|
| D | Makefile | 133 snd-soc-max98090-objs := max98090.o 488 obj-$(CONFIG_SND_SOC_MAX98090) += snd-soc-max98090.o
|
| /Linux-v6.1/Documentation/devicetree/bindings/sound/ |
| D | rockchip-max98090.txt | 4 - compatible: "rockchip,rockchip-audio-max98090" 17 /* For max98090-only board. */ 19 compatible = "rockchip,rockchip-audio-max98090"; 22 rockchip,audio-codec = <&max98090>; 28 compatible = "rockchip,rockchip-audio-max98090"; 34 /* For max98090 plus HDMI board. */ 36 compatible = "rockchip,rockchip-audio-max98090"; 39 rockchip,audio-codec = <&max98090>;
|
| D | mt8173-max98090.txt | 4 - compatible : "mediatek,mt8173-max98090" 11 compatible = "mediatek,mt8173-max98090"; 12 mediatek,audio-codec = <&max98090>;
|
| D | max98090.txt | 7 - compatible : "maxim,max98090" or "maxim,max98091". 55 compatible = "maxim,max98090";
|
| /Linux-v6.1/arch/arm/boot/dts/ |
| D | exynos5250-snow-rev5.dts | 20 compatible = "google,snow-audio-max98090"; 23 samsung,audio-codec = <&max98090>; 30 sound-dai = <&max98090 0>, <&hdmi>; 36 max98090: audio-codec@10 { label 37 compatible = "maxim,max98090"; 50 max98090_irq: max98090-irq-pins {
|
| D | rk3288-veyron-analog-audio.dtsi | 3 * Google Veyron (and derivatives) fragment for the max98090 audio 11 compatible = "rockchip,rockchip-audio-max98090"; 16 rockchip,audio-codec = <&max98090>; 25 max98090: max98090@10 { label 26 compatible = "maxim,max98090";
|
| D | exynos5422-odroidxu3-audio.dtsi | 36 sound-dai = <&hdmi>, <&max98090>; 43 max98090: audio-codec@10 { label 44 compatible = "maxim,max98090";
|
| D | exynos4412-odroid-common.dtsi | 47 sound-dai = <&hdmi>, <&max98090>; 496 max98090: audio-codec@10 { label 497 compatible = "maxim,max98090";
|
| D | exynos5420-peach-pit.dts | 86 compatible = "google,snow-audio-max98090"; 90 samsung,audio-codec = <&max98090>; 97 sound-dai = <&max98090>, <&hdmi>; 619 max98090: audio-codec@10 { label 620 compatible = "maxim,max98090"; 784 max98090_irq: max98090-irq-pins {
|
| D | exynos5410-odroidxu.dts | 86 sound-dai = <&max98090>; 495 max98090: audio-codec@10 { label 496 compatible = "maxim,max98090";
|
| D | tegra124-venice2.dts | 623 compatible = "maxim,max98090"; 1227 compatible = "nvidia,tegra-audio-max98090-venice2", 1228 "nvidia,tegra-audio-max98090";
|
| D | rk3288-veyron-mickey.dts | 34 compatible = "rockchip,rockchip-audio-max98090";
|
| D | tegra124-nyan-big.dts | 32 compatible = "nvidia,tegra-audio-max98090-nyan-big", 33 "nvidia,tegra-audio-max98090-nyan", 34 "nvidia,tegra-audio-max98090";
|
| D | tegra124-nyan-blaze.dts | 30 compatible = "nvidia,tegra-audio-max98090-nyan-blaze", 31 "nvidia,tegra-audio-max98090-nyan", 32 "nvidia,tegra-audio-max98090";
|
| D | tegra124-nyan.dtsi | 85 compatible = "maxim,max98090";
|
| /Linux-v6.1/sound/soc/rockchip/ |
| D | Makefile | 13 snd-soc-rockchip-max98090-objs := rockchip_max98090.o 18 obj-$(CONFIG_SND_SOC_ROCKCHIP_MAX98090) += snd-soc-rockchip-max98090.o
|
| /Linux-v6.1/sound/soc/mediatek/mt8173/ |
| D | Makefile | 5 obj-$(CONFIG_SND_SOC_MT8173_MAX98090) += mt8173-max98090.o
|