diff options
author | Alexander E. Patrakov <patrakov@gmail.com> | 2014-08-01 14:37:25 +0600 |
---|---|---|
committer | David Henningsson <david.henningsson@canonical.com> | 2014-08-01 11:01:02 +0200 |
commit | afbe9605c64ae896e7ebf1dc259976fecd5b2628 (patch) | |
tree | 944362acf1464e1b551814eee32d5d3a29be2af4 /src/modules/alsa/mixer/profile-sets/90-pulseaudio.rules | |
parent | 69fae3e33ad024be39fb3da0643314abf4e59980 (diff) |
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>
Diffstat (limited to 'src/modules/alsa/mixer/profile-sets/90-pulseaudio.rules')
-rw-r--r-- | src/modules/alsa/mixer/profile-sets/90-pulseaudio.rules | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/modules/alsa/mixer/profile-sets/90-pulseaudio.rules b/src/modules/alsa/mixer/profile-sets/90-pulseaudio.rules index 560ff1ccc..b34b90bdd 100644 --- a/src/modules/alsa/mixer/profile-sets/90-pulseaudio.rules +++ b/src/modules/alsa/mixer/profile-sets/90-pulseaudio.rules @@ -23,10 +23,6 @@ SUBSYSTEMS=="usb", GOTO="pulseaudio_check_usb" SUBSYSTEMS=="platform", DRIVERS=="thinkpad_acpi", ENV{PULSE_IGNORE}="1" -# NVidia and Intel HDAs often have more than one HDMI codec/port on the same card -ATTRS{vendor}=="0x10de", ENV{PULSE_PROFILE_SET}="extra-hdmi.conf" -ATTRS{vendor}=="0x8086", ENV{PULSE_PROFILE_SET}="extra-hdmi.conf" - # Force enable speaker and internal mic for some laptops # This should only be necessary for kernels 3.3, 3.4 and 3.5 (as they are lacking the phantom jack kctls). # Acer AOA150 |