* [git pull] another usb-audio bugfix
@ 2013-01-31 20:32 Clemens Ladisch
2013-02-01 6:29 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Clemens Ladisch @ 2013-01-31 20:32 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel
The following change since commit 949db153b6466c6f7cad5a427ecea94985927311:
Linux 3.8-rc5 (2013-01-25 11:57:28 -0800)
is available in the git repository at:
git://git.alsa-project.org/alsa-kprivate.git usb-audio-fix
for you to fetch changes up to 7da58046482fceb17c4a0d4afefd9507ec56de7f:
ALSA: usb-audio: fix Roland A-PRO support (2013-01-31 21:21:59 +0100)
----------------------------------------------------------------
Clemens Ladisch (1):
ALSA: usb-audio: fix Roland A-PRO support
sound/usb/quirks-table.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------
ALSA: usb-audio: fix Roland A-PRO support
The quirk for the Roland/Cakewalk A-PRO keyboards accidentally used the
wrong interface number, which prevented the driver from attaching to the
device.
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Cc: 2.6.37+ <stable@vger.kernel.org>
diff --git a/sound/usb/quirks-table.h b/sound/usb/quirks-table.h
index 64d25a7..820580a 100644
--- a/sound/usb/quirks-table.h
+++ b/sound/usb/quirks-table.h
@@ -1750,7 +1750,7 @@ YAMAHA_DEVICE(0x7010, "UB99"),
.driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
/* .vendor_name = "Roland", */
/* .product_name = "A-PRO", */
- .ifnum = 1,
+ .ifnum = 0,
.type = QUIRK_MIDI_FIXED_ENDPOINT,
.data = & (const struct snd_usb_midi_endpoint_info) {
.out_cables = 0x0003,
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [git pull] another usb-audio bugfix
2013-01-31 20:32 [git pull] another usb-audio bugfix Clemens Ladisch
@ 2013-02-01 6:29 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2013-02-01 6:29 UTC (permalink / raw)
To: Clemens Ladisch; +Cc: alsa-devel
At Thu, 31 Jan 2013 21:32:34 +0100,
Clemens Ladisch wrote:
>
> The following change since commit 949db153b6466c6f7cad5a427ecea94985927311:
>
> Linux 3.8-rc5 (2013-01-25 11:57:28 -0800)
>
> is available in the git repository at:
>
> git://git.alsa-project.org/alsa-kprivate.git usb-audio-fix
>
> for you to fetch changes up to 7da58046482fceb17c4a0d4afefd9507ec56de7f:
>
> ALSA: usb-audio: fix Roland A-PRO support (2013-01-31 21:21:59 +0100)
>
> ----------------------------------------------------------------
> Clemens Ladisch (1):
> ALSA: usb-audio: fix Roland A-PRO support
Pulled now. Thanks.
Takashi
>
> sound/usb/quirks-table.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> ----------------------------------------------------------------
> ALSA: usb-audio: fix Roland A-PRO support
>
> The quirk for the Roland/Cakewalk A-PRO keyboards accidentally used the
> wrong interface number, which prevented the driver from attaching to the
> device.
>
> Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
> Cc: 2.6.37+ <stable@vger.kernel.org>
>
> diff --git a/sound/usb/quirks-table.h b/sound/usb/quirks-table.h
> index 64d25a7..820580a 100644
> --- a/sound/usb/quirks-table.h
> +++ b/sound/usb/quirks-table.h
> @@ -1750,7 +1750,7 @@ YAMAHA_DEVICE(0x7010, "UB99"),
> .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
> /* .vendor_name = "Roland", */
> /* .product_name = "A-PRO", */
> - .ifnum = 1,
> + .ifnum = 0,
> .type = QUIRK_MIDI_FIXED_ENDPOINT,
> .data = & (const struct snd_usb_midi_endpoint_info) {
> .out_cables = 0x0003,
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-02-01 6:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-31 20:32 [git pull] another usb-audio bugfix Clemens Ladisch
2013-02-01 6:29 ` Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).