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-13 20:39:16
|
On Sat, 2007-01-13 at 19:57 +0100, Johan Spee wrote:
> Because of that statement I am a bit less worried about the fact that
> even the simplest .asoundrc does not work for me.
> This, for instance:
> pcm.ALIAS {
> type hw
> card 0
> }
> gives only errors when I do: 'aplay -D ALIAS test.wav'
>
Because your hardware only supports 32 bit samples, you cannot play back
normal .wav files through a hw device.
Just use default:X where X is the card number (0 or 1).
Lee
|