diff options
author | Colin Guthrie <colin@mageia.org> | 2012-04-15 13:39:29 +0100 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2012-04-15 13:43:14 +0100 |
commit | e1d551f36424a8447348a8cd6f90debaa7baec7a (patch) | |
tree | 6c9cf0f9c31fb46f57047d62ff949705cafcf76d | |
parent | 6961d3e1c71610504e5acf8bfd8c0ad042aa2af6 (diff) |
alsa: Add the DTS/DCA mapping to extra-hdmi.conf too.
This is needed for 0b421f on Intel/NVidia hardware.
-rw-r--r-- | src/modules/alsa/mixer/profile-sets/extra-hdmi.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/modules/alsa/mixer/profile-sets/extra-hdmi.conf b/src/modules/alsa/mixer/profile-sets/extra-hdmi.conf index d0bff6a3..d4466dd8 100644 --- a/src/modules/alsa/mixer/profile-sets/extra-hdmi.conf +++ b/src/modules/alsa/mixer/profile-sets/extra-hdmi.conf @@ -93,6 +93,12 @@ channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe priority = 3 direction = output +[Mapping iec958-dts-surround-51] +device-strings = dca:%f +channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe +priority = 3 +direction = output + [Mapping hdmi-stereo] device-strings = hdmi:%f description = Digital Stereo (HDMI) |