Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: "Paweł Sikora" <pluto@pld-linux.org>
To: alsa-devel@lists.sourceforge.net
Subject: [ppc/alsa-1.0.8] rme9625/hdsp.c fix.
Date: Wed, 26 Jan 2005 23:04:54 +0100	[thread overview]
Message-ID: <200501262304.54521.pluto@pld-linux.org> (raw)

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

                 reply	other threads:[~2005-01-26 22:04 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200501262304.54521.pluto@pld-linux.org \
    --to=pluto@pld-linux.org \
    --cc=alsa-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox