Correction: 
If you want to continue to use hardware mixing, you don't really need to enable 
software mixing (dmixer). Softvol alone is sufficient.

#/etc/asound.conf start:
pcm.ice1712 {
  type hw
  card 0
  }
ctl.ice1712 {
  type hw
  card 0
  }
pcm.!default {
  type plug
  slave.pcm "softvol"
  }

# softvol - Volume Control
pcm.softvol {
    type softvol
    slave.pcm "pcm.ice1712"
    control {
        name "PCM Volume"
    card 0
    }
}

-- 
gnome-mixer-applet shows wrong volume slider controls for my ice1712 based 
soundcard
https://bugs.launchpad.net/bugs/57419
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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

Reply via email to