mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
alsa: sync TI2902 conf with pulseaudio
Adn reenable it to see if it improves things again.
This commit is contained in:
parent
4660e16d5b
commit
f2906a26f1
2 changed files with 10 additions and 7 deletions
|
|
@ -113,7 +113,7 @@ ATTRS{idVendor}=="045e", ATTRS{idProduct}=="02bb", ENV{ACP_PROFILE_SET}="kinect-
|
||||||
ATTRS{idVendor}=="041e", ATTRS{idProduct}=="322c", ENV{ACP_PROFILE_SET}="sb-omni-surround-5.1.conf"
|
ATTRS{idVendor}=="041e", ATTRS{idProduct}=="322c", ENV{ACP_PROFILE_SET}="sb-omni-surround-5.1.conf"
|
||||||
ATTRS{idVendor}=="0bda", ATTRS{idProduct}=="4014", ENV{ACP_PROFILE_SET}="dell-dock-tb16-usb-audio.conf"
|
ATTRS{idVendor}=="0bda", ATTRS{idProduct}=="4014", ENV{ACP_PROFILE_SET}="dell-dock-tb16-usb-audio.conf"
|
||||||
ATTRS{idVendor}=="0bda", ATTRS{idProduct}=="402e", ENV{ACP_PROFILE_SET}="dell-dock-tb16-usb-audio.conf"
|
ATTRS{idVendor}=="0bda", ATTRS{idProduct}=="402e", ENV{ACP_PROFILE_SET}="dell-dock-tb16-usb-audio.conf"
|
||||||
#ATTRS{idVendor}=="08bb", ATTRS{idProduct}=="2902", ENV{ACP_PROFILE_SET}="texas-instruments-pcm2902.conf"
|
ATTRS{idVendor}=="08bb", ATTRS{idProduct}=="2902", ENV{ACP_PROFILE_SET}="texas-instruments-pcm2902.conf"
|
||||||
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="0269", ENV{ACP_PROFILE_SET}="hp-tbt-dock-120w-g2.conf"
|
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="0269", ENV{ACP_PROFILE_SET}="hp-tbt-dock-120w-g2.conf"
|
||||||
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="0567", ENV{ACP_PROFILE_SET}="hp-tbt-dock-audio-module.conf"
|
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="0567", ENV{ACP_PROFILE_SET}="hp-tbt-dock-audio-module.conf"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,12 +16,15 @@
|
||||||
; Texas Instruments PCM2902
|
; Texas Instruments PCM2902
|
||||||
;
|
;
|
||||||
; This is a generic chip used in multiple products, including at least
|
; This is a generic chip used in multiple products, including at least
|
||||||
; Behringer U-Phoria UMC22, Intopic Jazz-UB700 and some unbranded "usb mini
|
; Behringer U-Phoria UMC22, Behringer Xenyx 302USB, Intopic Jazz-UB700 and
|
||||||
; microphone".
|
; some unbranded "usb mini microphone".
|
||||||
;
|
;
|
||||||
; Behringer UMC22 has stereo input (representing two physical mono inputs),
|
; Behringer UMC22 has stereo input (representing two physical mono inputs),
|
||||||
; others have mono input.
|
; others have mono input.
|
||||||
;
|
;
|
||||||
|
; Some devices have a mic input path, but at least Behringer Xenyx 302USB
|
||||||
|
; doesn't have any input mixer controls.
|
||||||
|
;
|
||||||
; Since the UMC22 card has only stereo input PCM device but is commonly used
|
; Since the UMC22 card has only stereo input PCM device but is commonly used
|
||||||
; with mono mics, we define special mono mappings using "mono,aux1" and
|
; with mono mics, we define special mono mappings using "mono,aux1" and
|
||||||
; "aux1,mono" channel maps. If we had only had the standard stereo input
|
; "aux1,mono" channel maps. If we had only had the standard stereo input
|
||||||
|
|
@ -40,28 +43,28 @@ auto-profiles = yes
|
||||||
[Mapping analog-stereo-input]
|
[Mapping analog-stereo-input]
|
||||||
device-strings = hw:%f
|
device-strings = hw:%f
|
||||||
channel-map = left,right
|
channel-map = left,right
|
||||||
paths-input = analog-input-mic
|
paths-input = analog-input-mic analog-input
|
||||||
direction = input
|
direction = input
|
||||||
priority = 4
|
priority = 4
|
||||||
|
|
||||||
[Mapping analog-mono]
|
[Mapping analog-mono]
|
||||||
device-strings = hw:%f
|
device-strings = hw:%f
|
||||||
channel-map = mono
|
channel-map = mono
|
||||||
paths-input = analog-input-mic
|
paths-input = analog-input-mic analog-input
|
||||||
direction = input
|
direction = input
|
||||||
priority = 3
|
priority = 3
|
||||||
|
|
||||||
[Mapping analog-mono-left]
|
[Mapping analog-mono-left]
|
||||||
device-strings = hw:%f
|
device-strings = hw:%f
|
||||||
channel-map = mono,aux1
|
channel-map = mono,aux1
|
||||||
paths-input = analog-input-mic
|
paths-input = analog-input-mic analog-input
|
||||||
direction = input
|
direction = input
|
||||||
priority = 2
|
priority = 2
|
||||||
|
|
||||||
[Mapping analog-mono-right]
|
[Mapping analog-mono-right]
|
||||||
device-strings = hw:%f
|
device-strings = hw:%f
|
||||||
channel-map = aux1,mono
|
channel-map = aux1,mono
|
||||||
paths-input = analog-input-mic
|
paths-input = analog-input-mic analog-input
|
||||||
direction = input
|
direction = input
|
||||||
priority = 1
|
priority = 1
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue