Re: [Alsa-user] accessing default pcm from C

2015-04-06 Thread Clemens Ladisch
daggs wrote: >> daggs wrote: >>> I'm writing a C program that needs to know what is the session's default >>> card >>> and device (either default or the one in ~/.asoundrc), how can retrieve >>> that? >> >> The name of the default device is "default". > > not quite what I've asked about but looki

Re: [Alsa-user] accessing default pcm from C

2015-04-06 Thread daggs
> Sent: Monday, April 06, 2015 at 2:37 PM > From: "Clemens Ladisch" > To: daggs , alsa-user@lists.sourceforge.net > Subject: Re: [Alsa-user] accessing default pcm from C > > daggs wrote: > > I'm writing a C program that needs to know what is the session

Re: [Alsa-user] accessing default pcm from C

2015-04-06 Thread Clemens Ladisch
daggs wrote: > I'm writing a C program that needs to know what is the session's default card > and device (either default or the one in ~/.asoundrc), how can retrieve that? The name of the default device is "default". Regards, Clemens

[Alsa-user] accessing default pcm from C

2015-04-05 Thread daggs
Greetings, I'm writing a C program that needs to know what is the session's default card and device (either default or the one in ~/.asoundrc), how can retrieve that? Thanks. -- Dive into the World of Parallel Programmi