Searched refs:active_streams (Results 1 – 5 of 5) sorted by relevance
207 unsigned int active_streams : 2; member 323 if (aif->active_streams) in sun8i_codec_update_sample_rate() 821 aif->active_streams |= BIT(stream); in sun8i_codec_aif_event() 823 aif->active_streams &= ~BIT(stream); in sun8i_codec_aif_event()
104 unsigned int active_streams; member
322 enable = is_aa_path_mute(codec) && !spec->gen.active_streams; in __analog_low_current_mode()
2248 if (spec->active_streams) in indep_hp_put() 5331 spec->active_streams |= 1 << STREAM_MULTI_OUT; in playback_pcm_open() 5375 spec->active_streams &= ~(1 << STREAM_MULTI_OUT); in playback_pcm_close() 5430 spec->active_streams |= 1 << STREAM_INDEP_HP; in alt_playback_pcm_open() 5443 spec->active_streams &= ~(1 << STREAM_INDEP_HP); in alt_playback_pcm_close()
1881 int active_streams; member