diff mbox series

ALSA: line6: add hw monitor volume control to POD HD500X

Message ID DM6PR11MB3066E77893D89953CE26E242B0712@DM6PR11MB3066.namprd11.prod.outlook.com (mailing list archive)
State Superseded
Headers show
Series ALSA: line6: add hw monitor volume control to POD HD500X | expand

Commit Message

Hans P Moller Oct. 3, 2024, 11:14 a.m. UTC
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>
---
 sound/usb/line6/podhd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
2.43.0

Comments

Takashi Iwai Oct. 3, 2024, 1:59 p.m. UTC | #1
On Thu, 03 Oct 2024 13:14:39 +0200,
Hans Peter Moller Ebner wrote:
> 
> 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>

The patch is unfortunately not applicable cleanly, since your mailer
likely broke spaces and tabs.  Could you try to correct the mailer
setup and resubmit (at best via git-send-email)?

Maybe you can try to submit to yourself and test applying it in your
side before submitting to ML, too.


thanks,

Takashi
diff mbox series

Patch

diff --git a/sound/usb/line6/podhd.c b/sound/usb/line6/podhd.c
index ffd8c157a281..70de08635f54 100644
--- 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,