Re: [Alsa-user] pcm name

2009-12-10 Thread Jaroslav Kysela
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"

Re: [Alsa-user] pcm name

2009-12-10 Thread Dino Puller
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

[Alsa-user] pcm name

2009-12-10 Thread Dino Puller
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 ---