All of lore.kernel.org
 help / color / mirror / Atom feed
From: Adrian McMenamin <adrian@mcmen.demon.co.uk>
To: Takashi Iwai <tiwai@suse.de>
Cc: alsa-devel@lists.sourceforge.net
Subject: Re: Trying again with cross compile
Date: Fri, 07 Apr 2006 19:18:45 +0100	[thread overview]
Message-ID: <1144433926.9653.53.camel@localhost.localdomain> (raw)
In-Reply-To: <s5h4q151ckb.wl%tiwai@suse.de>

On Fri, 2006-04-07 at 20:10 +0200, Takashi Iwai wrote:
> At Fri, 07 Apr 2006 19:07:01 +0100,
> Adrian McMenamin wrote:
> > 
> > On Fri, 2006-04-07 at 16:41 +0200, Takashi Iwai wrote:
> > 
> > > Maybe not yet?  The fix is simple as below.
> > > 
> > > 
> > > Takashi
> > > 
> > > 
> > > diff -r fd751f7a6395 -r 6cddb34dad21 include/core.h
> > > --- a/include/core.h	Thu Apr  6 15:23:55 2006 +0200
> > > +++ b/include/core.h	Thu Apr  6 15:26:05 2006 +0200
> > > @@ -176,7 +176,7 @@ int snd_power_wait(struct snd_card *card
> > >  
> > >  #define snd_power_lock(card)		do { (void)(card); } while (0)
> > >  #define snd_power_unlock(card)		do { (void)(card); } while (0)
> > > -static inline int snd_power_wait(struct snd_card *card, unsigned int state, struct file *file) { return 0; }
> > > +static inline int snd_power_wait(struct snd_card *card, unsigned int state) { return 0; }
> > >  #define snd_power_get_state(card)	SNDRV_CTL_POWER_D0
> > >  #define snd_power_change_state(card, state)	do { (void)(card); } while (0)
> > >  
> > > 
> > 
> > I've patched and everything seems to be fine expect that the build gets
> > wedged on hpi6000
> > 
> > I've even tried leaving if for over an hour - to no avail
> > 
> > Here's what make reports with debugging on if that helps anyone...
> 
> Above all, why do you compile that driver??
> You'd better to use --with-cards option.

Because I still haven't worked out how to get it to build the sh drivers
and I was just testing it building 'all'



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642

  reply	other threads:[~2006-04-07 18:18 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-07 12:33 Trying again with cross compile Adrian McMenamin
2006-04-07 12:41 ` Takashi Iwai
2006-04-07 14:15   ` Adrian McMenamin
2006-04-07 14:31     ` Takashi Iwai
2006-04-07 14:37       ` Adrian McMenamin
2006-04-07 14:41         ` Takashi Iwai
2006-04-07 18:07           ` Adrian McMenamin
2006-04-07 18:10             ` Takashi Iwai
2006-04-07 18:18               ` Adrian McMenamin [this message]
2006-04-07 18:22                 ` Takashi Iwai

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=1144433926.9653.53.camel@localhost.localdomain \
    --to=adrian@mcmen.demon.co.uk \
    --cc=alsa-devel@lists.sourceforge.net \
    --cc=tiwai@suse.de \
    /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 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.