mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-11 13:30:02 -05:00
alsa: Remove four channel input profile
With the new multichannel profile, we can remove this one and handle the four channel input as a generic multichannel fallback. Signed-off-by: David Henningsson <david.henningsson@canonical.com>
This commit is contained in:
parent
3a04554f9e
commit
2575b102b9
2 changed files with 0 additions and 10 deletions
|
|
@ -159,15 +159,6 @@ paths-output = analog-output analog-output-lineout analog-output-speaker analog-
|
|||
priority = 7
|
||||
direction = output
|
||||
|
||||
[Mapping analog-4-channel-input]
|
||||
# Alsa doesn't currently provide any better device name than "hw" for 4-channel
|
||||
# input. If this causes trouble at some point, then we will need to get a new
|
||||
# device name standardized in alsa.
|
||||
device-strings = hw:%f
|
||||
channel-map = aux0,aux1,aux2,aux3
|
||||
priority = 2
|
||||
direction = input
|
||||
|
||||
[Mapping iec958-stereo]
|
||||
device-strings = iec958:%f
|
||||
channel-map = left,right
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue