forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ASoC: SOF: hda: enable IRQ before codec probing
We need register/enable irq handler before init_caps, where we are doing codec probing for HDMI/HDA, otherwise the probing may fail. We also need to use PCI_IRQ_LEGACY mode at the moment, as PCI_IRQ_MSI doesn't work for HDMI yet, may need more debug to fix it. Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
- Loading branch information
Showing
1 changed file
with
59 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters