Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353278
b: refs/heads/master
c: c1279f8
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Feb 7, 2013
1 parent bea3761 commit 8d15384
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 262d62eb55e105b6335ec0e9ba89f6ec7247cb48
refs/heads/master: c1279f8787f9cddd2f4a7d6abc15375b30b80501
3 changes: 3 additions & 0 deletions trunk/sound/pci/hda/hda_intel.c
Original file line number Diff line number Diff line change
Expand Up @@ -3263,6 +3263,9 @@ static void azx_check_snoop_available(struct azx *chip)
/* new ATI HDMI requires non-snoop */
snoop = false;
break;
case AZX_DRIVER_CTHDA:
snoop = false;
break;
}

if (snoop != chip->snoop) {
Expand Down

0 comments on commit 8d15384

Please sign in to comment.