From: James Pearson <james-p@moving-picture.com>
To: Takashi Iwai <tiwai@suse.de>
Cc: alsa-devel@alsa-project.org
Subject: Re: Problems with 32 bit apps on 64 bit OS using dmix and snd-ioctl32
Date: Thu, 06 Sep 2007 12:56:05 +0100 [thread overview]
Message-ID: <46DFEAD5.7040806@moving-picture.com> (raw)
In-Reply-To: <s5h642o6p8h.wl%tiwai@suse.de>
Takashi Iwai wrote:
>
> You shouldn't use --enable-static for the dynamic library.
> Yes, usually it's OK, but alsa-lib has some special handling for
> static binding, so it cannot be built with dynamic lib together.
>
> Thus, for 64bit version,
>
> % ./configure --datadir=/etc --libdir=/usr/lib64
>
> for 32bit version,
>
> % ./configure --datadir=/etc
>
> And make sure that all sound apps are killed once (otherwise the old
> configured dmix instance may remain undead and conflict with the new
> setting).
>
>>Does building alsa-lib depend on the alsa-driver version installed? - as
>>I built the 32 bit version on a 'stock' CentOS4/RHEL4 install that
>>didn't have the alsa-driver 1.0.15rc1 installed - would this make a
>>difference?
>
>
> alsa-lib has backward compatibility, so it should work with the older
> drivers. The kernel ABI is usually kept, but some exceptional cases
> like this timer ioctl changes can be supported only by the newer
> alsa-lib. But, in principle, it's safer to update both alsa-driver
> and alsa-lib.
>
> Also, it's recommended to keep the same version for both 32 and 64bit
> alsa-lib, too, especially about dmix stuff.
Rebuilt alsa-lib 1.0.15rc1 for both 32 and 64 bit as above, installed
and rebooted - however, I still can't get it to play with 32 bit apps -
I still get:
% aplay test.wav
Playing WAVE 'test.wav' : Signed 16 bit Little Endian, Rate 48000 Hz, Mono
aplay: pcm_write:1268: write error: Invalid argument
dmesg:
ioctl32(aplay:5957): Unknown cmd fd(3) cmd(40045402){00} arg(ffffacb8)
on /dev/snd/timer
ioctl32(aplay:5957): Unknown cmd fd(5) cmd(c008551a){00} arg(0807a140)
on /dev/snd/controlC0
ioctl32(aplay:5957): Unknown cmd fd(5) cmd(c008551b){00} arg(0807a140)
on /dev/snd/controlC0
ioctl32(aplay:5957): Unknown cmd fd(3) cmd(000054a0){00} arg(00000325)
on /dev/snd/timer
Thanks
James Pearson
next prev parent reply other threads:[~2007-09-06 11:56 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-05 11:10 Problems with 32 bit apps on 64 bit OS using dmix and snd-ioctl32 James Pearson
2007-09-05 12:51 ` Takashi Iwai
2007-09-05 14:38 ` James Pearson
2007-09-05 15:23 ` Takashi Iwai
2007-09-05 15:36 ` James Pearson
2007-09-05 16:11 ` Takashi Iwai
2007-09-05 16:54 ` James Pearson
2007-09-05 17:11 ` Takashi Iwai
2007-09-06 10:26 ` James Pearson
2007-09-06 10:51 ` Takashi Iwai
2007-09-06 11:56 ` James Pearson [this message]
2007-09-06 12:08 ` Takashi Iwai
2007-09-06 12:15 ` James Pearson
2007-09-06 13:06 ` Takashi Iwai
2007-09-11 21:56 ` James Pearson
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=46DFEAD5.7040806@moving-picture.com \
--to=james-p@moving-picture.com \
--cc=alsa-devel@alsa-project.org \
--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.