Home
last modified time | relevance | path

Searched refs:max98388 (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dmax98388.c20 #include "max98388.h"
77 struct max98388_priv *max98388 = snd_soc_component_get_drvdata(component); in max98388_dac_event() local
81 regmap_write(max98388->regmap, in max98388_dac_event()
86 regmap_write(max98388->regmap, in max98388_dac_event()
89 max98388->tdm_mode = false; in max98388_dac_event()
390 static void max98388_reset(struct max98388_priv *max98388, struct device *dev) in max98388_reset() argument
395 ret = regmap_update_bits(max98388->regmap, in max98388_reset()
406 ret = regmap_read(max98388->regmap, in max98388_reset()
419 struct max98388_priv *max98388 = snd_soc_component_get_drvdata(component); in max98388_probe() local
422 max98388_reset(max98388, componen in max98388_probe()
467 struct max98388_priv *max98388 = snd_soc_component_get_drvdata(component); max98388_dai_set_fmt() local
534 struct max98388_priv *max98388 = snd_soc_component_get_drvdata(component); max98388_set_clock() local
561 struct max98388_priv *max98388 = snd_soc_component_get_drvdata(component); max98388_dai_hw_params() local
692 struct max98388_priv *max98388 = snd_soc_component_get_drvdata(component); max98388_dai_tdm_slot() local
856 struct max98388_priv *max98388 = dev_get_drvdata(dev); max98388_suspend() local
866 struct max98388_priv *max98388 = dev_get_drvdata(dev); max98388_resume() local
902 max98388_read_deveice_property(struct device *dev, struct max98388_priv *max98388) max98388_read_deveice_property() argument
928 struct max98388_priv *max98388 = NULL; max98388_i2c_probe() local
[all...]
H A DMakefile159 snd-soc-max98388-objs := max98388.o
540 obj-$(CONFIG_SND_SOC_MAX98388) += snd-soc-max98388.o
/kernel/linux/linux-6.6/sound/soc/amd/vangogh/
H A Dacp5x-mach.c34 #define ACP5X_MAX98388_DAI_NAME "max98388-aif1"
366 SND_SOC_DAILINK_DEF(max98388, DAILINK_COMP_ARRAY(COMP_CODEC(ACP5X_MAX98388_COMP_LNAME,
385 .name = "acp5x-max98388-play",
393 SND_SOC_DAILINK_REG(acp5x_bt, max98388, platform),
423 .name = "acp5x-max98388",
/kernel/linux/linux-6.6/sound/soc/amd/acp/
H A Dacp-mach-common.c38 #define MAX98388_CODEC_DAI "max98388-aif1"
791 SND_SOC_DAILINK_DEF(max98388,
792 DAILINK_COMP_ARRAY(COMP_CODEC("i2c-ADS8388:00", "max98388-aif1"),
793 COMP_CODEC("i2c-ADS8388:01", "max98388-aif1")));
1475 links[i].codecs = max98388; in acp_sofdsp_dai_links_create()
1476 links[i].num_codecs = ARRAY_SIZE(max98388); in acp_sofdsp_dai_links_create()

Completed in 8 milliseconds