* [PATCH]snd-usb-usx2y 0.6.1
@ 2004-05-14 11:26 Karsten Wiese
2004-05-14 12:51 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Karsten Wiese @ 2004-05-14 11:26 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel
[-- Attachment #1: Type: text/plain, Size: 151 bytes --]
Hi Takashi,
little fix attached. Please commit with comment
- avoid entry in system log when device disconnects (for RELEASE build)
Thanks,
Karsten
[-- Attachment #2: snd-usb-usx2y.patch.0.6.1 --]
[-- Type: text/x-diff, Size: 910 bytes --]
Index: alsa-driver/usb/usx2y/usbusx2y.c
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/usb/usx2y/usbusx2y.c,v
retrieving revision 1.9
diff -u -r1.9 usbusx2y.c
--- alsa-driver/usb/usx2y/usbusx2y.c 7 Apr 2004 11:46:35 -0000 1.9
+++ alsa-driver/usb/usx2y/usbusx2y.c 14 May 2004 10:49:34 -0000
@@ -98,7 +98,7 @@
MODULE_AUTHOR("Karsten Wiese <annabellesgarden@yahoo.de>");
-MODULE_DESCRIPTION("TASCAM "NAME_ALLCAPS" Version 0.6.0");
+MODULE_DESCRIPTION("TASCAM "NAME_ALLCAPS" Version 0.6.1");
MODULE_LICENSE("GPL");
MODULE_CLASSES("{sound}");
MODULE_DEVICES("{{TASCAM(0x1604), "NAME_ALLCAPS"(0x8001)(0x8007) }}");
@@ -155,7 +155,7 @@
usX2Y->In04IntCalls++;
if (urb->status) {
- snd_printk( "Interrupt Pipe 4 came back with status=%i\n", urb->status);
+ snd_printd("Interrupt Pipe 4 came back with status=%i\n", urb->status);
return;
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH]snd-usb-usx2y 0.6.1
2004-05-14 11:26 [PATCH]snd-usb-usx2y 0.6.1 Karsten Wiese
@ 2004-05-14 12:51 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2004-05-14 12:51 UTC (permalink / raw)
To: Karsten Wiese; +Cc: alsa-devel
At Fri, 14 May 2004 13:26:53 +0200,
Karsten Wiese wrote:
>
> [1 <text/plain; us-ascii (7bit)>]
> Hi Takashi,
>
> little fix attached. Please commit with comment
> - avoid entry in system log when device disconnects (for RELEASE build)
applied now.
thanks,
Takashi
-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-05-14 12:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-14 11:26 [PATCH]snd-usb-usx2y 0.6.1 Karsten Wiese
2004-05-14 12:51 ` 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.