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 <hmoller@uc.cl> Cc: <stable@vger.kernel.org> Signed-off-by: Takashi Iwai <tiwai@suse.de> Link: https://patch.msgid.link/20241003232828.5819-1-hmoller@uc.cl
1 parent 9df39a8 commit 703235a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)