<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO --- - Add support for Asus P5K-SE in pulseaudio rules"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=77487#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO --- - Add support for Asus P5K-SE in pulseaudio rules"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=77487">bug 77487</a>
              from <span class="vcard"><a class="email" href="mailto:superquad.vortex2@gmail.com" title="Raymond <superquad.vortex2@gmail.com>"> <span class="fn">Raymond</span></a>
</span></b>
        <pre># NVidia and Intel HDAs often have more than one HDMI codec/port on the same
card
ATTRS{vendor}=="0x10de", ENV{PULSE_PROFILE_SET}="extra-hdmi.conf"
ATTRS{vendor}=="0x8086", ENV{PULSE_PROFILE_SET}="extra-hdmi.conf"


these rules add all Intel hda controllers and ac97  controllers but AC97
controller don't support hdmi

<a href="https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/tree/sound/pci/intel8x0.c">https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/tree/sound/pci/intel8x0.c</a>

at least exclude all AC97 controllers



static DEFINE_PCI_DEVICE_TABLE(snd_intel8x0_ids) = {
    { PCI_VDEVICE(INTEL, 0x2415), DEVICE_INTEL },    /* 82801AA */
    { PCI_VDEVICE(INTEL, 0x2425), DEVICE_INTEL },    /* 82901AB */
    { PCI_VDEVICE(INTEL, 0x2445), DEVICE_INTEL },    /* 82801BA */
    { PCI_VDEVICE(INTEL, 0x2485), DEVICE_INTEL },    /* ICH3 */
    { PCI_VDEVICE(INTEL, 0x24c5), DEVICE_INTEL_ICH4 }, /* ICH4 */
    { PCI_VDEVICE(INTEL, 0x24d5), DEVICE_INTEL_ICH4 }, /* ICH5 */
    { PCI_VDEVICE(INTEL, 0x25a6), DEVICE_INTEL_ICH4 }, /* ESB */
    { PCI_VDEVICE(INTEL, 0x266e), DEVICE_INTEL_ICH4 }, /* ICH6 */
    { PCI_VDEVICE(INTEL, 0x27de), DEVICE_INTEL_ICH4 }, /* ICH7 */
    { PCI_VDEVICE(INTEL, 0x2698), DEVICE_INTEL_ICH4 }, /* ESB2 */
    { PCI_VDEVICE(INTEL, 0x7195), DEVICE_INTEL },    /* 440MX */
    { PCI_VDEVICE(SI, 0x7012), DEVICE_SIS },    /* SI7012 */
    { PCI_VDEVICE(NVIDIA, 0x01b1), DEVICE_NFORCE },    /* NFORCE */
    { PCI_VDEVICE(NVIDIA, 0x003a), DEVICE_NFORCE },    /* MCP04 */
    { PCI_VDEVICE(NVIDIA, 0x006a), DEVICE_NFORCE },    /* NFORCE2 */
    { PCI_VDEVICE(NVIDIA, 0x0059), DEVICE_NFORCE },    /* CK804 */
    { PCI_VDEVICE(NVIDIA, 0x008a), DEVICE_NFORCE },    /* CK8 */
    { PCI_VDEVICE(NVIDIA, 0x00da), DEVICE_NFORCE },    /* NFORCE3 */
    { PCI_VDEVICE(NVIDIA, 0x00ea), DEVICE_NFORCE },    /* CK8S */
    { PCI_VDEVICE(NVIDIA, 0x026b), DEVICE_NFORCE },    /* MCP51 */
    { PCI_VDEVICE(AMD, 0x746d), DEVICE_INTEL },    /* AMD8111 */
    { PCI_VDEVICE(AMD, 0x7445), DEVICE_INTEL },    /* AMD768 */
    { PCI_VDEVICE(AL, 0x5455), DEVICE_ALI },   /* Ali5455 */
    { 0, }</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>