Home
last modified time | relevance | path

Searched refs:snd_hdac_acomp_exit (Results 1 – 5 of 5) sorted by relevance

/linux/include/sound/
H A Dhda_component.h25 int snd_hdac_acomp_exit(struct hdac_bus *bus);
56 static inline int snd_hdac_acomp_exit(struct hdac_bus *bus) in snd_hdac_acomp_exit() function
H A Dhda_i915.h24 return snd_hdac_acomp_exit(bus); in snd_hdac_i915_exit()
/linux/sound/hda/core/
H A Dcomponent.c322 * snd_hdac_acomp_exit - Finalize audio component
332 int snd_hdac_acomp_exit(struct hdac_bus *bus) in snd_hdac_acomp_exit() function
353 EXPORT_SYMBOL_GPL(snd_hdac_acomp_exit);
H A Di915.c202 snd_hdac_acomp_exit(bus); in snd_hdac_i915_init()
/linux/sound/hda/codecs/hdmi/
H A Dhdmi.c2096 snd_hdac_acomp_exit(&codec->bus->core); in snd_hda_hdmi_generic_remove()