alsa: Add extra HDMI mappings

Remove extra-hdmi.conf, as the performance reasons behind it are invalid
Add 7.1 profiles
Add extra HDMI devices, for a total of 8
Add DTS-encoded profiles (they need dcaenc from git)

Signed-off-by: Alexander E. Patrakov <patrakov@gmail.com>
This commit is contained in:
Alexander E. Patrakov 2014-08-01 14:37:25 +06:00 committed by David Henningsson
parent 69fae3e33a
commit afbe9605c6
10 changed files with 344 additions and 177 deletions

View file

@ -1205,7 +1205,6 @@ modlibexec_LTLIBRARIES += \
dist_alsaprofilesets_DATA = \
modules/alsa/mixer/profile-sets/default.conf \
modules/alsa/mixer/profile-sets/extra-hdmi.conf \
modules/alsa/mixer/profile-sets/force-speaker.conf \
modules/alsa/mixer/profile-sets/force-speaker-and-int-mic.conf \
modules/alsa/mixer/profile-sets/maudio-fasttrack-pro.conf \
@ -1254,7 +1253,11 @@ dist_alsapaths_DATA = \
modules/alsa/mixer/paths/hdmi-output-0.conf \
modules/alsa/mixer/paths/hdmi-output-1.conf \
modules/alsa/mixer/paths/hdmi-output-2.conf \
modules/alsa/mixer/paths/hdmi-output-3.conf
modules/alsa/mixer/paths/hdmi-output-3.conf \
modules/alsa/mixer/paths/hdmi-output-4.conf \
modules/alsa/mixer/paths/hdmi-output-5.conf \
modules/alsa/mixer/paths/hdmi-output-6.conf \
modules/alsa/mixer/paths/hdmi-output-7.conf
endif