Re: [Alsa-devel] How do I make -D hw:0,1 default?

2003-06-04 Thread Mark Knecht
On Tue, 2003-06-03 at 16:30, Florian Schmidt wrote: > hi.. maybe i can add something.. here's a snippet from my .asoundrc > > pcm.!default { > type hw > card 0 > } > > ctl.!default { > type hw > card 0 > } > > > this creates a "default" pcm device which can poi

Re: [Alsa-devel] How do I make -D hw:0,1 default?

2003-06-04 Thread Florian Schmidt
On 03 Jun 2003 12:06:18 -0700 Mark Knecht <[EMAIL PROTECTED]> wrote: > Jaroslav, >This did not work for me. I made the edits to the .asoundrc file, > tried aplay with and without the -D, then tried restarting alsa and > tried aplay again. It didn't work. hi.. maybe i can add something.. here

RE: [Alsa-devel] How do I make -D hw:0,1 default?

2003-06-04 Thread Mark Knecht
On Tue, 2003-06-03 at 11:58, Jaroslav Kysela wrote: > > > > Will this make device 1 default for all applications that require sound but > > do not ask for anything specific in terms of interfaces? > > The applications should use 'default' device name in that case. You can > override it, of cour

RE: [Alsa-devel] How do I make -D hw:0,1 default?

2003-06-04 Thread Mark Knecht
On Tue, 2003-06-03 at 11:36, Mark Knecht wrote: > > > > Add 'device 1' to {} section. > > > > Jaroslav > > Thanks Jaroslav! > > Will this make device 1 default for all applications that require sound but > do not ask for anything specific in terms of i

RE: [Alsa-devel] How do I make -D hw:0,1 default?

2003-06-04 Thread Jaroslav Kysela
On Tue, 3 Jun 2003, Mark Knecht wrote: > > > .asoundrc from Alsa site: > > > > > > pcm.via82xx { > > >type hw > > >card 0 > > > } > > > > > > ctl.via82xx { > > >type hw > > >card 0 > > > } > > > > > > Maybe I need to i

RE: [Alsa-devel] How do I make -D hw:0,1 default?

2003-06-04 Thread Mark Knecht
> > .asoundrc from Alsa site: > > > > pcm.via82xx { > >type hw > >card 0 > > } > > > > ctl.via82xx { > >type hw > >card 0 > > } > > > > Maybe I need to include the ',1' interface somehow? How would I do that? > > Add 'd

RE: [Alsa-devel] How do I make -D hw:0,1 default?

2003-06-04 Thread Mark Knecht
> .asoundrc from Alsa site: > > pcm.via82xx { >type hw >card 0 > } > > ctl.via82xx { >type hw >card 0 > } > > Maybe I need to include the ',1' interface somehow? How would I do that? > > Thanks, > Mark Would this be co

Re: [Alsa-devel] How do I make -D hw:0,1 default?

2003-06-04 Thread Jaroslav Kysela
On Tue, 3 Jun 2003, Mark Knecht wrote: > Hi, >Yesterday evening I found that I could use aplay -D hw:0,1 and get sound > out of Alsa. This was cool, but I don't normally do anything with aplay. > Other apps that use sound are still locking up hard. > >I thought the .asoundrc file was supp

[Alsa-devel] How do I make -D hw:0,1 default?

2003-06-04 Thread Mark Knecht
Hi, Yesterday evening I found that I could use aplay -D hw:0,1 and get sound out of Alsa. This was cool, but I don't normally do anything with aplay. Other apps that use sound are still locking up hard. I thought the .asoundrc file was supposed to make this happen automatically, but apparent