Searched full:max98390 (Results 1 – 15 of 15) sorted by relevance
/linux-6.14.4/sound/soc/codecs/ |
D | max98390.c | 3 * max98390.c -- MAX98390 ALSA Soc Audio driver 24 #include "max98390.h" 166 struct max98390_priv *max98390 = in max98390_dai_set_fmt() local 179 max98390->provider = true; in max98390_dai_set_fmt() 187 regmap_update_bits(max98390->regmap, in max98390_dai_set_fmt() 203 regmap_update_bits(max98390->regmap, in max98390_dai_set_fmt() 226 regmap_update_bits(max98390->regmap, in max98390_dai_set_fmt() 252 struct max98390_priv *max98390 = in max98390_set_clock() local 265 if (max98390->provider) { in max98390_set_clock() 269 if (rate_table[i] >= max98390->sysclk) in max98390_set_clock() [all …]
|
D | Makefile | 174 snd-soc-max98390-y := max98390.o 586 obj-$(CONFIG_SND_SOC_MAX98390) += snd-soc-max98390.o
|
D | max98390.h | 9 /* MAX98390 Register Address */
|
D | Kconfig | 1364 tristate "Maxim Integrated MAX98390 Speaker Amplifier"
|
/linux-6.14.4/Documentation/devicetree/bindings/sound/ |
D | maxim,max98390.yaml | 4 $id: http://devicetree.org/schemas/sound/maxim,max98390.yaml# 7 title: Maxim Integrated MAX98390 Speaker Amplifier with Integrated Dynamic Speaker Management 17 const: maxim,max98390 53 max98390: amplifier@38 { 54 compatible = "maxim,max98390";
|
/linux-6.14.4/sound/soc/intel/boards/ |
D | sof_maxim_common.h | 27 * Maxim MAX98390 29 #define MAX_98390_CODEC_DAI "max98390-aif1"
|
D | sof_maxim_common.c | 296 * Maxim MAX98390 456 dev_err(rtd->dev, "fail to add max98390 woofer widgets, ret %d\n", in max_98390_init() 464 dev_err(rtd->dev, "fail to add max98390 woofer kcontrols, ret %d\n", in max_98390_init()
|
/linux-6.14.4/arch/arm64/boot/dts/mediatek/ |
D | mt8195-cherry-dojo-r1.dts | 23 compatible = "maxim,max98390"; 31 compatible = "maxim,max98390";
|
D | mt8188-geralt-ciri.dtsi | 39 compatible = "maxim,max98390"; 49 compatible = "maxim,max98390";
|
/linux-6.14.4/sound/soc/intel/common/ |
D | soc-acpi-intel-ssp-common.c | 56 CODEC_MAP_ENTRY("MAX98390", "max98390", MAX_98390_ACPI_HID, CODEC_MAX98390),
|
D | soc-acpi-intel-cml-match.c | 81 .sof_tplg_filename = "sof-cml-da7219-max98390.tplg",
|
/linux-6.14.4/sound/soc/mediatek/mt8188/ |
D | mt8188-mt6359.c | 40 * Maxim MAX98390 42 #define MAX98390_CODEC_DAI "max98390-aif1" 43 #define MAX98390_DEV0_NAME "max98390.0-0038" /* rear right */ 44 #define MAX98390_DEV1_NAME "max98390.0-0039" /* rear left */ 45 #define MAX98390_DEV2_NAME "max98390.0-003a" /* front right */ 46 #define MAX98390_DEV3_NAME "max98390.0-003b" /* front left */
|
/linux-6.14.4/sound/soc/sof/ |
D | sof-pci-dev.c | 86 .driver_data = "sof-adl-max98390-ssp2-rt5682-ssp0.tplg",
|
/linux-6.14.4/sound/soc/mediatek/mt8195/ |
D | mt8195-mt6359.c | 47 #define MAX98390_CODEC_DAI "max98390-aif1" 48 #define MAX98390_DEV0_NAME "max98390.2-0038" /* right */ 49 #define MAX98390_DEV1_NAME "max98390.2-0039" /* left */
|
/linux-6.14.4/sound/soc/sof/mediatek/mt8195/ |
D | mt8195.c | 579 .sof_tplg_filename = "sof-mt8195-mt6359-max98390-rt5682.tplg"
|