alistair23-linux/sound/pci/ctxfi
Takashi Iwai f363a06642 ALSA: ctxfi: Fix the incorrect check of dma_set_mask() call
In the commit [15c75b09f8: ALSA: ctxfi: Fallback DMA mask to 32bit],
I forgot to put "!" at dam_set_mask() call check in cthw20k1.c (while
cthw20k2.c is OK).  This patch fixes that obvious bug.

(As a side note: although the original commit was completely wrong,
 it's still working for most of machines, as it sets to 32bit DMA mask
 in the end.  So the bug severity is low.)

Fixes: 15c75b09f8 ("ALSA: ctxfi: Fallback DMA mask to 32bit")
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2017-03-20 10:08:19 +01:00
..
ct20k1reg.h
ct20k2reg.h
ctamixer.c ALSA: ctxfi: constify rsc ops structures 2015-11-11 08:40:56 +01:00
ctamixer.h ALSA: ctxfi: constify rsc ops structures 2015-11-11 08:40:56 +01:00
ctatc.c ALSA: pci: constify local structures 2016-09-12 08:17:19 +02:00
ctatc.h
ctdaio.c ALSA: ctxfi: constify rsc ops structures 2015-11-11 08:40:56 +01:00
ctdaio.h ALSA: ctxfi: constify rsc ops structures 2015-11-11 08:40:56 +01:00
cthardware.c
cthardware.h
cthw20k1.c ALSA: ctxfi: Fix the incorrect check of dma_set_mask() call 2017-03-20 10:08:19 +01:00
cthw20k1.h
cthw20k2.c ALSA: ctxfi: Fallback DMA mask to 32bit 2017-02-28 17:58:02 +01:00
cthw20k2.h
ctimap.c
ctimap.h
ctmixer.c
ctmixer.h
ctpcm.c ALSA: constify snd_pcm_ops structures 2016-09-02 11:49:10 +02:00
ctpcm.h
ctresource.c ALSA: ctxfi: constify rsc ops structures 2015-11-11 08:40:56 +01:00
ctresource.h ALSA: ctxfi: constify rsc ops structures 2015-11-11 08:40:56 +01:00
ctsrc.c ALSA: ctxfi: constify rsc ops structures 2015-11-11 08:40:56 +01:00
ctsrc.h ALSA: ctxfi: constify rsc ops structures 2015-11-11 08:40:56 +01:00
cttimer.c ALSA: constify ct_timer_ops structures 2016-04-09 10:58:04 +02:00
cttimer.h
ctvmem.c ALSA: squash lines for simple wrapper functions 2016-09-07 20:35:29 +02:00
ctvmem.h
Makefile
xfi.c