* Parsing asoundrc for devices.
@ 2003-02-26 16:20 Patrick Shirkey
2003-02-26 17:20 ` Paul Davis
0 siblings, 1 reply; 6+ messages in thread
From: Patrick Shirkey @ 2003-02-26 16:20 UTC (permalink / raw)
To: alsa-devel
I need a way to find out the details of the devices I create with the
asoundrc file.
It would be extremely useful to have it as part of the alsa-tools or
maybe just part of alsactl/amixer.
Is this on anyone short term TODO list or will I need to look into it
myself?
--
Patrick Shirkey - Boost Hardware Ltd.
Http://www.boosthardware.com
Http://www.djcj.org - The Linux Audio Users guide
========================================
Being on stage with the band in front of crowds shouting, "Get off! No!
We want normal music!", I think that was more like acting than anything
I've ever done.
Goldie, 8 Nov, 2002
The Scotsman
-------------------------------------------------------
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Parsing asoundrc for devices.
2003-02-26 16:20 Parsing asoundrc for devices Patrick Shirkey
@ 2003-02-26 17:20 ` Paul Davis
0 siblings, 0 replies; 6+ messages in thread
From: Paul Davis @ 2003-02-26 17:20 UTC (permalink / raw)
To: Patrick Shirkey; +Cc: alsa-devel
>I need a way to find out the details of the devices I create with the
>asoundrc file.
>
>It would be extremely useful to have it as part of the alsa-tools or
>maybe just part of alsactl/amixer.
>
>Is this on anyone short term TODO list or will I need to look into it
>myself?
more than snd_card_next () ?
-------------------------------------------------------
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
^ permalink raw reply [flat|nested] 6+ messages in thread
[parent not found: <200302261718.h1QHIHT23001@www2.webhosting.cx>]
* Re: Parsing asoundrc for devices.
[not found] <200302261718.h1QHIHT23001@www2.webhosting.cx>
@ 2003-02-26 17:41 ` Patrick Shirkey
2003-02-26 18:07 ` Paul Davis
0 siblings, 1 reply; 6+ messages in thread
From: Patrick Shirkey @ 2003-02-26 17:41 UTC (permalink / raw)
To: Paul Davis; +Cc: alsa-devel
Paul Davis wrote:
>>I need a way to find out the details of the devices I create with the
>>asoundrc file.
>>
>>It would be extremely useful to have it as part of the alsa-tools or
>>maybe just part of alsactl/amixer.
>>
>>Is this on anyone short term TODO list or will I need to look into it
>>myself?
>
>
> more than snd_card_next () ?
>
I don't quite follow this. Is that a fictional call which an app could
use to get these details or is it an already functioning piece of code
that I haven't seen in action?
--
Patrick Shirkey - Boost Hardware Ltd.
Http://www.boosthardware.com
Http://www.djcj.org - The Linux Audio Users guide
========================================
Being on stage with the band in front of crowds shouting, "Get off! No!
We want normal music!", I think that was more like acting than anything
I've ever done.
Goldie, 8 Nov, 2002
The Scotsman
-------------------------------------------------------
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: Parsing asoundrc for devices.
2003-02-26 17:41 ` Patrick Shirkey
@ 2003-02-26 18:07 ` Paul Davis
2003-02-26 18:18 ` Patrick Shirkey
0 siblings, 1 reply; 6+ messages in thread
From: Paul Davis @ 2003-02-26 18:07 UTC (permalink / raw)
To: Patrick Shirkey; +Cc: alsa-devel
>I don't quite follow this. Is that a fictional call which an app could
>use to get these details or is it an already functioning piece of code
>that I haven't seen in action?
the latter.
-------------------------------------------------------
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Parsing asoundrc for devices.
2003-02-26 18:07 ` Paul Davis
@ 2003-02-26 18:18 ` Patrick Shirkey
2003-02-26 20:57 ` Jaroslav Kysela
0 siblings, 1 reply; 6+ messages in thread
From: Patrick Shirkey @ 2003-02-26 18:18 UTC (permalink / raw)
To: Paul Davis; +Cc: alsa-devel
Paul Davis wrote:
>>I don't quite follow this. Is that a fictional call which an app could
>>use to get these details or is it an already functioning piece of code
>>that I haven't seen in action?
>
>
> the latter.
>
Sorry to be lame but...
Does anyone know if it is used in any apps that I might have in my
system or have I not seen it in action because no one uses it yet?
--
Patrick Shirkey - Boost Hardware Ltd.
Http://www.boosthardware.com
Http://www.djcj.org - The Linux Audio Users guide
========================================
Being on stage with the band in front of crowds shouting, "Get off! No!
We want normal music!", I think that was more like acting than anything
I've ever done.
Goldie, 8 Nov, 2002
The Scotsman
-------------------------------------------------------
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Parsing asoundrc for devices.
2003-02-26 18:18 ` Patrick Shirkey
@ 2003-02-26 20:57 ` Jaroslav Kysela
0 siblings, 0 replies; 6+ messages in thread
From: Jaroslav Kysela @ 2003-02-26 20:57 UTC (permalink / raw)
To: Patrick Shirkey; +Cc: Paul Davis, alsa-devel
On Thu, 27 Feb 2003, Patrick Shirkey wrote:
> Paul Davis wrote:
> >>I don't quite follow this. Is that a fictional call which an app could
> >>use to get these details or is it an already functioning piece of code
> >>that I haven't seen in action?
> >
> >
> > the latter.
> >
>
> Sorry to be lame but...
>
> Does anyone know if it is used in any apps that I might have in my
> system or have I not seen it in action because no one uses it yet?
It's not an easy task when you have a lot of virtual devices with more
configurable parameters. Also you may pass one virtual device to another,
this chaining makes things more and more complicated for the end user.
I think that we need to discus what is the best solution for this
purpose. My idea is to create a nice graphical tool which will parse and
manage the .asoundrc file. Then it creates a list of devices with easy
syntax which will be accessible via alsa-lib functions. In this way, the
default predefined devices will be available to standard users and
more skilled users will use the graphical tools. Gurus may modify
.asoundrc file by hand, of course ;-)
Unfortunately, I and Takashi have no power to create such graphical tool.
We can probably add some default list of devices and create the alsa-lib's
functions.
Jaroslav
-----
Jaroslav Kysela <perex@suse.cz>
Linux Kernel Sound Maintainer
ALSA Project, SuSE Labs
-------------------------------------------------------
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2003-02-26 20:57 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-26 16:20 Parsing asoundrc for devices Patrick Shirkey
2003-02-26 17:20 ` Paul Davis
[not found] <200302261718.h1QHIHT23001@www2.webhosting.cx>
2003-02-26 17:41 ` Patrick Shirkey
2003-02-26 18:07 ` Paul Davis
2003-02-26 18:18 ` Patrick Shirkey
2003-02-26 20:57 ` Jaroslav Kysela
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.