Home
last modified time | relevance | path

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

/sound/soc/sunxi/
Dsun8i-codec.c156 unsigned int active_streams : 2; member
245 if (aif->active_streams) in sun8i_codec_update_sample_rate()
708 aif->active_streams |= BIT(stream); in sun8i_codec_aif_event()
710 aif->active_streams &= ~BIT(stream); in sun8i_codec_aif_event()
/sound/pci/hda/
Dhda_generic.h101 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.c2249 if (spec->active_streams) { in indep_hp_put()
5276 spec->active_streams |= 1 << STREAM_MULTI_OUT; in playback_pcm_open()
5321 spec->active_streams &= ~(1 << STREAM_MULTI_OUT); in playback_pcm_close()
5377 spec->active_streams |= 1 << STREAM_INDEP_HP; in alt_playback_pcm_open()
5390 spec->active_streams &= ~(1 << STREAM_INDEP_HP); in alt_playback_pcm_close()