diff options
author | Takashi Iwai <tiwai@suse.de> | 2011-11-06 07:49:13 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-11-06 07:49:13 -0500 |
commit | 69f9ba9b0cad67bc03f0a096f7f274de795ca844 (patch) | |
tree | aa26df30ed8128577d14fd61cc873bea097c33c2 /sound/pci | |
parent | 43dea228a3ba5463392281535dfb3d3fe56f4c2c (diff) |
ALSA: hda - Fix a regression for DMA-position check with CA0110
The regression-fix in 3.1 for the check of DMA-position validity caused
yet another regression for CA0110. As usual, this hardware seems working
only with LPIB properly. Adding the appropriate driver-caps bit to force
LPIB fixes the problem.
Reported-and-tested-by: Andres Freund <andres@anarazel.de>
Cc: <stable@kernel.org> [v3.1]
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/hda/hda_intel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index bd7fc99af187..096507d2ca9a 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c | |||
@@ -3063,12 +3063,12 @@ static DEFINE_PCI_DEVICE_TABLE(azx_ids) = { | |||
3063 | .class = PCI_CLASS_MULTIMEDIA_HD_AUDIO << 8, | 3063 | .class = PCI_CLASS_MULTIMEDIA_HD_AUDIO << 8, |
3064 | .class_mask = 0xffffff, | 3064 | .class_mask = 0xffffff, |
3065 | .driver_data = AZX_DRIVER_CTX | AZX_DCAPS_CTX_WORKAROUND | | 3065 | .driver_data = AZX_DRIVER_CTX | AZX_DCAPS_CTX_WORKAROUND | |
3066 | AZX_DCAPS_RIRB_PRE_DELAY }, | 3066 | AZX_DCAPS_RIRB_PRE_DELAY | AZX_DCAPS_POSFIX_LPIB }, |
3067 | #else | 3067 | #else |
3068 | /* this entry seems still valid -- i.e. without emu20kx chip */ | 3068 | /* this entry seems still valid -- i.e. without emu20kx chip */ |
3069 | { PCI_DEVICE(0x1102, 0x0009), | 3069 | { PCI_DEVICE(0x1102, 0x0009), |
3070 | .driver_data = AZX_DRIVER_CTX | AZX_DCAPS_CTX_WORKAROUND | | 3070 | .driver_data = AZX_DRIVER_CTX | AZX_DCAPS_CTX_WORKAROUND | |
3071 | AZX_DCAPS_RIRB_PRE_DELAY }, | 3071 | AZX_DCAPS_RIRB_PRE_DELAY | AZX_DCAPS_POSFIX_LPIB }, |
3072 | #endif | 3072 | #endif |
3073 | /* Vortex86MX */ | 3073 | /* Vortex86MX */ |
3074 | { PCI_DEVICE(0x17f3, 0x3010), .driver_data = AZX_DRIVER_GENERIC }, | 3074 | { PCI_DEVICE(0x17f3, 0x3010), .driver_data = AZX_DRIVER_GENERIC }, |