aboutsummaryrefslogtreecommitdiff
path: root/sound/pci/hda/hda_intel.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/hda/hda_intel.c')
-rw-r--r--sound/pci/hda/hda_intel.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index ec4ae2d9400..539d20102c3 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -2024,12 +2024,11 @@ static int __devinit azx_create(struct snd_card *card, struct pci_dev *pci,
if (bdl_pos_adj[dev] < 0) {
switch (chip->driver_type) {
- case AZX_DRIVER_ATI:
- case AZX_DRIVER_ATIHDMI:
- bdl_pos_adj[dev] = 32;
+ case AZX_DRIVER_ICH:
+ bdl_pos_adj[dev] = 1;
break;
default:
- bdl_pos_adj[dev] = 1;
+ bdl_pos_adj[dev] = 32;
break;
}
}