[alsa-devel] [PATCH - quirk for USB Aureon cards 0/1] reworked naming
This patch changes yet again the ID for the TTA cards, resulting in a more reasonable name: 1 [Aureon51MkII ]: USB-Audio - Aureon5.1MkII TerraTec Aureon5.1MkII at usb-0000:00:03.0-2, full speed
Andrea Borgia (1): rework quirk for TerraTec Aureon USB 5.1 MkII
sound/usb/usbquirks.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
At Sun, 14 Jun 2009 12:31:16 +0200, Andrea Borgia wrote:
This patch changes yet again the ID for the TTA cards, resulting in a more reasonable name: 1 [Aureon51MkII ]: USB-Audio - Aureon5.1MkII TerraTec Aureon5.1MkII at usb-0000:00:03.0-2, full speed
Andrea Borgia (1): rework quirk for TerraTec Aureon USB 5.1 MkII
Applied now. Thanks.
(BTW, please include the changelog text (like above) into the patch itself at the next time, so that one can merge the patch directly via git-am.)
Takashi
sound/usb/usbquirks.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) [2 0001-rework-quirk-for-TerraTec-Aureon-USB-5.1-MkII.patch <text/x-diff (7bit)>]
From 5cae9e0ec7384e02d28d41789c9f126008d97284 Mon Sep 17 00:00:00 2001
From: Andrea Borgia andrea@borgia.bo.it Date: Sun, 14 Jun 2009 12:16:17 +0200 Subject: [PATCH - quirk for USB Aureon cards 1/1] rework quirk for TerraTec Aureon USB 5.1 MkII
Signed-off-by: Andrea Borgia andrea@borgia.bo.it
diff --git a/sound/usb/usbquirks.h b/sound/usb/usbquirks.h index f0f7624..f6f201e 100644 --- a/sound/usb/usbquirks.h +++ b/sound/usb/usbquirks.h @@ -1989,7 +1989,7 @@ YAMAHA_DEVICE(0x7010, "UB99"), USB_DEVICE(0x0ccd, 0x0028), .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { .vendor_name = "TerraTec",
.product_name = "Aureon 5.1 MkII",
.ifnum = QUIRK_NO_INTERFACE }.product_name = "Aureon5.1MkII",
},
1.6.0.4
Takashi Iwai ha scritto:
(BTW, please include the changelog text (like above) into the patch itself at the next time, so that one can merge the patch directly via git-am.)
Sigh, I really thought I had got it right this one time! :-( Basically, what you (and anybody using git-am) would like is the message to be entered at commit time? I am a bit confused, it seems that commit messages are not included in diffs.
Andrea.
At Mon, 15 Jun 2009 09:11:39 +0200, Andrea Borgia wrote:
Takashi Iwai ha scritto:
(BTW, please include the changelog text (like above) into the patch itself at the next time, so that one can merge the patch directly via git-am.)
Sigh, I really thought I had got it right this one time! :-( Basically, what you (and anybody using git-am) would like is the message to be entered at commit time?
Yes.
I am a bit confused, it seems that commit messages are not included in diffs.
It should be.
Takashi
participants (2)
-
Andrea Borgia
-
Takashi Iwai