All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH - quirk for USB Aureon cards 0/1] reworked naming
@ 2009-06-14 10:31 Andrea Borgia
  2009-06-15  6:11 ` Takashi Iwai
  0 siblings, 1 reply; 4+ messages in thread
From: Andrea Borgia @ 2009-06-14 10:31 UTC (permalink / raw)
  To: patch; +Cc: alsa-devel

[-- Attachment #1: Type: text/plain, Size: 353 bytes --]

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(-)

[-- Attachment #2: 0001-rework-quirk-for-TerraTec-Aureon-USB-5.1-MkII.patch --]
[-- Type: text/x-diff, Size: 758 bytes --]

>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",
+		.product_name = "Aureon5.1MkII",
 		.ifnum = QUIRK_NO_INTERFACE
 	}
 },
-- 
1.6.0.4


[-- Attachment #3: Type: text/plain, Size: 160 bytes --]

_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

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

* Re: [PATCH - quirk for USB Aureon cards 0/1] reworked naming
  2009-06-14 10:31 [PATCH - quirk for USB Aureon cards 0/1] reworked naming Andrea Borgia
@ 2009-06-15  6:11 ` Takashi Iwai
  2009-06-15  7:11   ` Andrea Borgia
  0 siblings, 1 reply; 4+ messages in thread
From: Takashi Iwai @ 2009-06-15  6:11 UTC (permalink / raw)
  To: Andrea Borgia; +Cc: alsa-devel

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",
> +		.product_name = "Aureon5.1MkII",
>  		.ifnum = QUIRK_NO_INTERFACE
>  	}
>  },
> -- 
> 1.6.0.4
> 

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

* Re: [PATCH - quirk for USB Aureon cards 0/1] reworked naming
  2009-06-15  6:11 ` Takashi Iwai
@ 2009-06-15  7:11   ` Andrea Borgia
  2009-06-15  7:13     ` Takashi Iwai
  0 siblings, 1 reply; 4+ messages in thread
From: Andrea Borgia @ 2009-06-15  7:11 UTC (permalink / raw)
  To: alsa-devel; +Cc: Takashi Iwai

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.

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

* Re: [PATCH - quirk for USB Aureon cards 0/1] reworked naming
  2009-06-15  7:11   ` Andrea Borgia
@ 2009-06-15  7:13     ` Takashi Iwai
  0 siblings, 0 replies; 4+ messages in thread
From: Takashi Iwai @ 2009-06-15  7:13 UTC (permalink / raw)
  To: Andrea Borgia; +Cc: alsa-devel

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

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

end of thread, other threads:[~2009-06-15  7:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-14 10:31 [PATCH - quirk for USB Aureon cards 0/1] reworked naming Andrea Borgia
2009-06-15  6:11 ` Takashi Iwai
2009-06-15  7:11   ` Andrea Borgia
2009-06-15  7:13     ` 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.