* Where do I begin?
@ 2004-03-04 1:11 Tim Hollingsworth
2004-03-04 1:54 ` Michel Dänzer
2004-03-04 10:10 ` Takashi Iwai
0 siblings, 2 replies; 4+ messages in thread
From: Tim Hollingsworth @ 2004-03-04 1:11 UTC (permalink / raw)
To: alsa-devel
Hi
I'm a bit of a newbie here. I'm trying to write a PCM application
using alsa 1.x. Firstly, is there an up to date howto or tutorial on
this? I am currently using the ALSA 0.9.0 HOWTO from the ALSA dev
page:
http://www.suse.de/~mana/alsa090_howto.html
*nothing* works. The header files mentioned in the howto
(alsa/libasound.h) don't exist in my system. I am running debian, have
installed:
alsa-base 1.0.2c-3
alsa-headers 1.0.2c-3
alsa-source 1.0.2c-3
I tried including sound/asound.h. Compile chokes on the first
declaration:
udpServer.c:24: error: parse error before '*' token
snd_pcm_t *pcm_handle;
Where do I start?
TIA
Tim
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Where do I begin?
2004-03-04 1:11 Where do I begin? Tim Hollingsworth
@ 2004-03-04 1:54 ` Michel Dänzer
2004-03-04 3:17 ` Tim Hollingsworth
2004-03-04 10:10 ` Takashi Iwai
1 sibling, 1 reply; 4+ messages in thread
From: Michel Dänzer @ 2004-03-04 1:54 UTC (permalink / raw)
To: Tim Hollingsworth; +Cc: alsa-devel
On Thu, 2004-03-04 at 02:11, Tim Hollingsworth wrote:
>
> alsa-base 1.0.2c-3
> alsa-headers 1.0.2c-3
> alsa-source 1.0.2c-3
Looks like you're missing libasound2-dev?
--
Earthling Michel Dänzer | Debian (powerpc), X and DRI developer
Libre software enthusiast | http://svcs.affero.net/rm.php?r=daenzer
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Where do I begin?
2004-03-04 1:54 ` Michel Dänzer
@ 2004-03-04 3:17 ` Tim Hollingsworth
0 siblings, 0 replies; 4+ messages in thread
From: Tim Hollingsworth @ 2004-03-04 3:17 UTC (permalink / raw)
To: Michel Dänzer; +Cc: alsa-devel
On 04/03/2004, at 9:54 AM, Michel Dänzer wrote:
> On Thu, 2004-03-04 at 02:11, Tim Hollingsworth wrote:
>>
>> alsa-base 1.0.2c-3
>> alsa-headers 1.0.2c-3
>> alsa-source 1.0.2c-3
>
> Looks like you're missing libasound2-dev?
aha!
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id\x1470&alloc_id638&op=click
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Where do I begin?
2004-03-04 1:11 Where do I begin? Tim Hollingsworth
2004-03-04 1:54 ` Michel Dänzer
@ 2004-03-04 10:10 ` Takashi Iwai
1 sibling, 0 replies; 4+ messages in thread
From: Takashi Iwai @ 2004-03-04 10:10 UTC (permalink / raw)
To: Tim Hollingsworth; +Cc: alsa-devel
At Thu, 4 Mar 2004 09:11:06 +0800,
Tim Hollingsworth wrote:
>
> Hi
>
> I'm a bit of a newbie here. I'm trying to write a PCM application
> using alsa 1.x. Firstly, is there an up to date howto or tutorial on
> this? I am currently using the ALSA 0.9.0 HOWTO from the ALSA dev
> page:
>
> http://www.suse.de/~mana/alsa090_howto.html
>
> *nothing* works. The header files mentioned in the howto
> (alsa/libasound.h) don't exist in my system. I am running debian, have
> installed:
>
> alsa-base 1.0.2c-3
> alsa-headers 1.0.2c-3
> alsa-source 1.0.2c-3
>
> I tried including sound/asound.h. Compile chokes on the first
> declaration:
don't use sound/*.h files. they are ALSA kernel header files, and
only the hardware-specific applications may use them.
Takashi
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2004-03-04 10:10 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-04 1:11 Where do I begin? Tim Hollingsworth
2004-03-04 1:54 ` Michel Dänzer
2004-03-04 3:17 ` Tim Hollingsworth
2004-03-04 10:10 ` Takashi Iwai
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.