diff options
author | David Henningsson <david.henningsson@canonical.com> | 2012-12-05 14:34:54 +0100 |
---|---|---|
committer | David Henningsson <david.henningsson@canonical.com> | 2012-12-05 14:34:54 +0100 |
commit | 0f865da0e2516f2f53e7325a3979d1ce276ca5cd (patch) | |
tree | 006a8e675e5a71b10d54e112193e9643d1c54b9d | |
parent | 2ee864970cacf42556e974873d9370604fe1c79c (diff) |
alsa-mixer: Add Dell Inspiron One 2020 to mic whitelist
BugLink: https://bugs.launchpad.net/bugs/1073420
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
-rw-r--r-- | src/modules/alsa/mixer/profile-sets/90-pulseaudio.rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/alsa/mixer/profile-sets/90-pulseaudio.rules b/src/modules/alsa/mixer/profile-sets/90-pulseaudio.rules index 34deda36..38f61f0e 100644 --- a/src/modules/alsa/mixer/profile-sets/90-pulseaudio.rules +++ b/src/modules/alsa/mixer/profile-sets/90-pulseaudio.rules @@ -69,6 +69,8 @@ ATTRS{subsystem_vendor}=="0x1028", ATTRS{subsystem_device}=="0x0555", ENV{PULSE_ ATTRS{subsystem_vendor}=="0x1028", ATTRS{subsystem_device}=="0x0556", ENV{PULSE_PROFILE_SET}="force-speaker.conf" # Dell Vostro 2520 ATTRS{subsystem_vendor}=="0x1028", ATTRS{subsystem_device}=="0x0558", ENV{PULSE_PROFILE_SET}="force-speaker.conf" +# Dell Inspiron One 2020 +ATTRS{subsystem_vendor}=="0x1028", ATTRS{subsystem_device}=="0x0579", ENV{PULSE_PROFILE_SET}="force-speaker-and-int-mic.conf" # Asus 904HA (1000H) ATTRS{subsystem_vendor}=="0x1043", ATTRS{subsystem_device}=="0x831a", ENV{PULSE_PROFILE_SET}="force-speaker-and-int-mic.conf" # Asus T101MT |