All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Interwave PCM name
@ 2002-05-10 21:51 Ville Syrjälä
  2002-05-11  6:37 ` Jaroslav Kysela
  0 siblings, 1 reply; 4+ messages in thread
From: Ville Syrjälä @ 2002-05-10 21:51 UTC (permalink / raw)
  To: alsa-devel; +Cc: perex

I'm resending this since you didn't apply it from my previous patch.

Index: alsa-kernel/isa/gus/interwave.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/isa/gus/interwave.c,v
retrieving revision 1.11
diff -u -r1.11 interwave.c
--- alsa-kernel/isa/gus/interwave.c	18 Mar 2002 14:27:50 -0000
1.11
+++ alsa-kernel/isa/gus/interwave.c	10 May 2002 21:44:50 -0000
@@ -805,7 +805,7 @@
 		return err;
 	}
 	sprintf(pcm->name + strlen(pcm->name), " rev %c", gus->revision
+ 'A');
-	strcat(pcm->name, " (chip)");
+	strcat(pcm->name, " (codec)");
 	if ((err = snd_cs4231_timer(cs4231, 2, NULL)) < 0) {
 		snd_card_free(card);
 		return err;

-- 
Ville Syrjälä
syrjala@sci.fi
http://www.sci.fi/~syrjala/

_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: bandwidth@sourceforge.net

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

end of thread, other threads:[~2002-05-12  7:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-10 21:51 [PATCH] Interwave PCM name Ville Syrjälä
2002-05-11  6:37 ` Jaroslav Kysela
2002-05-11 23:40   ` Ville Syrjälä
2002-05-12  7:25     ` Jaroslav Kysela

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.