Home
last modified time | relevance | path

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

/Linux-v6.6/sound/soc/sof/intel/
Dhda-dsp.c952 unsigned int active_streams = 0; in hda_dsp_check_for_dma_streams() local
961 active_streams |= BIT(s->index); in hda_dsp_check_for_dma_streams()
964 return active_streams; in hda_dsp_check_for_dma_streams()
999 unsigned int active_streams; in hda_dsp_shutdown_dma_flush() local
1003 active_streams = hda_dsp_check_for_dma_streams(sdev); in hda_dsp_shutdown_dma_flush()
1008 if (active_streams) { in hda_dsp_shutdown_dma_flush()
1011 active_streams); in hda_dsp_shutdown_dma_flush()
/Linux-v6.6/sound/soc/sunxi/
Dsun8i-codec.c175 unsigned int active_streams : 2; member
264 if (aif->active_streams) in sun8i_codec_update_sample_rate()
762 aif->active_streams |= BIT(stream); in sun8i_codec_aif_event()
764 aif->active_streams &= ~BIT(stream); in sun8i_codec_aif_event()
/Linux-v6.6/sound/pci/hda/
Dhda_generic.h104 unsigned int active_streams; member
Dpatch_via.c322 enable = is_aa_path_mute(codec) && !spec->gen.active_streams; in __analog_low_current_mode()
Dhda_generic.c2253 if (spec->active_streams) { in indep_hp_put()
5280 spec->active_streams |= 1 << STREAM_MULTI_OUT; in playback_pcm_open()
5325 spec->active_streams &= ~(1 << STREAM_MULTI_OUT); in playback_pcm_close()
5381 spec->active_streams |= 1 << STREAM_INDEP_HP; in alt_playback_pcm_open()
5394 spec->active_streams &= ~(1 << STREAM_INDEP_HP); in alt_playback_pcm_close()