mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-13 13:29:58 -05:00
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:
parent
69fae3e33a
commit
afbe9605c6
10 changed files with 344 additions and 177 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue