Re: [Alsa-user] Ice174 spdif output volume in .asoundrc

2012-02-23 Thread David Woodfall
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

[Alsa-user] Ice174 spdif output volume in .asoundrc

2012-02-23 Thread David Woodfall
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