https://www.virtualbox.org/changeset/55272/vbox/trunk/src/VBox/Devices/Audio/DevIchAc97.cpp

since it hardcode ad1980 on a dell machine, you may need patch in alsa
driver to prevent the swap of the master playback volume/switch and
headphone playback volume/switch

 
   if (fChipAD1980) 
  { 
        PCIDevSetSubSystemVendorId(&pThis->PciDev, 0x1028); /* 2c ro - Dell.) 
*/ 
        PCIDevSetSubSystemId      (&pThis->PciDev, 0x0177); /* 2e ro. */ 
  } 
 else 
 { 
            PCIDevSetSubSystemVendorId(&pThis->PciDev, 0x8086); /* 2c ro - 
Intel.) */ 
           PCIDevSetSubSystemId      (&pThis->PciDev, 0x0000); /* 2e ro. */ 
 } 

** Changed in: alsa-driver (Ubuntu)
       Status: Invalid => Incomplete

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

Title:
  [Emulated AD1980 AC97 inside Virualbox 5.0, playback] volume slider
  problem

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to