On (13:39 23/02/12), David Woodfall put forth the
proposition:
>I have just bought a soundcard which uses the ice1724 module and had
>to put the following in my .asoundrc to get optical out to work:
>
>pcm.ice1724 {
> type hw
> card 0
>}
>
>ctl.ice1724 {
> type hw
> card 0
>}
>
>p
I have just bought a soundcard which uses the ice1724 module and had
to put the following in my .asoundrc to get optical out to work:
pcm.ice1724 {
type hw
card 0
}
ctl.ice1724 {
type hw
card 0
}
pcm.!default {
type plug
slave.pcm "spdif"
}
It works, but my questio