Home
last modified time | relevance | path

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

/linux/sound/soc/sof/intel/
H A Dhda-dsp.c1070 unsigned int active_streams = 0; in hda_dsp_check_for_dma_streams() local
1079 active_streams |= BIT(s->index); in hda_dsp_check_for_dma_streams()
1082 return active_streams; in hda_dsp_check_for_dma_streams()
1117 unsigned int active_streams; in hda_dsp_shutdown_dma_flush() local
1121 active_streams = hda_dsp_check_for_dma_streams(sdev); in hda_dsp_shutdown_dma_flush()
1126 if (active_streams) { in hda_dsp_shutdown_dma_flush()
1129 active_streams); in hda_dsp_shutdown_dma_flush()
/linux/sound/soc/sunxi/
H A Dsun8i-codec.c207 unsigned int active_streams : 2; member
326 if (aif->active_streams) in sun8i_codec_update_sample_rate()
824 aif->active_streams |= BIT(stream); in sun8i_codec_aif_event()
826 aif->active_streams &= ~BIT(stream); in sun8i_codec_aif_event()
/linux/sound/pci/hda/
H A Dhda_generic.h104 unsigned int active_streams; member
H A Dhda_generic.c2253 if (spec->active_streams) { in indep_hp_put()
5342 spec->active_streams |= 1 << STREAM_MULTI_OUT; in playback_pcm_open()
5387 spec->active_streams &= ~(1 << STREAM_MULTI_OUT); in playback_pcm_close()
5443 spec->active_streams |= 1 << STREAM_INDEP_HP; in alt_playback_pcm_open()
5456 spec->active_streams &= ~(1 << STREAM_INDEP_HP); in alt_playback_pcm_close()