Home
last modified time | relevance | path

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

/linux/sound/soc/sunxi/
H A Dsun8i-codec.c207 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()
/linux/sound/hda/codecs/
H A Dgeneric.h104 unsigned int active_streams; member
H A Dvia.c322 enable = is_aa_path_mute(codec) && !spec->gen.active_streams; in __analog_low_current_mode()
H A Dgeneric.c2248 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()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_display_types.h1881 int active_streams; member