Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99117
b: refs/heads/master
c: 0c6341a
h: refs/heads/master
i:
  99115: 006b429
v: v3
  • Loading branch information
Takashi Iwai authored and Jaroslav Kysela committed Jun 16, 2008
1 parent 294d676 commit 02b6b36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6ed2597883b1b03ca94f62f0cfe908314cba6d6b
refs/heads/master: 0c6341ace5efb14a0da08482e299b3c158e0d5fb
7 changes: 3 additions & 4 deletions trunk/sound/pci/hda/hda_intel.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit 02b6b36

Please sign in to comment.