[Alsa-devel] [PATCH] hdsp snd_assert

2004-02-22 Thread Giuliano Pochini
--- pci/rme9652/hdsp.c_old Sun Feb 22 15:52:59 2004 +++ pci/rme9652/hdsp.c Sun Feb 22 15:57:43 2004 @@ -3810,8 +3810,8 @@ { int mapped_channel; -snd_assert(channel >= 0 || channel < hdsp->max_channels, return NULL); - + snd_assert(channel >= 0 && channel <

[Alsa-devel] [PATCH] hdsp driver : spdifFrequency bitmasks fix

2003-03-11 Thread Thomas Charbonnel
Hi, The attached patch fixes the spdifFrequency bitmasks in the hdsp driver. Applies on top of Paul's version II patch. Includes my preceding "missing break" patch. Thomas --- hdsp.c.orig 2003-03-05 19:23:52.0 +0100 +++ hdsp.c 2003-03-11 18:27:38.0 +0100 @@ -240,13 +240,13 @

Re: [Alsa-devel] Patch HDSP

2002-11-14 Thread Thomas Charbonnel
Thanks a lot Marcus ! I've just tested your patch and it works like a charm. The cold boot issue was a really anoying one. I'm waiting for CVS inclusion. Regards, Thomas --- This sf.net email is sponsored by: To learn the basics of securing

[Alsa-devel] Patch HDSP

2002-11-11 Thread Marcus Andersson
Hi, this patch fixes two bugs in the RME HDSP driver. * HDSP card works after cold reboot. Firmware load is properly finished. * Channel mapping for Multiface works. Marcus Index: alsa-kernel/pci/rme9652/hdsp.c === RCS file: /cvsro