]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: x86: hdmi: Add single_port option for compatible behavior
authorTakashi Iwai <tiwai@suse.de>
Tue, 20 Feb 2018 16:33:45 +0000 (17:33 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 22 Feb 2018 10:51:36 +0000 (11:51 +0100)
commit9a0f87b1d7d9ec2eb1ba72552269e1f83f4c4dd1
treeb00055f5c15546419747de25152f707ee232a187
parent0d75612c3bdec5a09d1f24341ee29e749cd2be6b
ALSA: x86: hdmi: Add single_port option for compatible behavior

The recent support for the multiple PCM devices allowed user to use
multiple HDMI/DP outputs, but at the same time, the PCM stream
assignment has been changed, too.  Due to that, the former PCM#0
(there was only one stream in the past) is likely assigned to a
different one (e.g. PCM#2), and it ends up with the regression when
user sticks with the fixed configuration using the device#0.

Although the multiple monitor support shouldn't matter when user
deploys the backend like PulseAudio that checks the jack detection
state, the behavior change isn't always acceptable for some users.

As a mitigation, this patch introduces an option to switch the
behavior back to the old-good-days: when the new option,
single_port=1, is passed, the driver creates only a single PCM device,
and it's assigned to the first connected one, like the earlier
versions did.  The option is turned off as default still to support
the multiple monitors.

Fixes: ee3b16ce4b78 ("ALSA: x86: Register multiple PCM devices for the LPE audio card")
Reported-and-tested-by: Hubert Mantel <mantel@metadox.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/x86/intel_hdmi_audio.c