On Thu, 10 Dec 2009, Dino Puller wrote:
> Hi all,
> is it possible to show my pcm into list shown by aplay -L ?
>
> Ex.
>
> pcm.ear{
>type plug
>slave.pcm "hw:1,1"
> }
pcm.ear {
type plug
slave.pcm "hw:1,1"
hint {
description "Earphones"
I found by myself:
pcm.ear{
type plug
slave.pcm "hw:1,1"
hint {
description "Listen to me"
}
}
i found something like that (from null device), what is it for?
show {
@func refer
name de
Hi all,
is it possible to show my pcm into list shown by aplay -L ?
Ex.
pcm.ear{
type plug
slave.pcm "hw:1,1"
}
aplay -L
default:CARD=Intel
HDA Intel, AD198x Analog
Default Audio Device
...
ear:CARD=intel
tnx,
Dino
---