Home
last modified time | relevance | path

Searched refs:max98388 (Results 1 – 2 of 2) sorted by relevance

/linux/sound/soc/codecs/
H A Dmax98388.c76 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()
424 regmap_write(max98388->regmap, in max98388_probe()
[all …]
/linux/sound/soc/amd/acp/
H A Dacp-mach-common.c38 #define MAX98388_CODEC_DAI "max98388-aif1"
834 SND_SOC_DAILINK_DEF(max98388,
1533 links[i].codecs = max98388; in acp_sofdsp_dai_links_create()
1534 links[i].num_codecs = ARRAY_SIZE(max98388); in acp_sofdsp_dai_links_create()