Skip to content

Commit 703235a

Browse files
hmollercltiwai
authored andcommitted
ALSA: line6: add hw monitor volume control to POD HD500X
Add hw monitor volume control for POD HD500X. This is done adding LINE6_CAP_HWMON_CTL to the capabilities Signed-off-by: Hans P. Moller <[email protected]> Cc: <[email protected]> Signed-off-by: Takashi Iwai <[email protected]> Link: https://patch.msgid.link/[email protected]
1 parent 9df39a8 commit 703235a

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
@@ -507,7 +507,7 @@ static const struct line6_properties podhd_properties_table[] = {
507507
[LINE6_PODHD500X] = {
508508
.id = "PODHD500X",
509509
.name = "POD HD500X",
510-
.capabilities = LINE6_CAP_CONTROL
510+
.capabilities = LINE6_CAP_CONTROL | LINE6_CAP_HWMON_CTL
511511
| LINE6_CAP_PCM | LINE6_CAP_HWMON,
512512
.altsetting = 1,
513513
.ep_ctrl_r = 0x81,

0 commit comments

Comments
 (0)