Okay, I fixed it... it seems that the settings required to get S/PDIF
working in older ubuntu versions is no longer needed, but having those
settings can prevent pulseaudio from working properly!!! So I simply
went with a vanila pulseaudio configuration which fixed the problem

Here is my revised .asoundrc. I pretty much took everything out, which then 
allowed me to configure all the settings in System->Preferences->Sound
Since many old users would have used such hacks to get things working, I am 
sure many more would be affected by the same issue. Despite the fact that the 
developers have obviously added a very useful feature. it still would feel like 
a bug to many users. 

#</home/a/.asoundrc.asoundconf>

pcm.pulse {
   type pulse
}

ctl.pulse {
   type pulse
}

pcm.!default {
   type pulse
#   slave {
#      pcm "hw:0,1"
#      period_time 0
#      period_size 1024
#      buffer_size 4096
#      format S32_LE
#      rate 48000
#    }
}
ctl.!default {
   type pulse
 #  slave {
 #     pcm "hw:0,1"
 #     period_time 0
 #     period_size 1024
 #     buffer_size 4096
 #     format S32_LE
 #     rate 48000
 #   }
}

-- 
Pulseaudio with multiple soundcards
https://bugs.launchpad.net/bugs/437008
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to