Searched full:max98396 (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/sound/soc/codecs/ |
D | max98396.c | 12 #include "max98396.h" 351 struct max98396_priv *max98396 = snd_soc_component_get_drvdata(component); in max98396_dai_set_fmt() local 403 ret = regmap_read(max98396->regmap, MAX98396_R210F_GLOBAL_EN, &status); in max98396_dai_set_fmt() 408 ret = regmap_read(max98396->regmap, MAX98396_R2041_PCM_MODE_CFG, ®); in max98396_dai_set_fmt() 414 ret = regmap_read(max98396->regmap, in max98396_dai_set_fmt() 423 max98396_global_enable_onoff(max98396->regmap, false); in max98396_dai_set_fmt() 426 regmap_update_bits(max98396->regmap, in max98396_dai_set_fmt() 430 regmap_update_bits(max98396->regmap, in max98396_dai_set_fmt() 436 max98396_global_enable_onoff(max98396->regmap, true); in max98396_dai_set_fmt() 510 struct max98396_priv *max98396 = snd_soc_component_get_drvdata(component); in max98396_dai_hw_params() local [all …]
|
D | max98396.h | 3 * max98396.h -- MAX98396 ALSA SoC audio driver header
|
D | Makefile | 161 snd-soc-max98396-objs := max98396.o 542 obj-$(CONFIG_SND_SOC_MAX98396) += snd-soc-max98396.o
|
D | Kconfig | 1237 tristate "Analog Devices MAX98396 Speaker Amplifier" 1240 Enable support for Analog Devices MAX98396 audio
|
/Linux-v6.6/Documentation/devicetree/bindings/sound/ |
D | adi,max98396.yaml | 4 $id: http://devicetree.org/schemas/sound/adi,max98396.yaml# 7 title: Analog Devices MAX98396 Speaker Amplifier 13 The MAX98396 is a mono Class-DG speaker amplifier with I/V sense. 16 The MAX98397 is a variant of MAX98396 with wide input supply range. 21 - adi,max98396 130 max98396: amplifier@39 { 131 compatible = "adi,max98396";
|