Home
last modified time | relevance | path

Searched refs:snd_hdac_regmap_init (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/sound/
Dhda_regmap.h15 int snd_hdac_regmap_init(struct hdac_device *codec);
/kernel/linux/linux-5.10/sound/hda/
Dhdac_regmap.c375 int snd_hdac_regmap_init(struct hdac_device *codec) in snd_hdac_regmap_init() function
386 EXPORT_SYMBOL_GPL(snd_hdac_regmap_init);
/kernel/linux/linux-5.10/sound/pci/hda/
Dhda_bind.c105 err = snd_hdac_regmap_init(&codec->core); in hda_codec_driver_probe()
/kernel/linux/linux-5.10/sound/soc/codecs/
Dhdac_hda.c442 ret = snd_hdac_regmap_init(&hcodec->core); in hdac_hda_codec_probe()