I sort of solved the problem but i have a very faint output from the centre/bass. Here is my modules.conf file
alias sound-slot-0 snd-cmipci
above snd-cmipci snd-pcm-oss
options snd-cmipci snd_index=0 snd_id="C-Media-8738-6Ch"
options snd_pcm_hw_params_set_access(pcm, hw, SND_PCM_ACCESS_MMAP_INTERLEAVED);
options snd_pcm_hw_params_set_format(pcm, hw, SND_PCM_FORMAT_S16_LE);
options snd_pcm_hw_params_set_channels(pcm, hw, 6);
|