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

* Re: [PATCH] Interwave PCM name
  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ä
  0 siblings, 1 reply; 4+ messages in thread
From: Jaroslav Kysela @ 2002-05-11  6:37 UTC (permalink / raw)
  To: Ville Syrjälä; +Cc: alsa-devel@lists.sourceforge.net

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: TEXT/PLAIN; charset=X-UNKNOWN, Size: 656 bytes --]

On Sat, 11 May 2002, [iso-8859-1] Ville Syrjälä wrote:

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

The revision is revision of interwave chip not codec which is only a part 
of interwave chip. So this change does not make sense.

						Jaroslav

-----
Jaroslav Kysela <perex@suse.cz>
Linux Kernel Sound Maintainer
ALSA Project  http://www.alsa-project.org
SuSE Linux    http://www.suse.com


_______________________________________________________________

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

* Re: Re: [PATCH] Interwave PCM name
  2002-05-11  6:37 ` Jaroslav Kysela
@ 2002-05-11 23:40   ` Ville Syrjälä
  2002-05-12  7:25     ` Jaroslav Kysela
  0 siblings, 1 reply; 4+ messages in thread
From: Ville Syrjälä @ 2002-05-11 23:40 UTC (permalink / raw)
  To: Jaroslav Kysela; +Cc: alsa-devel@lists.sourceforge.net

On Sat, May 11, 2002 at 08:37:56AM +0200, Jaroslav Kysela wrote:
> The revision is revision of interwave chip not codec which is only a part 
> of interwave chip. So this change does not make sense.

I don't understand what you mean. This is the name of a PCM device we're
talking about here.

This is without the patch:
# cat /proc/asound/pcm
00-00: CS4231 : AMD InterWave rev B (chip) : playback 1 : capture 1
00-01: AMD InterWave : AMD InterWave rev B (synth) : playback 1

Doesn't look right to me. It's always bee "(codec)" in the past.

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

* Re: Re: [PATCH] Interwave PCM name
  2002-05-11 23:40   ` Ville Syrjälä
@ 2002-05-12  7:25     ` Jaroslav Kysela
  0 siblings, 0 replies; 4+ messages in thread
From: Jaroslav Kysela @ 2002-05-12  7:25 UTC (permalink / raw)
  To: Ville Syrjälä; +Cc: alsa-devel@lists.sourceforge.net

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: TEXT/PLAIN; charset=X-UNKNOWN, Size: 1094 bytes --]

On Sun, 12 May 2002, [iso-8859-1] Ville Syrjälä wrote:

> On Sat, May 11, 2002 at 08:37:56AM +0200, Jaroslav Kysela wrote:
> > The revision is revision of interwave chip not codec which is only a part 
> > of interwave chip. So this change does not make sense.
> 
> I don't understand what you mean. This is the name of a PCM device we're
> talking about here.
> 
> This is without the patch:
> # cat /proc/asound/pcm
> 00-00: CS4231 : AMD InterWave rev B (chip) : playback 1 : capture 1
> 00-01: AMD InterWave : AMD InterWave rev B (synth) : playback 1
> 
> Doesn't look right to me. It's always bee "(codec)" in the past.

Ok, I've overlooked that it's PCM name. Changed and thanks.

						Jaroslav

-----
Jaroslav Kysela <perex@suse.cz>
Linux Kernel Sound Maintainer
ALSA Project  http://www.alsa-project.org
SuSE Linux    http://www.suse.com


_______________________________________________________________

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.