ALSA: au88x0: Fix calculation in vortex_wtdma_bufshift()
authorTakashi Iwai <tiwai@suse.de>
Wed, 29 Jun 2016 13:23:08 +0000 (15:23 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 29 Jun 2016 13:26:12 +0000 (15:26 +0200)
commit62db7152c924e4c060e42b34a69cd39658e8a0dc
treea6c344f3ae277352df3f06b24a8b6eb6c9f30663
parent6858107e78b4ecb9f244db814ffbdba1b5ce759b
ALSA: au88x0: Fix calculation in vortex_wtdma_bufshift()

vortex_wtdma_bufshift() function does calculate the page index
wrongly, first masking then shift, which always results in zero.
The proper computation is to first shift, then mask.

Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/au88x0/au88x0_core.c
This page took 0.02655 seconds and 5 git commands to generate.