Skip to content

Commit

Permalink
ALSA: hda - Set non-snoop for Creative HD-audio controllers
Browse files Browse the repository at this point in the history
... looks like we need this for stable operations.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Takashi Iwai committed Feb 7, 2013
1 parent 262d62e commit c1279f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 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 c1279f8

Please sign in to comment.