diff options
author | Alexander E. Patrakov <patrakov@gmail.com> | 2014-04-10 21:13:43 +0600 |
---|---|---|
committer | Wim Taymans <wtaymans@redhat.com> | 2014-06-23 16:15:22 +0200 |
commit | 8f673253df4fb6c8a4fbaf04b7f3e1e4789ca531 (patch) | |
tree | 86cde189c76c566a3f9b097a1b8f622e0d3b21e8 | |
parent | e8024c04ca9c66615f5b42b02ed9234276a81890 (diff) |
Name HDMI outputs uniquelyrhel-6.6
On Haswell hardware, there are multiple HDMI outputs capable of
digital sound output. As they were identically named, KDE's control
center was unable to distinguish them, restored the wrong profile and
thus routed sound to the wrong HDMI monitor.
Also, having identically-named menu items in other mixer applications
looks like a bug.
-rw-r--r-- | src/modules/alsa/mixer/profile-sets/extra-hdmi.conf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/modules/alsa/mixer/profile-sets/extra-hdmi.conf b/src/modules/alsa/mixer/profile-sets/extra-hdmi.conf index d0bff6a3d..c721d48ce 100644 --- a/src/modules/alsa/mixer/profile-sets/extra-hdmi.conf +++ b/src/modules/alsa/mixer/profile-sets/extra-hdmi.conf @@ -110,7 +110,7 @@ priority = 3 direction = output [Mapping hdmi-stereo-extra1] -description = Digital Stereo (HDMI) +description = Digital Stereo (HDMI 2) device-strings = hdmi:%f,1 paths-output = hdmi-output-1 channel-map = left,right @@ -118,7 +118,7 @@ priority = 2 direction = output [Mapping hdmi-surround-extra1] -description = Digital Surround 5.1 (HDMI) +description = Digital Surround 5.1 (HDMI 2) device-strings = hdmi:%f,1 paths-output = hdmi-output-1 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe @@ -126,7 +126,7 @@ priority = 1 direction = output [Mapping hdmi-stereo-extra2] -description = Digital Stereo (HDMI) +description = Digital Stereo (HDMI 3) device-strings = hdmi:%f,2 paths-output = hdmi-output-2 channel-map = left,right @@ -134,7 +134,7 @@ priority = 2 direction = output [Mapping hdmi-surround-extra2] -description = Digital Surround 5.1 (HDMI) +description = Digital Surround 5.1 (HDMI 3) device-strings = hdmi:%f,2 paths-output = hdmi-output-2 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe @@ -142,7 +142,7 @@ priority = 1 direction = output [Mapping hdmi-stereo-extra3] -description = Digital Stereo (HDMI) +description = Digital Stereo (HDMI 4) device-strings = hdmi:%f,3 paths-output = hdmi-output-3 channel-map = left,right @@ -150,7 +150,7 @@ priority = 2 direction = output [Mapping hdmi-surround-extra3] -description = Digital Surround 5.1 (HDMI) +description = Digital Surround 5.1 (HDMI 4) device-strings = hdmi:%f,3 paths-output = hdmi-output-3 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe |