Skip to content
Commit de1ab6af authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: hda - Fix lost 4k BDL boundary workaround



During the migration to HDA core code, we lost the workaround for 4k
BDL boundary.  The flag exists in the new hdac_bus, but it's never
set.  This resulted in the sudden sound stall on some controllers that
require this workaround like Creative Recon3D.

This patch fixes the issue by setting the flag for such controllers
properly.

Fixes: ccc98865 ('ALSA: hda - Migrate more hdac_stream codes')
Cc: <stable@vger.kernel.org> # v4.2+
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent bc88c9e9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment