<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - amd cards don't get full hdmi functionality"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=79801#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - amd cards don't get full hdmi functionality"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=79801">bug 79801</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>
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>

how about excluding 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>