That config made no difference.

I tried a few other things in that config, eventually only this one
worked:

monitor.alsa.rules = [
  {
    matches = [
      {
        device.name = "~alsa_card.usb-E-MU_Systems__Inc.*"
      }
    ]
    actions = {
      update-props = {
        api.alsa.use-acp = false
      }
    }
  },
  {
    matches = [
      {
        node.name = "~alsa_output.*"
      }
    ]
    actions = {
      update-props = {
        api.alsa.soft-mixer = true
        api.alsa.disable-mixer = true
        api.alsa.ignore-dB = true
      }
    }
  }
] 


What did not work: 
monitor.alsa.rules = [
  {
    matches = [
      {
        node.name = "~alsa_output.*"
      }
    ]
    actions = {
      update-props = {
        api.alsa.soft-mixer = true
        api.alsa.ignore-dB = true
        api.alsa.disable-mixer = true
      }
    }
  }
]

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

Title:
  Volume slider is useless again

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/2146956/+subscriptions


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

Reply via email to