Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Lee Revell <rlrevell@joe-job.com>
To: Geoff Beasley <songshop@bizmedia.com.au>
Cc: alsa-devel@lists.sourceforge.net
Subject: Re: compile error in wine
Date: Sat, 16 Jul 2005 23:21:10 -0400	[thread overview]
Message-ID: <1121570471.13990.6.camel@mindpipe> (raw)
In-Reply-To: <1121604285.8251.10.camel@localhost>

On Sun, 2005-07-17 at 12:44 +0000, Geoff Beasley wrote:
> Is there something that needs to be edited
> in /usr/include/alsa/conf.h ?

Does this patch help?

--- /usr/include/alsa/conf.h~	2005-07-02 19:49:11.000000000 -0400
+++ /usr/include/alsa/conf.h	2005-07-16 23:19:16.000000000 -0400
@@ -173,19 +173,19 @@
 /* Names functions */
 
 /**
- * Device-name list element
- */
-typedef struct snd_devname snd_devname_t;
-
-/**
  * Device-name list element (definition)
  */
 struct snd_devname {
 	char *name;	/**< Device name string */
 	char *comment;	/**< Comments */
-	snd_devname_t *next;	/**< Next pointer */
+	struct snd_devname *next;	/**< Next pointer */
 };
 
+/**
+ * Device-name list element
+ */
+typedef struct snd_devname snd_devname_t;
+
 int snd_names_list(const char *iface, snd_devname_t **list);
 void snd_names_list_free(snd_devname_t *list);
 




-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click

      reply	other threads:[~2005-07-17  3:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20050716204029.53076898E7@sc8-sf-spam1.sourceforge.net>
2005-07-17 12:44 ` compile error in wine Geoff Beasley
2005-07-17  3:21   ` Lee Revell [this message]

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=1121570471.13990.6.camel@mindpipe \
    --to=rlrevell@joe-job.com \
    --cc=alsa-devel@lists.sourceforge.net \
    --cc=songshop@bizmedia.com.au \
    /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