Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c1279f87 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: hda - Set non-snoop for Creative HD-audio controllers



... looks like we need this for stable operations.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 262d62eb
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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) {