public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.4.22-bk10 and ALSA 0.9.6
@ 2003-09-05 13:00 Robert L. Harris
  2003-09-05 13:15 ` Takashi Iwai
  2003-09-05 13:40 ` Supphachoke Suntiwichaya
  0 siblings, 2 replies; 5+ messages in thread
From: Robert L. Harris @ 2003-09-05 13:00 UTC (permalink / raw)
  To: Linux-Kernel

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



I've been using Alsa 0.9.6 for the last few kernels and it has been
working great.  I just tried to install it on the 2.4.22-bk10 kernel
with the same Configure command as always:

./configure --with-oss=yes --with-kernel=/usr/src/kernels/2.4.22/Desktop/linux-2.4.22/ \
--with-cards=dummy,virmidi,serial-u16550,mtpav,mpu401,als100,azt2320,cmi8330,dt019x,es18xx,opl3sa2,sgalaxy,sscape,ad1816a,ad1848,cs4231,cs4232,cs4236,es1688,gusclassic,gusmax,gusextreme,interwave,interwave-stb,opti92x-ad1848,opti92x-cs4231,opti93x,sb8,sb16,sbawe,es968,wavefront,als4000,azt3328,cmipci,cs4281,ens1370,ens1371,es1938,es1968,fm801,intel8x0,maestro3,rme32,rme96,sonicvibes,via82xx,ali5451,cs46xx,emu10k1,ice1712,ice1724,korg1212,nm256,rme9652,hdsp,trident,vx222,ymfpci,powermac,sa11xx-uda1341,usb-audio,harmony,vxpocket,vxp440,pdplus,mixart,msnd-pinnacle,pdaudiocf

(building a distribution kernel for multiple desktops)

I get this:

make[1]: Entering directory
`/exp/src1/kernels/2.4.22/Desktop/alsa-driver-0.9.6/acore'
gcc -D__KERNEL__ -DMODULE=1
-I/exp/src1/kernels/2.4.22/Desktop/alsa-driver-0.9.6/include
-I/usr/src/kernels/2.4.22/Desktop/linux-2.4.22//include -O2
-mpreferred-stack-boundary=2 -march=i586 -DLINUX -Wall
-Wstrict-prototypes -fomit-frame-pointer -Wno-trigraphs -O2
-fno-strict-aliasing -fno-common -pipe -DALSA_BUILD   -DEXPORT_SYMTAB -c
hwdep.c
In file included from
/exp/src1/kernels/2.4.22/Desktop/alsa-driver-0.9.6/include/sound/driver.h:42,
                 from hwdep.c:22:
/exp/src1/kernels/2.4.22/Desktop/alsa-driver-0.9.6/include/adriver.h:200:
redefinition of `irqreturn_t'
/usr/src/kernels/2.4.22/Desktop/linux-2.4.22/include/linux/interrupt.h:16:
`irqreturn_t' previously declared here
make[1]: *** [hwdep.o] Error 1
make[1]: Leaving directory
`/exp/src1/kernels/2.4.22/Desktop/alsa-driver-0.9.6/acore'
make: *** [compile] Error 1

:wq!
---------------------------------------------------------------------------
Robert L. Harris                     | GPG Key ID: E344DA3B
                                         @ x-hkp://pgp.mit.edu
DISCLAIMER:
      These are MY OPINIONS ALONE.  I speak for no-one else.

Life is not a destination, it's a journey.
  Microsoft produces 15 car pileups on the highway.
    Don't stop traffic to stand and gawk at the tragedy.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: 2.4.22-bk10 and ALSA 0.9.6
  2003-09-05 13:00 2.4.22-bk10 and ALSA 0.9.6 Robert L. Harris
@ 2003-09-05 13:15 ` Takashi Iwai
  2003-09-05 13:40 ` Supphachoke Suntiwichaya
  1 sibling, 0 replies; 5+ messages in thread
From: Takashi Iwai @ 2003-09-05 13:15 UTC (permalink / raw)
  To: Robert L. Harris; +Cc: Linux-Kernel

At Fri, 5 Sep 2003 09:00:07 -0400,
Robert L. Harris wrote:
> 
> [1  <text/plain; us-ascii (7bit)>]
> 
> 
> I've been using Alsa 0.9.6 for the last few kernels and it has been
> working great.  I just tried to install it on the 2.4.22-bk10 kernel
> with the same Configure command as always:
> 
> ./configure --with-oss=yes --with-kernel=/usr/src/kernels/2.4.22/Desktop/linux-2.4.22/ \
> --with-cards=dummy,virmidi,serial-u16550,mtpav,mpu401,als100,azt2320,cmi8330,dt019x,es18xx,opl3sa2,sgalaxy,sscape,ad1816a,ad1848,cs4231,cs4232,cs4236,es1688,gusclassic,gusmax,gusextreme,interwave,interwave-stb,opti92x-ad1848,opti92x-cs4231,opti93x,sb8,sb16,sbawe,es968,wavefront,als4000,azt3328,cmipci,cs4281,ens1370,ens1371,es1938,es1968,fm801,intel8x0,maestro3,rme32,rme96,sonicvibes,via82xx,ali5451,cs46xx,emu10k1,ice1712,ice1724,korg1212,nm256,rme9652,hdsp,trident,vx222,ymfpci,powermac,sa11xx-uda1341,usb-audio,harmony,vxpocket,vxp440,pdplus,mixart,msnd-pinnacle,pdaudiocf
> 
> (building a distribution kernel for multiple desktops)
> 
> I get this:
> 
> make[1]: Entering directory
> `/exp/src1/kernels/2.4.22/Desktop/alsa-driver-0.9.6/acore'
> gcc -D__KERNEL__ -DMODULE=1
> -I/exp/src1/kernels/2.4.22/Desktop/alsa-driver-0.9.6/include
> -I/usr/src/kernels/2.4.22/Desktop/linux-2.4.22//include -O2
> -mpreferred-stack-boundary=2 -march=i586 -DLINUX -Wall
> -Wstrict-prototypes -fomit-frame-pointer -Wno-trigraphs -O2
> -fno-strict-aliasing -fno-common -pipe -DALSA_BUILD   -DEXPORT_SYMTAB -c
> hwdep.c
> In file included from
> /exp/src1/kernels/2.4.22/Desktop/alsa-driver-0.9.6/include/sound/driver.h:42,
>                  from hwdep.c:22:
> /exp/src1/kernels/2.4.22/Desktop/alsa-driver-0.9.6/include/adriver.h:200:
> redefinition of `irqreturn_t'
> /usr/src/kernels/2.4.22/Desktop/linux-2.4.22/include/linux/interrupt.h:16:
> `irqreturn_t' previously declared here

try cvs version.  it's already fixed.


Takashi Iwai <tiwai@suse.de>		SuSE Linux AG - www.suse.de
ALSA Developer				ALSA Project - www.alsa-project.org



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: 2.4.22-bk10 and ALSA 0.9.6
@ 2003-09-05 13:32 O.Sezer
  0 siblings, 0 replies; 5+ messages in thread
From: O.Sezer @ 2003-09-05 13:32 UTC (permalink / raw)
  To: linux-kernel; +Cc: Robert.L.Harris

This should fix it:
http://cvs.alsa-project.org/cgi-bin/viewcvs.cgi/alsa/alsa-driver/include/adriver.h.diff?r1=1.53&r2=1.54&diff_format=u


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: 2.4.22-bk10 and ALSA 0.9.6
  2003-09-05 13:00 2.4.22-bk10 and ALSA 0.9.6 Robert L. Harris
  2003-09-05 13:15 ` Takashi Iwai
@ 2003-09-05 13:40 ` Supphachoke Suntiwichaya
  2003-09-05 13:42   ` Robert L. Harris
  1 sibling, 1 reply; 5+ messages in thread
From: Supphachoke Suntiwichaya @ 2003-09-05 13:40 UTC (permalink / raw)
  To: Robert L. Harris; +Cc: Linux-Kernel

Robert L. Harris wrote:

>I've been using Alsa 0.9.6 for the last few kernels and it has been
>working great.  I just tried to install it on the 2.4.22-bk10 kernel
>with the same Configure command as always:
>
>./configure --with-oss=yes --with-kernel=/usr/src/kernels/2.4.22/Desktop/linux-2.4.22/ \
>--with-cards=dummy,virmidi,serial-u16550,mtpav,mpu401,als100,azt2320,cmi8330,dt019x,es18xx,opl3sa2,sgalaxy,sscape,ad1816a,ad1848,cs4231,cs4232,cs4236,es1688,gusclassic,gusmax,gusextreme,interwave,interwave-stb,opti92x-ad1848,opti92x-cs4231,opti93x,sb8,sb16,sbawe,es968,wavefront,als4000,azt3328,cmipci,cs4281,ens1370,ens1371,es1938,es1968,fm801,intel8x0,maestro3,rme32,rme96,sonicvibes,via82xx,ali5451,cs46xx,emu10k1,ice1712,ice1724,korg1212,nm256,rme9652,hdsp,trident,vx222,ymfpci,powermac,sa11xx-uda1341,usb-audio,harmony,vxpocket,vxp440,pdplus,mixart,msnd-pinnacle,pdaudiocf
>
>(building a distribution kernel for multiple desktops)
>
>I get this:
>
>make[1]: Entering directory
>`/exp/src1/kernels/2.4.22/Desktop/alsa-driver-0.9.6/acore'
>gcc -D__KERNEL__ -DMODULE=1
>-I/exp/src1/kernels/2.4.22/Desktop/alsa-driver-0.9.6/include
>-I/usr/src/kernels/2.4.22/Desktop/linux-2.4.22//include -O2
>-mpreferred-stack-boundary=2 -march=i586 -DLINUX -Wall
>-Wstrict-prototypes -fomit-frame-pointer -Wno-trigraphs -O2
>-fno-strict-aliasing -fno-common -pipe -DALSA_BUILD   -DEXPORT_SYMTAB -c
>hwdep.c
>In file included from
>/exp/src1/kernels/2.4.22/Desktop/alsa-driver-0.9.6/include/sound/driver.h:42,
>                 from hwdep.c:22:
>/exp/src1/kernels/2.4.22/Desktop/alsa-driver-0.9.6/include/adriver.h:200:
>redefinition of `irqreturn_t'
>/usr/src/kernels/2.4.22/Desktop/linux-2.4.22/include/linux/interrupt.h:16:
>`irqreturn_t' previously declared here
>make[1]: *** [hwdep.o] Error 1
>make[1]: Leaving directory
>`/exp/src1/kernels/2.4.22/Desktop/alsa-driver-0.9.6/acore'
>make: *** [compile] Error 1
>
>:wq!
>

o.k.. use lastest ALSA CVS version...

MrChoke


-- 

Name : Supphachoke Suntiwichaya
Email : MrChoke@opentle.org
URL : http://jedi.links.nectec.or.th/mrchoke/
Distribution : Linux TLE 5.0 (Andaman)
OS : Linux 2.4.22-rc2-ac3 #1 พฤ. ส.ค. 21 18:51:09 ICT 2003 i686 GNU/Linux
Uptime :  20:35:00  up 2 days,  7:05,  2 users,  load average: 1.00, 1.00, 1.00



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: 2.4.22-bk10 and ALSA 0.9.6
  2003-09-05 13:40 ` Supphachoke Suntiwichaya
@ 2003-09-05 13:42   ` Robert L. Harris
  0 siblings, 0 replies; 5+ messages in thread
From: Robert L. Harris @ 2003-09-05 13:42 UTC (permalink / raw)
  To: Supphachoke Suntiwichaya; +Cc: Linux-Kernel

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

Thus spake Supphachoke Suntiwichaya (mrchoke@opentle.org):

> Robert L. Harris wrote:
> 
> >I've been using Alsa 0.9.6 for the last few kernels and it has been
> >working great.  I just tried to install it on the 2.4.22-bk10 kernel
> >with the same Configure command as always:
> >
> >./configure --with-oss=yes 
> >--with-kernel=/usr/src/kernels/2.4.22/Desktop/linux-2.4.22/ \
> >--with-cards=dummy,virmidi,serial-u16550,mtpav,mpu401,als100,azt2320,cmi8330,dt019x,es18xx,opl3sa2,sgalaxy,sscape,ad1816a,ad1848,cs4231,cs4232,cs4236,es1688,gusclassic,gusmax,gusextreme,interwave,interwave-stb,opti92x-ad1848,opti92x-cs4231,opti93x,sb8,sb16,sbawe,es968,wavefront,als4000,azt3328,cmipci,cs4281,ens1370,ens1371,es1938,es1968,fm801,intel8x0,maestro3,rme32,rme96,sonicvibes,via82xx,ali5451,cs46xx,emu10k1,ice1712,ice1724,korg1212,nm256,rme9652,hdsp,trident,vx222,ymfpci,powermac,sa11xx-uda1341,usb-audio,harmony,vxpocket,vxp440,pdplus,mixart,msnd-pinnacle,pdaudiocf
> >
> >(building a distribution kernel for multiple desktops)
> >
> >I get this:
> >
> >make[1]: Entering directory
> >`/exp/src1/kernels/2.4.22/Desktop/alsa-driver-0.9.6/acore'
> >gcc -D__KERNEL__ -DMODULE=1
> >-I/exp/src1/kernels/2.4.22/Desktop/alsa-driver-0.9.6/include
> >-I/usr/src/kernels/2.4.22/Desktop/linux-2.4.22//include -O2
> >-mpreferred-stack-boundary=2 -march=i586 -DLINUX -Wall
> >-Wstrict-prototypes -fomit-frame-pointer -Wno-trigraphs -O2
> >-fno-strict-aliasing -fno-common -pipe -DALSA_BUILD   -DEXPORT_SYMTAB -c
> >hwdep.c
> >In file included from
> >/exp/src1/kernels/2.4.22/Desktop/alsa-driver-0.9.6/include/sound/driver.h:42,
> >                from hwdep.c:22:
> >/exp/src1/kernels/2.4.22/Desktop/alsa-driver-0.9.6/include/adriver.h:200:
> >redefinition of `irqreturn_t'
> >/usr/src/kernels/2.4.22/Desktop/linux-2.4.22/include/linux/interrupt.h:16:
> >`irqreturn_t' previously declared here
> >make[1]: *** [hwdep.o] Error 1
> >make[1]: Leaving directory
> >`/exp/src1/kernels/2.4.22/Desktop/alsa-driver-0.9.6/acore'
> >make: *** [compile] Error 1
> >
> >:wq!
> >
> 
> o.k.. use lastest ALSA CVS version...
> 

Great, downloading it now.

:wq!
---------------------------------------------------------------------------
Robert L. Harris                     | GPG Key ID: E344DA3B
                                         @ x-hkp://pgp.mit.edu
DISCLAIMER:
      These are MY OPINIONS ALONE.  I speak for no-one else.

Life is not a destination, it's a journey.
  Microsoft produces 15 car pileups on the highway.
    Don't stop traffic to stand and gawk at the tragedy.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-09-05 13:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-05 13:00 2.4.22-bk10 and ALSA 0.9.6 Robert L. Harris
2003-09-05 13:15 ` Takashi Iwai
2003-09-05 13:40 ` Supphachoke Suntiwichaya
2003-09-05 13:42   ` Robert L. Harris
  -- strict thread matches above, loose matches on Subject: below --
2003-09-05 13:32 O.Sezer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox