All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH 03/11] wss_lib: rename cs4321_foo to wss_foo
@ 2008-08-05  6:18 krzysztof.h1
  2008-08-05  6:22 ` Rene Herman
  0 siblings, 1 reply; 7+ messages in thread
From: krzysztof.h1 @ 2008-08-05  6:18 UTC (permalink / raw)
  To: Rene Herman, Krzysztof Helt; +Cc: Takashi Iwai, Alsa-devel, Rene Herman

> On 31-07-08 21:03, Krzysztof Helt wrote:
> 
> Takashi, you already applied these but is it possible to still get my 
> Acked-by (or Reviewed-by, whatever you want) on them? When a problem is 
> bisected to one of these, people tend to put the people in the patch 
> tags in CC and I looked at them and would like to be informed of any 
> trouble. I tested most users by now, and we'll get the azt2320 fixed 
> before this hits the streets but I still like to be in the loop on any 
> traffic concerning them.
> 
> Acked-by: Rene Herman <rene.herman@gmail.com>
> 
> (or Reviewed-by, Tested-by, ...)
> 
> Below comments not important:
> 
> > @@ -679,23 +679,25 @@ static int __devinit snd_opl3sa2_probe(s
> 
> [ ... ]
> 
> > -	chip->cs4231 = cs4231;
> > -	if ((err = snd_cs4231_pcm(cs4231, 0, NULL)) < 0)
> > +	chip->wss = wss;
> > +	err = snd_wss_pcm(wss, 0, NULL);
> > +	if (err < 0)
> >  		return err;
> > -	if ((err = snd_cs4231_mixer(cs4231)) < 0)
> > +	err = snd_wss_mixer(wss);
> > +	if (err < 0)
> >  		return err;
> >  	if ((err = snd_opl3sa2_mixer(chip)) < 0)
> >  		return err;
> 
> <mumble>
> 

I think about doing some code improvements in the opl3sa2 e.g. use
WSS tlv macros instead of the tlv macros defined localy.

Regards,
Krzysztof

----------------------------------------------------------------------
Tani Telefon!
Sprawdz >>>  http://link.interia.pl/f1ec0  

^ permalink raw reply	[flat|nested] 7+ messages in thread
[parent not found: <20080731210341.969b54be.krzysztof.h1@poczta.fm>]

end of thread, other threads:[~2008-08-08 14:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-05  6:18 [PATCH 03/11] wss_lib: rename cs4321_foo to wss_foo krzysztof.h1
2008-08-05  6:22 ` Rene Herman
     [not found] <20080731210341.969b54be.krzysztof.h1@poczta.fm>
2008-08-05  3:41 ` Rene Herman
2008-08-05  9:45   ` Takashi Iwai
2008-08-08 11:28     ` Rene Herman
2008-08-08 11:55       ` Takashi Iwai
2008-08-08 14:14         ` Rene Herman

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.