Home
last modified time | relevance | path

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

/linux-4.1.27/sound/hda/
Dhdac_device.c135 int snd_hdac_device_register(struct hdac_device *codec) in snd_hdac_device_register() function
150 EXPORT_SYMBOL_GPL(snd_hdac_device_register);
/linux-4.1.27/include/sound/
Dhdaudio.h100 int snd_hdac_device_register(struct hdac_device *codec);
/linux-4.1.27/sound/pci/hda/
Dhda_bind.c248 err = snd_hdac_device_register(&codec->core); in snd_hda_codec_configure()