mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
alsa-mixer: Fix mono input for Texas Instruments PCM2902
Even though the file name is currently behringer-umc22.conf, the USB ID actually belongs to Texas Instruments PCM2902, which is a generic chip used in multiple products. Some products have true mono input unlike Behringer UMC22, which has two mono inputs combined into one stereo PCM device. This patch removes the "mono,mono" mapping from Behringer UMC22, which hopefully won't be missed too much (there are still "mono,aux1" and "aux1,mono" mappings available for mono recording). Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/667>
This commit is contained in:
parent
cc8df06b9d
commit
7f02f3a0c0
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ priority = 4
|
|||
|
||||
[Mapping analog-mono]
|
||||
device-strings = hw:%f
|
||||
channel-map = mono,mono
|
||||
channel-map = mono
|
||||
paths-input = analog-input-mic
|
||||
direction = input
|
||||
priority = 3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue