Home
last modified time | relevance | path

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

/linux-6.15/include/sound/
H A Dhda_codec.h444 void __snd_hda_codec_cleanup_stream(struct hda_codec *codec, hda_nid_t nid,
447 __snd_hda_codec_cleanup_stream(codec, nid, 0)
/linux-6.15/sound/pci/hda/
H A Dhda_codec.c1181 void __snd_hda_codec_cleanup_stream(struct hda_codec *codec, hda_nid_t nid, in __snd_hda_codec_cleanup_stream() function
1205 EXPORT_SYMBOL_GPL(__snd_hda_codec_cleanup_stream);
H A Dhda_generic.c5648 __snd_hda_codec_cleanup_stream(codec, spec->cur_adc, 1); in dyn_adc_pcm_resetup()