Home
last modified time | relevance | path

Searched full:max98388 (Results 1 – 9 of 9) sorted by relevance

/linux/sound/soc/codecs/
H A Dmax98388.c19 #include "max98388.h"
76 struct max98388_priv *max98388 = snd_soc_component_get_drvdata(component); in max98388_dac_event() local
80 regmap_write(max98388->regmap, in max98388_dac_event()
85 regmap_write(max98388->regmap, in max98388_dac_event()
88 max98388->tdm_mode = false; in max98388_dac_event()
389 static void max98388_reset(struct max98388_priv *max98388, struct device *dev) in max98388_reset() argument
394 ret = regmap_update_bits(max98388->regmap, in max98388_reset()
405 ret = regmap_read(max98388->regmap, in max98388_reset()
418 struct max98388_priv *max98388 = snd_soc_component_get_drvdata(component); in max98388_probe() local
421 max98388_reset(max98388, component->dev); in max98388_probe()
[all …]
H A Dmax98388.h3 * max98388.h -- MAX98388 ALSA SoC audio driver header
H A DMakefile173 snd-soc-max98388-y := max98388.o
585 obj-$(CONFIG_SND_SOC_MAX98388) += snd-soc-max98388.o
H A DKconfig1355 tristate "Analog Devices MAX98388 Speaker Amplifier"
1358 Enable support for Analog Devices MAX98388 audio
/linux/Documentation/devicetree/bindings/sound/
H A Dadi,max98388.yaml4 $id: http://devicetree.org/schemas/sound/adi,max98388.yaml#
7 title: Analog Devices MAX98388 Speaker Amplifier
13 The MAX98388 is a mono Class-D speaker amplifier with I/V feedback.
23 - adi,max98388
70 max98388: amplifier@39 {
71 compatible = "adi,max98388";
/linux/sound/soc/amd/
H A DKconfig82 tristate "AMD Vangogh support for NAU8821/CS35L41/MAX98388"
90 using NAU8821 and either CS35L41 or MAX98388 codecs.
/linux/sound/soc/amd/acp/
H A Dacp-mach.h52 MAX98388, enumerator
H A Dacp-mach-common.c38 #define MAX98388_CODEC_DAI "max98388-aif1"
830 SND_SOC_DAILINK_DEF(max98388,
888 if (drvdata->amp_codec_id != MAX98388) in acp_card_max98388_init()
1525 if (drv_data->amp_codec_id == MAX98388) { in acp_sofdsp_dai_links_create()
1527 links[i].codecs = max98388; in acp_sofdsp_dai_links_create()
1528 links[i].num_codecs = ARRAY_SIZE(max98388); in acp_sofdsp_dai_links_create()
H A Dacp-sof-mach.c85 .amp_codec_id = MAX98388,