/openbmc/linux/sound/soc/codecs/ |
H A D | max98090.c | 275 static int max98090_reset(struct max98090_priv *max98090) in max98090_reset() argument 280 ret = regmap_write(max98090->regmap, M98090_REG_SOFTWARE_RESET, in max98090_reset() 283 dev_err(max98090->component->dev, in max98090_reset() 351 struct max98090_priv *max98090 = snd_soc_component_get_drvdata(component); in max98090_get_enab_tlv() local 360 select = &(max98090->pa1en); in max98090_get_enab_tlv() 363 select = &(max98090->pa2en); in max98090_get_enab_tlv() 366 select = &(max98090->sidetone); in max98090_get_enab_tlv() 391 struct max98090_priv *max98090 = snd_soc_component_get_drvdata(component); in max98090_put_enab_tlv() local 403 select = &(max98090->pa1en); in max98090_put_enab_tlv() 406 select = &(max98090->pa2en); in max98090_put_enab_tlv() [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A 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>;
|
H A D | mt8173-max98090.txt | 4 - compatible : "mediatek,mt8173-max98090" 11 compatible = "mediatek,mt8173-max98090"; 12 mediatek,audio-codec = <&max98090>;
|
/openbmc/linux/arch/arm/boot/dts/samsung/ |
H A D | exynos5250-snow-rev5.dts | 20 compatible = "google,snow-audio-max98090"; 23 samsung,audio-codec = <&max98090>; 30 sound-dai = <&max98090>, <&hdmi>; 36 max98090: audio-codec@10 { label 37 compatible = "maxim,max98090"; 50 max98090_irq: max98090-irq-pins {
|
H A D | exynos5422-odroidxu3-audio.dtsi | 36 sound-dai = <&hdmi>, <&max98090>; 43 max98090: audio-codec@10 { label 44 compatible = "maxim,max98090";
|
H A D | exynos5420-peach-pit.dts | 89 compatible = "google,snow-audio-max98090"; 93 samsung,audio-codec = <&max98090>; 100 sound-dai = <&max98090>, <&hdmi>; 622 max98090: audio-codec@10 { label 623 compatible = "maxim,max98090"; 788 max98090_irq: max98090-irq-pins {
|
H A D | exynos4412-odroid-common.dtsi | 52 sound-dai = <&hdmi>, <&max98090>; 499 max98090: audio-codec@10 { label 500 compatible = "maxim,max98090";
|
H A D | exynos5410-odroidxu.dts | 88 sound-dai = <&max98090>; 495 max98090: audio-codec@10 { label 496 compatible = "maxim,max98090";
|
/openbmc/linux/arch/arm/boot/dts/rockchip/ |
H A 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";
|
H A D | rk3288-veyron-mickey.dts | 34 compatible = "rockchip,rockchip-audio-max98090";
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | exynos5800-peach-pi.dts | 83 compatible = "google,peach-audio-max98090"; 86 samsung,audio-codec = <&max98090>; 93 sound-dai = <&max98090 0>; 99 max98090: soundcodec@10 { label 101 compatible = "maxim,max98090"; 107 samsung,codec-type = "max98090";
|
H A D | exynos5420-peach-pit.dts | 71 compatible = "google,peach-audio-max98090"; 74 samsung,audio-codec = <&max98090>; 81 sound-dai = <&max98090 0>; 87 max98090: soundcodec@10 { label 89 compatible = "maxim,max98090"; 234 samsung,codec-type = "max98090";
|
H A D | rk3288-veyron-jerry.dts | 57 compatible = "rockchip,audio-max98090-jerry"; 64 sound-dai = <&max98090 0>;
|
H A D | rk3288-veyron.dtsi | 114 compatible = "rockchip,rockchip-audio-max98090"; 117 rockchip,audio-codec = <&max98090>; 484 max98090: max98090@10 { label 485 compatible = "maxim,max98090";
|
H A D | tegra124-nyan-big.dts | 67 compatible = "nvidia,tegra-audio-max98090-nyan-big", 68 "nvidia,tegra-audio-max98090-nyan", 69 "nvidia,tegra-audio-max98090";
|
H A D | tegra124-nyan.dtsi | 55 compatible = "maxim,max98090";
|
/openbmc/linux/sound/soc/rockchip/ |
H A D | Makefile | 13 snd-soc-rockchip-max98090-objs := rockchip_max98090.o 18 obj-$(CONFIG_SND_SOC_ROCKCHIP_MAX98090) += snd-soc-rockchip-max98090.o
|
/openbmc/u-boot/drivers/sound/ |
H A D | max98090.h | 658 int max98090_set_sysclk(struct maxim_priv *max98090, uint freq); 659 int max98090_hw_params(struct maxim_priv *max98090, uint rate, 661 int max98090_device_init(struct maxim_priv *max98090); 662 int max98090_set_fmt(struct maxim_priv *max98090, int fmt);
|
H A D | Makefile | 16 obj-$(CONFIG_SOUND_MAX98090) += max98090.o maxim_codec.o
|
H A D | Kconfig | 83 bool "Support Maxim max98090 audio codec" 86 Enable the max98090 audio codec. This is connected via I2S for
|
H A D | max98090.c | 363 U_BOOT_DRIVER(max98090) = {
|
/openbmc/linux/sound/soc/mediatek/mt8173/ |
H A D | Makefile | 5 obj-$(CONFIG_SND_SOC_MT8173_MAX98090) += mt8173-max98090.o
|
/openbmc/linux/arch/arm/boot/dts/nvidia/ |
H A D | tegra124-venice2.dts | 626 compatible = "maxim,max98090"; 1230 compatible = "nvidia,tegra-audio-max98090-venice2", 1231 "nvidia,tegra-audio-max98090";
|
H A D | tegra124-nyan-big.dts | 1343 compatible = "nvidia,tegra-audio-max98090-nyan-big", 1344 "nvidia,tegra-audio-max98090-nyan", 1345 "nvidia,tegra-audio-max98090";
|
H A D | tegra124-nyan-blaze.dts | 1341 compatible = "nvidia,tegra-audio-max98090-nyan-blaze", 1342 "nvidia,tegra-audio-max98090-nyan", 1343 "nvidia,tegra-audio-max98090";
|