Home
last modified time | relevance | path

Searched refs:no_share_stream (Results 1 – 3 of 3) sorted by relevance

/sound/pci/hda/
Dhda_local.h222 int no_share_stream; /* don't share a stream with multiple pins */ member
Dhda_codec.c3794 if (!mout->no_share_stream && in snd_hda_multi_out_analog_prepare()
3801 if (!mout->no_share_stream && mout->hp_out_nid[i]) in snd_hda_multi_out_analog_prepare()
3811 else if (!mout->no_share_stream) /* copy front */ in snd_hda_multi_out_analog_prepare()
3823 else if (!mout->no_share_stream) in snd_hda_multi_out_analog_prepare()
Dpatch_analog.c420 spec->gen.multiout.no_share_stream = 1; in patch_ad1986a()