Totallymaxed, i bought 2 different kinds, the last one was based on the CM108 chip which i confirmed plays 16bit 44.2khz. it still doesn't show up in the squeezeslave -L list and i can't use it with squeezeslave. All these devices do work fine under linux, i can make them play music as the primary audio card.
Did you have to do anything with asound.conf to make them show up?
Richard
No I did not change our asound.conf
Here is our current asound.conf;
pcm_slave.spdif_convert48k {
pcm "spdif"
rate 48000
}
pcm.spdif_playback {
type plug
slave spdif_convert48k
}
pcm_slave.hdmi_convert48k {
pcm "hdmi"
rate 48000
}
pcm.hdmi_playback {
type plug
slave hdmi_convert48k
}
pcm.asym_spdif {
type asym
playback.pcm "spdif_playback"
capture.pcm "plughw:0"
}
pcm.asym_hdmi {
type asym
playback.pcm "hdmi_playback"
capture.pcm "plughw:0"
}
pcm.asym_analog {
type asym
playback.pcm "plug:dmix"
capture.pcm "plughw:0"
}
pcm.!default asym_hdmi