Skip to content

Commit

Permalink
ALSA: usb-audio: scarlett2: Fix 6i6 Gen 2 line out descriptions
Browse files Browse the repository at this point in the history
[ Upstream commit c712c6c ]

There are two headphone outputs, and they map to the four analogue
outputs.

Signed-off-by: Geoffrey D. Bennett <g@b4.vu>
Link: https://lore.kernel.org/r/205e5e5348f08ded0cc4da5446f604d4b91db5bf.1624294591.git.g@b4.vu
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
geoffreybennett authored and gregkh committed Jul 20, 2021
1 parent 4348f36 commit 048d83c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sound/usb/mixer_scarlett_gen2.c
Expand Up @@ -254,10 +254,10 @@ static const struct scarlett2_device_info s6i6_gen2_info = {
.pad_input_count = 2,

.line_out_descrs = {
"Monitor L",
"Monitor R",
"Headphones L",
"Headphones R",
"Headphones 1 L",
"Headphones 1 R",
"Headphones 2 L",
"Headphones 2 R",
},

.ports = {
Expand Down

0 comments on commit 048d83c

Please sign in to comment.