Karl Fogel wrote:
> Analog input is working fine:
> However, I haven't gotten digital input working yet; seems I'm missing
> some configuration magic?
>
>    $ arecord -f cd -t wav -D spdif x.wav
>    $ arecord -f cd -t wav -D iec958 x.wav
>    Recording WAVE 'x.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Stereo
>    arecord: set_params:783: Broken configuration for this PCM: \
>      no configurations available
>
> $ arecord -L
> PCM list:
> hw { ...
> plughw { ...
> plug { ...
> dmix { ...
> dsnoop { ...
> shm { ...
> tee { ...
> file { ...
> null { ...
> default { ...
> cards 'cards.pcm'
> front 'cards.pcm.front'
> rear 'cards.pcm.rear'
> center_lfe 'cards.pcm.center_lfe'
> surround40 'cards.pcm.surround40'
> surround51 'cards.pcm.surround51'
> iec958 'cards.pcm.iec958'
> spdif 'cards.pcm.iec958'

"spdif" and "iec958" are defined as aliases for "cards.pcm.iec958",
but there isn't a definition for that.

I think you have to include some card-specific configuration file,
maybe Audiophile2496.conf or ICE1712.conf or something like that. If
such a file exists (somewhere), add a line
        <confdir:ice1712.conf>
to your .asoundrc.


HTH
Clemens




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to