Home
last modified time | relevance | path

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

/linux-4.1.27/sound/hda/
Dhdac_regmap.c342 int snd_hdac_regmap_init(struct hdac_device *codec) in snd_hdac_regmap_init() function
353 EXPORT_SYMBOL_GPL(snd_hdac_regmap_init);
/linux-4.1.27/include/sound/
Dhda_regmap.h14 int snd_hdac_regmap_init(struct hdac_device *codec);
/linux-4.1.27/sound/pci/hda/
Dhda_bind.c78 err = snd_hdac_regmap_init(&codec->core); in hda_codec_driver_probe()