summaryrefslogtreecommitdiffstats
path: root/sound/drivers/pcsp
AgeCommit message (Expand)AuthorLines
2015-01-28ALSA: Include linux/uaccess.h and linux/bitopts.h instead of asm/*Takashi Iwai-1/+1
2015-01-28ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai-2/+2
2014-10-20ALSA: drivers: pcsp: drop owner assignment from platform_driversWolfram Sang-1/+0
2014-02-12ALSA: drivers: Convert to snd_card_new() with a device pointerTakashi Iwai-3/+1
2014-02-07ALSA: pcsp: Include appropriate header file in pcsp/pcsp_input.cRashika Kheria-0/+1
2013-11-14ALSA: pcsp: Fix the order of input device unregistrationTakashi Iwai-1/+1
2013-10-29ALSA: pcsp: Fix initialization with nopcm=1Takashi Iwai-1/+2
2013-05-23ALSA: pcsp: Remove redundant platform_set_drvdata()Sachin Kamat-1/+0
2012-12-07ALSA: drivers: remove __dev* attributesBill Pemberton-15/+15
2012-08-09ALSA: platform: Check CONFIG_PM_SLEEP instead of CONFIG_PMTakashi Iwai-2/+2
2012-07-03ALSA: convert PM ops of platform_driver to new pm opsTakashi Iwai-4/+7
2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell-3/+3
2011-10-31sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker-1/+1
2011-06-09i8253: Make pcsp sound driver use the shared i8253_lockRalf Baechle-7/+1
2011-06-09i8253: Create linux/i8253.h and use it in all 8253 related filesRalf Baechle-1/+1
2010-05-03Merge commit 'v2.6.34-rc6' into core/lockingIngo Molnar-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-03-02i8253: Convert i8253_lock to raw_spinlockThomas Gleixner-9/+9
2009-11-05ALSA: rename "PC Speaker" and "PC Beep" controls to "Beep"Jaroslav Kysela-1/+1
2009-11-01ALSA: snd-pcsp: add nopcm modeStas Sergeev-20/+47
2009-10-30ALSA: pcsp - Fix nforce workaroundStas Sergeev-32/+35
2009-06-16time: move PIT_TICK_RATE to linux/timex.hArnd Bergmann-0/+1
2009-05-20ALSA: pcsp - fix printk format warning againTakashi Iwai-1/+1
2009-05-14ALSA: pcsp: fix printk format warningRandy Dunlap-1/+1
2009-03-24Merge branch 'topic/misc' into for-linusTakashi Iwai-1/+1
2009-02-05ALSA: Add missing KERN_* prefix to printk in sound/driversTakashi Iwai-1/+1
2009-01-12ALSA: Convert to snd_card_create() in other sound/*Takashi Iwai-3/+3
2008-12-30Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+0
2008-11-26ALSA: pcsp - Fix starting the stream with HRTIMER_CB_IRQSAFE_UNLOCKTakashi Iwai-31/+58
2008-11-26Merge branch 'topic/misc' into topic/pcsp-fixTakashi Iwai-48/+56
2008-11-25hrtimer: removing all ur callback modesPeter Zijlstra-1/+0
2008-11-14ALSA: pcsp - Use HRTIMER_CB_IRQSAFE_UNLOCKEDTakashi Iwai-1/+1
2008-11-07Merge branch 'topic/fix/misc' into topic/miscTakashi Iwai-2/+2
2008-11-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds-2/+2
2008-11-03ALSA: Fix PIT lockup on some chipsets when using the PC-SpeakerZoltan Devai-2/+2
2008-10-20ALSA: pcsp - Fix locking messes in snd-pcspTakashi Iwai-48/+56
2008-09-05hrtimer: convert sound/ to the new hrtimer apisArjan van de Ven-2/+3
2008-05-25[ALSA] snd-pcsp - fix pcsp_treble_info() to honour an item numberStas Sergeev-3/+6
2008-05-20snd-pcsp: use HRTIMER_CB_SOFTIRQStas Sergeev-34/+5
2008-05-19snd-pcsp: silent misleading warningStas Sergeev-1/+3
2008-05-19snd-pcsp: put back the compatibility code for the older alsa-libsStas Sergeev-5/+14
2008-05-05[ALSA] pcsp: Fix build with CONFIG_PM=nJohann Felix Soden-0/+4
2008-04-24[ALSA] pcsp: fix wording in DEBUG_PAGEALLOC warningStas Sergeev-6/+2
2008-04-24[ALSA] pcsp: remove downsamplingStas Sergeev-14/+5
2008-04-24[ALSA] sound/drivers/pcsp/pcsp.c build fixMariusz Kozlowski-0/+1
2008-04-24[ALSA] pcsp: locking fixStas Sergeev-3/+4
2008-04-24[ALSA] pcsp: improve "enable" option handlingStas Sergeev-11/+11
2008-04-24[ALSA] pcsp - clean upsStas Sergeev-5/+1
2008-04-24[ALSA] Add PC-speaker sound driverStas Sergeev-0/+945