projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9df39a8
)
ALSA: line6: add hw monitor volume control to POD HD500X
author
Hans P. Moller
<hmoller@uc.cl>
Thu, 3 Oct 2024 23:28:28 +0000
(20:28 -0300)
committer
Takashi Iwai
<tiwai@suse.de>
Fri, 4 Oct 2024 07:05:24 +0000
(09:05 +0200)
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
sound/usb/line6/podhd.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/usb/line6/podhd.c
b/sound/usb/line6/podhd.c
index ffd8c157a28139ed376b9b22626678f37ea4660e..70de08635f54cb43bd39363850126cb0a058f054 100644
(file)
--- a/
sound/usb/line6/podhd.c
+++ b/
sound/usb/line6/podhd.c
@@
-507,7
+507,7
@@
static const struct line6_properties podhd_properties_table[] = {
[LINE6_PODHD500X] = {
.id = "PODHD500X",
.name = "POD HD500X",
- .capabilities = LINE6_CAP_CONTROL
+ .capabilities = LINE6_CAP_CONTROL
| LINE6_CAP_HWMON_CTL
| LINE6_CAP_PCM | LINE6_CAP_HWMON,
.altsetting = 1,
.ep_ctrl_r = 0x81,