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 supposed

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 correct? (Info

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 'device 1' to {} section.

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 include the ',1' interface somehow? How

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 interfaces?

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 course:

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's a

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 point to any kind