ALSA: hda - Force buffer alignment for Haswell HDMI controllers
authorTakashi Iwai <tiwai@suse.de>
Tue, 5 Nov 2013 16:34:46 +0000 (17:34 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 5 Nov 2013 16:38:20 +0000 (17:38 +0100)
Haswell HDMI audio controllers seem to get stuck when unaligned buffer
size is used.  Let's enable the buffer alignment for the corresponding
entries.

Since AZX_DCAPS_INTEL_PCH contains AZX_DCAPS_BUFSIZE that disables the
buffer alignment forcibly, define AZX_DCAPS_INTEL_HASWELL and put the
necessary AZX_DCAPS bits there.

Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=60769
Reported-by: Alexander E. Patrakov <patrakov@gmail.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

No differences found