Home
last modified time | relevance | path

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

/linux-6.1.9/sound/hda/
Dhdac_device.c23 snd_hdac_device_exit(dev_to_hdac_dev(dev)); in default_release()
127 void snd_hdac_device_exit(struct hdac_device *codec) in snd_hdac_device_exit() function
136 EXPORT_SYMBOL_GPL(snd_hdac_device_exit);
/linux-6.1.9/include/sound/
Dhdaudio.h122 void snd_hdac_device_exit(struct hdac_device *dev);
/linux-6.1.9/sound/pci/hda/
Dhda_codec.c882 snd_hdac_device_exit(&codec->core); in snd_hda_codec_dev_release()