Searched refs:max98095 (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/sound/soc/codecs/ |
H A D | max98095.c | 1575 max98095->eq_enum, in max98095_handle_eq_pdata() 1579 max98095->eq_enum, in max98095_handle_eq_pdata() 1615 max98095->eq_enum.texts = max98095->eq_texts; in max98095_handle_eq_pdata() 1616 max98095->eq_enum.items = max98095->eq_textcnt; in max98095_handle_eq_pdata() 1726 max98095->bq_enum, in max98095_handle_bq_pdata() 1767 max98095->bq_enum.texts = max98095->bq_texts; in max98095_handle_bq_pdata() 1768 max98095->bq_enum.items = max98095->bq_textcnt; in max98095_handle_bq_pdata() 1828 if (max98095->headphone_jack == max98095->mic_jack) { in max98095_report_jack() 1921 if (max98095->headphone_jack || max98095->mic_jack) in max98095_suspend() 1936 if (max98095->headphone_jack || max98095->mic_jack) { in max98095_resume() [all …]
|
H A D | Makefile | 147 snd-soc-max98095-objs := max98095.o 528 obj-$(CONFIG_SND_SOC_MAX98095) += snd-soc-max98095.o
|
/openbmc/linux/arch/arm/boot/dts/samsung/ |
H A D | exynos5250-snow.dts | 18 compatible = "google,snow-audio-max98095"; 21 samsung,audio-codec = <&max98095>; 28 sound-dai = <&max98095 0>, <&hdmi>; 34 max98095: audio-codec@11 { label 35 compatible = "maxim,max98095"; 46 max98095_en: max98095-en-pins {
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | maxim,max98095.yaml | 4 $id: http://devicetree.org/schemas/sound/maxim,max98095.yaml# 18 - maxim,max98095 49 compatible = "maxim,max98095";
|
H A D | samsung,snow.yaml | 18 - google,snow-audio-max98095 66 compatible = "google,snow-audio-max98095"; 74 sound-dai = <&max98095 0>, <&hdmi>;
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | exynos5250-snow.dts | 216 max98095: codec@11 { label 217 compatible = "maxim,max98095"; 277 compatible = "google,snow-audio-max98095"; 280 samsung,audio-codec = <&max98095>; 288 sound-dai = <&max98095 0>;
|
/openbmc/u-boot/drivers/sound/ |
H A D | Makefile | 17 obj-$(CONFIG_SOUND_MAX98095) += max98095.o maxim_codec.o
|
H A D | Kconfig | 91 bool "Support Maxim max98095 audio codec" 94 Enable the max98095 audio codec. This is connected via I2S for
|
H A D | max98095.c | 458 U_BOOT_DRIVER(max98095) = {
|