Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] alsa lib problem
@ 2009-01-26 19:12 Will Wagner
  2009-01-27  5:49 ` Peter Korsgaard
  0 siblings, 1 reply; 8+ messages in thread
From: Will Wagner @ 2009-01-26 19:12 UTC (permalink / raw)
  To: buildroot

Hi All,

I have alsa-lib compiling for my arm target however aplay fails to work with the kernel 
reporting:

ALSA sound/core/pcm_native.c:2587: unknown ioctl = 0x80184132

Decoding this ioctl it is SNDRV_PCM_IOCTL_CHANNEL_INFO defined in asound.h.

The reason it is not working is that the kernel and alsa-lib think that the 
sndrv_pcm_channel_info struct is different sizes.

The definition in asound.h is:

struct sndrv_pcm_channel_info {
	unsigned int channel;
	off_t offset;			/* mmap offset */
	unsigned int first;		/* offset to first sample in bits */
	unsigned int step;		/* samples distance in bits */
};

The problem is that when compiling linux it thinks off_t is 4 bytes but it appears that 
when compiling alsa-lib it thought it was 8 bytes. I assume this is because something in 
the toolchain on the host PC or the alsa-lib build is wrong and it is picking up a define 
from outside buildroot.

Does this sound possible? How do I establish which definition it is using?

Thanks,

Will.
-- 
------------------------------------------------------------------------
Will Wagner                                     will_wagner at carallon.com
Development Manager                      Office Tel: +44 (0)20 7371 2032
Carallon Ltd, Studio G20, Shepherds Building, Rockley Rd, London W14 0DA
------------------------------------------------------------------------

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

end of thread, other threads:[~2009-01-28 15:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-26 19:12 [Buildroot] alsa lib problem Will Wagner
2009-01-27  5:49 ` Peter Korsgaard
2009-01-27 12:32   ` Will Wagner
2009-01-27 12:44     ` Hans-Christian Egtvedt
2009-01-27 12:47       ` Will Wagner
2009-01-27 12:56         ` Peter Korsgaard
2009-01-27 12:45     ` Peter Korsgaard
2009-01-28 15:34     ` Peter Korsgaard

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