Re: [Alsa-user] ALSA can only use default - Not hw:0,0 hw1,0 etc.
Brought to you by:
perex
|
From: Lee R. <rlr...@jo...> - 2007-01-12 23:09:36
|
On Sat, 2007-01-13 at 00:02 +0100, Johan Spee wrote: > Thanks Ingo, > > but, no, it does not work: > > # aplay -D plug:'hw:0,0' test.wav > ALSA lib conf.c:3830:(parse_args) Unknown parameter 1 > ALSA lib conf.c:3952:(snd_config_expand) Parse arguments error: No such file or directory > ALSA lib pcm.c:2143:(snd_pcm_open_noupdate) Unknown PCM plug:hw:0,0 > aplay: main:550: audio open error: No such file or directory > Wrong syntax. Use plughw:0,0. Or default:0 for the first card, default:1 for the second. Lee > > > On Fri, 12 Jan 2007 23:53:37 +0100 > Ingo Müller <al...@in...> wrote: > > > Maybe try > > > > aplay -Dplug:'hw:0,0' test.wav > > > |