The following people have provided helpful bug reports, suggestions or have otherwise provided valuable contributions to the project: * Christoph Jaeger * Dan Horák * Dennis Gilmore * Doug Burks * Emmanuel Roullit * Herbert Haas * Jim Binder * Markus Kötter * Ronald W. Henderson * Scott Moeller * Sibir Chakraborty * Stefan Seering * Ulrich Weber Special thanks to some of our sponsors: * Deutsche Flugsicherung GmbH * ETH Zurich, Communications Systems Group * Max Planck Institute for Human Cognitive and Brain Sciences * Team Cymru Notes: Note that we have taken over the maintenance and further development of Herbert Haas' mausezahn [ˈmauzəˌtsa:n] utility after he passed away in 2011. There were no Git commit statistics available from the import of his project. The project is currently in a staging area, but will be fully integrated soon. (*) Want to join the core team? Submit enough great patches over a long time, implement what's on the TODO file and show an ongoing, active interest in supporting netsniff-ng. What's in it for you? If you ever come to Switzerland, you get a free beer on Daniel and you can meet some great people involved in this project. ;) cgit.cgi/linux/net-next.git/'>summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2016-06-29 15:23:08 +0200
committerTakashi Iwai <tiwai@suse.de>2016-06-29 15:26:12 +0200
commit62db7152c924e4c060e42b34a69cd39658e8a0dc (patch)
treea6c344f3ae277352df3f06b24a8b6eb6c9f30663
parent6858107e78b4ecb9f244db814ffbdba1b5ce759b (diff)
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>