mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
alsa: Add support for sound cards with 4-channel input.
Changes in v2: - Call the mapping a generic 4-channel input mapping instead of a 4-channel mic array mapping. The mapping will be used also by sound cards that have two stereo input jacks, so in those cases talking about mic arrays is wrong. - Added a comment about using the "hw" device name. BugLink: https://bugs.freedesktop.org/show_bug.cgi?id=45813
This commit is contained in:
parent
1eb7c4a465
commit
7bb8442c11
2 changed files with 10 additions and 0 deletions
|
|
@ -3888,6 +3888,7 @@ static int mapping_verify(pa_alsa_mapping *m, const pa_channel_map *bonus) {
|
|||
{ "analog-surround-61", N_("Analog Surround 6.1") },
|
||||
{ "analog-surround-70", N_("Analog Surround 7.0") },
|
||||
{ "analog-surround-71", N_("Analog Surround 7.1") },
|
||||
{ "analog-4-channel-input", N_("Analog 4-channel Input") },
|
||||
{ "iec958-stereo", N_("Digital Stereo (IEC958)") },
|
||||
{ "iec958-passthrough", N_("Digital Passthrough (IEC958)") },
|
||||
{ "iec958-ac3-surround-40", N_("Digital Surround 4.0 (IEC958/AC3)") },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue