All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Guillaume GOURAT" <guillaume.forum@free.fr>
To: 'Takashi Iwai' <tiwai@suse.de>
Cc: alsa-devel@lists.sourceforge.net, linux-arm@lists.arm.linux.org.uk
Subject: RE: Problem compiling alsa-driver-1.0.10rc2 for arm.
Date: Thu, 20 Oct 2005 16:38:53 +0200	[thread overview]
Message-ID: <200510201639625.SM01852@STATIONXP> (raw)
In-Reply-To: <s5h1x2gjmqa.wl%tiwai@suse.de>

Hi,

alsa-driver-1.0.9b & alsa-driver-1.0.10rc2 compile fine on our platform with
your patch ! Thank you !

Best regards,

Guillaume GOURAT

> -----Message d'origine-----
> De : Takashi Iwai [mailto:tiwai@suse.de] 
> Envoyé : jeudi 20 octobre 2005 16:18
> À : Guillaume GOURAT
> Cc : alsa-devel@lists.sourceforge.net; 
> linux-arm@lists.arm.linux.org.uk
> Objet : Re: [Alsa-devel] Problem compiling 
> alsa-driver-1.0.10rc2 for arm.
> 
> At Thu, 20 Oct 2005 16:06:30 +0200,
> Guillaume GOURAT wrote:
> > 
> > Hi,
> > 
> > I have a problem when compiling alsa-driver-1.0.10rc2 (or
> > alsa-driver-1.0.9b) with linux kernel 2.6.14-rc4 (or linux 
> 2.6.11.4) :
> > (alsa-driver-1.0.9rc2 compile fine with linux 2.6.11.4 but not with 
> > linux
> > 2.6.14-rc4 because class_simple_device_add symbol was removed)
> > 
> > With alsa-driver-1.0.10rc2 :
> > 
> > 
> /public/projects/mkembsys/build/nexcoder/alsa-driver-1.0.10rc2/acore/s
> > ound.i
> > nc:49: error: `snd_pci_dev_present' undeclared here (not in a 
> > function) 
> > 
> /public/projects/mkembsys/build/nexcoder/alsa-driver-1.0.10rc2/acore/s
> > ound.i
> > nc:49: error: initializer element is not constant 
> > 
> /public/projects/mkembsys/build/nexcoder/alsa-driver-1.0.10rc2/acore/s
> > ound.i
> > nc:49: error: (near initialization for
> > `__ksymtab_snd_pci_dev_present.value')
> > 
> /public/projects/mkembsys/build/nexcoder/alsa-driver-1.0.10rc2/acore/s
> > ound.i
> > nc:49: error: __ksymtab_snd_pci_dev_present causes a section type 
> > conflict
> 
> Try the patch below.
> 
> 
> Takashi
> 
> 
> Index: alsa-driver/acore/sound.inc
> ===================================================================
> RCS file: /home/iwai/cvs/alsa/alsa-driver/acore/sound.inc,v
> retrieving revision 1.16
> diff -u -r1.16 sound.inc
> --- alsa-driver/acore/sound.inc	6 Oct 2005 22:19:46 
> -0000	1.16
> +++ alsa-driver/acore/sound.inc	20 Oct 2005 14:17:18 -0000
> @@ -45,9 +45,11 @@
>  EXPORT_SYMBOL(snd_compat_kzalloc);
>  #endif
>  #endif
> +#ifdef CONFIG_PCI
>  #ifndef CONFIG_HAVE_PCI_DEV_PRESENT
>  EXPORT_SYMBOL(snd_pci_dev_present);
>  #endif
> +#endif
>  #ifndef CONFIG_HAVE_MSLEEP
>  EXPORT_SYMBOL(snd_compat_msleep);
>  #endif
> 



-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl

  reply	other threads:[~2005-10-20 14:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-20 14:06 Problem compiling alsa-driver-1.0.10rc2 for arm Guillaume GOURAT
2005-10-20 14:18 ` Takashi Iwai
2005-10-20 14:38   ` Guillaume GOURAT [this message]
2005-10-20 14:40     ` 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=200510201639625.SM01852@STATIONXP \
    --to=guillaume.forum@free.fr \
    --cc=alsa-devel@lists.sourceforge.net \
    --cc=linux-arm@lists.arm.linux.org.uk \
    --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.