active_streams 2230 sound/pci/hda/hda_generic.c if (spec->active_streams) { active_streams 5310 sound/pci/hda/hda_generic.c spec->active_streams |= 1 << STREAM_MULTI_OUT; active_streams 5355 sound/pci/hda/hda_generic.c spec->active_streams &= ~(1 << STREAM_MULTI_OUT); active_streams 5411 sound/pci/hda/hda_generic.c spec->active_streams |= 1 << STREAM_INDEP_HP; active_streams 5424 sound/pci/hda/hda_generic.c spec->active_streams &= ~(1 << STREAM_INDEP_HP); active_streams 109 sound/pci/hda/hda_generic.h unsigned int active_streams; active_streams 321 sound/pci/hda/patch_via.c enable = is_aa_path_mute(codec) && !spec->gen.active_streams;