Changes that I make to S/PDIF settings for my MAudio M44 card (ice1712) seem
to have no effect. I'm making the changes using envy24control, when I exit
and restart the S/PDIF settings have reverted to their previous state.
The problem seems similar to the one describe on this thread: ice1712,
upda
> The problem is that I can't hear two concurrent audio streams at the
> same time when using the default device. I tried setting things up using
> dmix, but failed miserably. Any ideas what to do to make two
> applications play simultaneously through spdif based on this
> configuration? (It's main
Hi,
I made an asound.conf file that looks like this:
|pcm_slave.convert48k {
pcm "spdif"
rate 48000
}
pcm.spdif_playback {
type plug
slave convert48k
}
pcm.asym_spdif {
type asym
playback.pcm "spdif_playback"
capture.pcm "plughw:0"
}
pcm.!defaul