Hi List,<br>I have 3 soundcards on my laptop, which the USB-Audio is the one that I use for audio:<br><br>cat /proc/asound/cards<br> 0 [Intel          ]: HDA-Intel - HDA Intel<br>                      HDA Intel at 0xda100000 irq 49<br>

 1 [HDMI           ]: HDA-Intel - HDA ATI HDMI<br>                      HDA ATI HDMI at 0xda010000 irq 50<br> 2 [CODEC          ]: USB-Audio - USB Audio CODEC<br>                      Burr-Brown from TI USB Audio CODEC at usb-0000:00:1a.1-1, full speed<br>

<br>The other ones (Intel at IRQ49 and HDMI at IRQ50) are both named as &quot;hda_intel&quot; in /proc/interrupts<br><br>cat /proc/interrupts <br>           CPU0       CPU1       <br>  0:    2154514    2010267   IO-APIC-edge      timer<br>

  1:       5855          3   IO-APIC-edge      i8042<br>  8:          0          1   IO-APIC-edge      rtc0<br>  9:       3021        126   IO-APIC-fasteoi   acpi<br> 12:         79     168302   IO-APIC-edge      i8042<br>

 16:        251     150500   IO-APIC-fasteoi   uhci_hcd:usb3, uhci_hcd:usb7, jmb38x_ms:slot0, mmc0, eth1<br> 18:          0          0   IO-APIC-fasteoi   uhci_hcd:usb8<br> 19:          0          3   IO-APIC-fasteoi   ehci_hcd:usb1, uhci_hcd:usb6<br>

 20:         16         14   IO-APIC-fasteoi   ehci_hcd:usb2, uhci_hcd:usb5<br> 21:       5123          1   IO-APIC-fasteoi   uhci_hcd:usb4<br> 46:          0          0   PCI-MSI-edge      eth0<br> 47:      50155       2690   PCI-MSI-edge      ahci<br>

 48:        188       4372   PCI-MSI-edge      radeon<br> 49:        332        226   PCI-MSI-edge      hda_intel<br> 50:        138        252   PCI-MSI-edge      hda_intel<br>NMI:          0          0   Non-maskable interrupts<br>

LOC:    1223006    1601379   Local timer interrupts<br>SPU:          0          0   Spurious interrupts<br>PMI:          0          0   Performance monitoring interrupts<br>IWI:          0          0   IRQ work interrupts<br>

RES:      16171       8941   Rescheduling interrupts<br>CAL:       5353       4038   Function call interrupts<br>TLB:       2520       2658   TLB shootdowns<br>TRM:          0          0   Thermal event interrupts<br>THR:          0          0   Threshold APIC interrupts<br>

MCE:          0          0   Machine check exceptions<br>MCP:         18         18   Machine check polls<br><br><br>So my question is:<br><br>How to name the service name in the RTIRQ_NAME_LIST in rtirq.conf if both cards are named as &quot;hda_intel&quot;?<br>

I think that a solution will be to blacklist the HDA ATI HDMI, but I would like to know if there is some other way.<br><br>Thank you very much.<br>Diego<br><br>