Home
last modified time | relevance | path

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

/linux/sound/hda/core/
H A Ddevice.c24 snd_hdac_device_exit(dev_to_hdac_dev(dev)); in default_release()
125 * snd_hdac_device_exit - clean up the HD-audio codec base device
128 void snd_hdac_device_exit(struct hdac_device *codec) in snd_hdac_device_exit() function
137 EXPORT_SYMBOL_GPL(snd_hdac_device_exit);
/linux/include/sound/
H A Dhdaudio.h123 void snd_hdac_device_exit(struct hdac_device *dev);
/linux/sound/hda/common/
H A Dcodec.c757 /* pm_runtime_put() is called in snd_hdac_device_exit() */ in snd_hda_codec_cleanup_for_unbind()
861 snd_hdac_device_exit(&codec->core); in snd_hda_codec_dev_release()