Skip to content

Commit 70256b4

Browse files
khfengtiwai
authored andcommitted
ALSA: line6: Fix wrong altsetting for LINE6_PODHD500_1
Commit 7b9584f ("staging: line6: Move altsetting to properties") set a wrong altsetting for LINE6_PODHD500_1 during refactoring. Set the correct altsetting number to fix the issue. BugLink: https://bugs.launchpad.net/bugs/1790595 Fixes: 7b9584f ("staging: line6: Move altsetting to properties") Signed-off-by: Kai-Heng Feng <[email protected]> Cc: <[email protected]> Signed-off-by: Takashi Iwai <[email protected]>
1 parent 59d81c1 commit 70256b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/usb/line6/podhd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ static const struct line6_properties podhd_properties_table[] = {
368368
.name = "POD HD500",
369369
.capabilities = LINE6_CAP_PCM
370370
| LINE6_CAP_HWMON,
371-
.altsetting = 1,
371+
.altsetting = 0,
372372
.ep_ctrl_r = 0x81,
373373
.ep_ctrl_w = 0x01,
374374
.ep_audio_r = 0x86,

0 commit comments

Comments
 (0)