Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/sof/intel/
H A Dhda-codec.c376 void hda_codec_device_remove(struct snd_sof_dev *sdev) in hda_codec_device_remove() function
387 EXPORT_SYMBOL_NS_GPL(hda_codec_device_remove, SND_SOC_SOF_HDA_AUDIO_CODEC);
H A Dhda.h736 void hda_codec_device_remove(struct snd_sof_dev *sdev);
752 static inline void hda_codec_device_remove(struct snd_sof_dev *sdev) { } in hda_codec_device_remove() function
H A Dhda.c1321 hda_codec_device_remove(sdev); in hda_dsp_remove()