On 10 Jan 2002, Jan-Mark Batke wrote:

> Hello all,
>
> testing my delta66 card I am stuck with following problem:
>
> ,----
> | arecord -D hw:1 -t raw test.raw -d 1 -f S32_LE -c 4
> | Recording raw data 'test.raw' : Signed 32 bit Little Endian, Rate 8000 Hz, 
>Channels 4
> | arecord: set_params:744: Channels count non available
> `----
>
> I thought its a file format problem, so I stated a
> additional -I, but
>
> ,----
> | arecord -D hw:1 -t raw test.raw -d 1 -f S32_LE -c 4 -I
> | Recording raw data 'test.raw.0' : Signed 32 bit Little Endian, Rate 8000 Hz, 
>Channels 4
> | arecord: set_params:734: Access type not available
> `----
>
> What is wrong? I am using alsa 9 beta10.

You should use plughw. ICE1712 chips operates with all 12 channels for
the capture direction, so additional conversion in user space is required.

                                                Jaroslav

-----
Jaroslav Kysela <[EMAIL PROTECTED]>
SuSE Linux    http://www.suse.com
ALSA Project  http://www.alsa-project.org


_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to