All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ALSA: line6: Fix wrong altsetting for LINE6_PODHD500_1
@ 2019-07-18  9:53 Kai-Heng Feng
  2019-07-18 10:06   ` Takashi Iwai
  0 siblings, 1 reply; 3+ messages in thread
From: Kai-Heng Feng @ 2019-07-18  9:53 UTC (permalink / raw)
  To: tiwai, perex; +Cc: alsa-devel, linux-kernel, Kai-Heng Feng

Commit 7b9584fa1c0b ("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: 7b9584fa1c0b ("staging: line6: Move altsetting to properties")
Signed-off-by: Kai-Heng Feng <kai.heng.feng@canonical.com>
---
 sound/usb/line6/podhd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/usb/line6/podhd.c b/sound/usb/line6/podhd.c
index f0662bd4e50f..27bf61c177c0 100644
--- a/sound/usb/line6/podhd.c
+++ b/sound/usb/line6/podhd.c
@@ -368,7 +368,7 @@ static const struct line6_properties podhd_properties_table[] = {
 		.name = "POD HD500",
 		.capabilities	= LINE6_CAP_PCM
 				| LINE6_CAP_HWMON,
-		.altsetting = 1,
+		.altsetting = 0,
 		.ep_ctrl_r = 0x81,
 		.ep_ctrl_w = 0x01,
 		.ep_audio_r = 0x86,
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] ALSA: line6: Fix wrong altsetting for LINE6_PODHD500_1
  2019-07-18  9:53 [PATCH] ALSA: line6: Fix wrong altsetting for LINE6_PODHD500_1 Kai-Heng Feng
@ 2019-07-18 10:06   ` Takashi Iwai
  0 siblings, 0 replies; 3+ messages in thread
From: Takashi Iwai @ 2019-07-18 10:06 UTC (permalink / raw)
  To: Kai-Heng Feng; +Cc: perex, alsa-devel, linux-kernel

On Thu, 18 Jul 2019 11:53:13 +0200,
Kai-Heng Feng wrote:
> 
> Commit 7b9584fa1c0b ("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: 7b9584fa1c0b ("staging: line6: Move altsetting to properties")
> Signed-off-by: Kai-Heng Feng <kai.heng.feng@canonical.com>

Applied, thanks.


Takashi

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ALSA: line6: Fix wrong altsetting for LINE6_PODHD500_1
@ 2019-07-18 10:06   ` Takashi Iwai
  0 siblings, 0 replies; 3+ messages in thread
From: Takashi Iwai @ 2019-07-18 10:06 UTC (permalink / raw)
  To: Kai-Heng Feng; +Cc: perex, alsa-devel, linux-kernel

On Thu, 18 Jul 2019 11:53:13 +0200,
Kai-Heng Feng wrote:
> 
> Commit 7b9584fa1c0b ("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: 7b9584fa1c0b ("staging: line6: Move altsetting to properties")
> Signed-off-by: Kai-Heng Feng <kai.heng.feng@canonical.com>

Applied, thanks.


Takashi

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-07-18 10:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-18  9:53 [PATCH] ALSA: line6: Fix wrong altsetting for LINE6_PODHD500_1 Kai-Heng Feng
2019-07-18 10:06 ` Takashi Iwai
2019-07-18 10:06   ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.