mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
alsa-mixer: Always turn "Inverted Internal Mic" off
Some devices have inverted right channel, so when you add left and right, the result is silence, or very faint sound. In recent kernels (3.5, perhaps also 3.4) these are starting to be marked with a special "Inverted Internal Mic" capture switch. While we might want to add some reverse summing mechanism in the future, for now, we just turn the thing off to avoid the problem of recording silence. Signed-off-by: David Henningsson <david.henningsson@canonical.com>
This commit is contained in:
parent
0621b1f99c
commit
004934ecaf
1 changed files with 4 additions and 0 deletions
|
|
@ -46,6 +46,10 @@ volume = off
|
|||
switch = off
|
||||
volume = off
|
||||
|
||||
[Element Inverted Internal Mic]
|
||||
switch = off
|
||||
volume = off
|
||||
|
||||
[Element Mic Jack Mode]
|
||||
enumeration = select
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue