All of lore.kernel.org
 help / color / mirror / Atom feed
* [ppc/alsa-1.0.8] rme9625/hdsp.c fix.
@ 2005-01-26 22:04 Paweł Sikora
  0 siblings, 0 replies; only message in thread
From: Paweł Sikora @ 2005-01-26 22:04 UTC (permalink / raw)
  To: alsa-devel

[-- Attachment #1: Type: text/plain, Size: 94 bytes --]

Hi,

Attached patch fixes compilation error.
Could You look at this?

Regards,
Paweł.

[-- Attachment #2: rme9625-hdsp.patch --]
[-- Type: text/x-diff, Size: 694 bytes --]

  This patch fixes compilation error:
 
  CC [M]  sound/pci/rme9652/hdsp.o
  sound/pci/rme9652/hdsp.c: In function `hdsp_request_fw_loader':
  sound/pci/rme9652/hdsp.c:4961: error: structure has no member named `data'
  
 hdsp.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)
 
--- a/sound/pci/rme9652/hdsp.c	2005-01-25 16:15:24.000000000 +0100
+++ b/sound/pci/rme9652/hdsp.c	2005-01-26 22:54:49.297771824 +0100
@@ -4958,7 +4958,7 @@
 #ifdef SNDRV_BIG_ENDIAN
 	{
 		int i;
-		u32 *src = hdsp->data;
+		u32 *src = fw->data;
 		for (i = 0; i < ARRAY_SIZE(hdsp->firmware_cache); i++, src++)
 			hdsp->firmware_cache[i] = ((*src & 0x000000ff) << 16) |
 				((*src & 0x0000ff00) << 8)  |

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-01-26 22:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-26 22:04 [ppc/alsa-1.0.8] rme9625/hdsp.c fix Paweł Sikora

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.