Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/sound/
Dhda_codec.h440 void __snd_hda_codec_cleanup_stream(struct hda_codec *codec, hda_nid_t nid,
443 __snd_hda_codec_cleanup_stream(codec, nid, 0)
/kernel/linux/linux-5.10/sound/pci/hda/
Dhda_codec.c1144 void __snd_hda_codec_cleanup_stream(struct hda_codec *codec, hda_nid_t nid, in __snd_hda_codec_cleanup_stream() function
1168 EXPORT_SYMBOL_GPL(__snd_hda_codec_cleanup_stream);
Dhda_generic.c5679 __snd_hda_codec_cleanup_stream(codec, spec->cur_adc, 1); in dyn_adc_pcm_resetup()