mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
alsa-mixer: Add special profiles for some laptops missing speaker and/or internal mic
Several laptops have speaker ports, and/or internal mic ports, but we have no way of detecting that. So we make the port(s) always show up for these devices. BugLink: https://bugs.launchpad.net/bugs/946232 Signed-off-by: David Henningsson <david.henningsson@canonical.com>
This commit is contained in:
parent
5a57686e3e
commit
16e4ef5df2
6 changed files with 557 additions and 0 deletions
|
|
@ -1107,6 +1107,8 @@ 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 \
|
||||
modules/alsa/mixer/profile-sets/native-instruments-audio4dj.conf \
|
||||
modules/alsa/mixer/profile-sets/native-instruments-audio8dj.conf \
|
||||
|
|
@ -1131,6 +1133,7 @@ dist_alsapaths_DATA = \
|
|||
modules/alsa/mixer/paths/analog-input-dock-mic.conf \
|
||||
modules/alsa/mixer/paths/analog-input-front-mic.conf \
|
||||
modules/alsa/mixer/paths/analog-input-internal-mic.conf \
|
||||
modules/alsa/mixer/paths/analog-input-internal-mic-always.conf \
|
||||
modules/alsa/mixer/paths/analog-input-rear-mic.conf \
|
||||
modules/alsa/mixer/paths/analog-input-mic.conf.common \
|
||||
modules/alsa/mixer/paths/analog-input-mic-line.conf \
|
||||
|
|
@ -1138,6 +1141,7 @@ dist_alsapaths_DATA = \
|
|||
modules/alsa/mixer/paths/analog-input-video.conf \
|
||||
modules/alsa/mixer/paths/analog-output.conf \
|
||||
modules/alsa/mixer/paths/analog-output-speaker.conf \
|
||||
modules/alsa/mixer/paths/analog-output-speaker-always.conf \
|
||||
modules/alsa/mixer/paths/analog-output.conf.common \
|
||||
modules/alsa/mixer/paths/analog-output-desktop-speaker.conf \
|
||||
modules/alsa/mixer/paths/analog-output-headphones.conf \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue