Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/sound/drivers/pcsp
Takashi Iwai b3b778b387 ALSA: pcsp - fix printk format warning again
The commit 5a641bcd63 changed the
printk format to '%lu', but the value passed seems to be dependent
on the architecture.  On x86-64, I got a new warning now because an
int value is passed actaully.

As a workaround, just cast the value always to unsigned long.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
2009-05-20 17:08:00 +02:00
..
Makefile [ALSA] Add PC-speaker sound driver 2008-04-24 12:00:20 +02:00
pcsp.c Merge branch 'topic/misc' into for-linus 2009-03-24 00:35:50 +01:00
pcsp.h ALSA: pcsp - Fix starting the stream with HRTIMER_CB_IRQSAFE_UNLOCK 2008-11-26 14:13:03 +01:00
pcsp_input.c ALSA: Fix PIT lockup on some chipsets when using the PC-Speaker 2008-11-03 08:57:25 +01:00
pcsp_input.h [ALSA] Add PC-speaker sound driver 2008-04-24 12:00:20 +02:00
pcsp_lib.c ALSA: pcsp - Fix starting the stream with HRTIMER_CB_IRQSAFE_UNLOCK 2008-11-26 14:13:03 +01:00
pcsp_mixer.c ALSA: pcsp - fix printk format warning again 2009-05-20 17:08:00 +02:00