Home
last modified time | relevance | path

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

/linux-4.1.27/sound/hda/
Dhdac_device.c20 snd_hdac_device_exit(container_of(dev, struct hdac_device, dev)); in default_release()
122 void snd_hdac_device_exit(struct hdac_device *codec) in snd_hdac_device_exit() function
129 EXPORT_SYMBOL_GPL(snd_hdac_device_exit);
/linux-4.1.27/include/sound/
Dhdaudio.h99 void snd_hdac_device_exit(struct hdac_device *dev);
/linux-4.1.27/sound/pci/hda/
Dhda_codec.c989 snd_hdac_device_exit(&codec->core); in snd_hda_codec_dev_release()