you need a debug version of alsa driver to dump the number of SDO and
SDI in Chooser global capabilites

some controller only support two SDO but you have three playback devices



gcap = azx_readw(chip, GCAP);
        snd_printdd(SFX "%s: chipset global capabilities = 0x%x\n", 
pci_name(chip->pci), gcap);



/* read number of streams from GCAP register instead of using
         * hardcoded value
         */
        chip->capture_streams = (gcap >> 8) & 0x0f;
        chip->playback_streams = (gcap >> 12) & 0x0f;

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

Title:
  HDMI output not available in 13.10

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

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

Reply via email to