Home
last modified time | relevance | path

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

/linux-4.4.14/sound/hda/
Dhdac_regmap.c348 int snd_hdac_regmap_init(struct hdac_device *codec) in snd_hdac_regmap_init() function
359 EXPORT_SYMBOL_GPL(snd_hdac_regmap_init);
/linux-4.4.14/include/sound/
Dhda_regmap.h14 int snd_hdac_regmap_init(struct hdac_device *codec);
/linux-4.4.14/sound/pci/hda/
Dhda_bind.c90 err = snd_hdac_regmap_init(&codec->core); in hda_codec_driver_probe()