aboutsummaryrefslogtreecommitdiffstats
path: root/sound/drivers/pcsp/pcsp_lib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-28ALSA: pcsp: Make hrtimer forwarding more robustThomas Gleixner1-1/+1
2020-09-09ALSA: pcsp: Replace tasklet with workTakashi Iwai1-7/+5
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook1-1/+1
2019-12-11ALSA: drivers: Drop superfluous ioctl PCM opsTakashi Iwai1-1/+0
2019-12-11ALSA: pcsp: Use managed buffer allocationTakashi Iwai1-11/+6
2019-11-06ALSA: drivers: Remove superfluous snd_dma_continuous_data()Takashi Iwai1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-17ALSA: drivers: make snd_pcm_hardware constBhumika Goyal1-1/+1
2017-06-09ALSA : pcsp: pcsp_lib: constify snd_pcsp_playback_opsArvind Yadav1-1/+1
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-1/+1
2015-01-28ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai1-1/+1
2012-12-07ALSA: drivers: remove __dev* attributesBill Pemberton1-1/+1
2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell1-1/+1
2010-05-03Merge commit 'v2.6.34-rc6' into core/lockingIngo Molnar1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-02i8253: Convert i8253_lock to raw_spinlockThomas Gleixner1-6/+6
2009-10-30ALSA: pcsp - Fix nforce workaroundStas Sergeev1-31/+34
2008-11-26ALSA: pcsp - Fix starting the stream with HRTIMER_CB_IRQSAFE_UNLOCKTakashi Iwai1-31/+56
2008-11-26Merge branch 'topic/misc' into topic/pcsp-fixTakashi Iwai1-43/+52
2008-10-20ALSA: pcsp - Fix locking messes in snd-pcspTakashi Iwai1-43/+52
2008-09-05hrtimer: convert sound/ to the new hrtimer apisArjan van de Ven1-2/+3
2008-05-20snd-pcsp: use HRTIMER_CB_SOFTIRQStas Sergeev1-33/+4
2008-05-19snd-pcsp: silent misleading warningStas Sergeev1-1/+3
2008-05-19snd-pcsp: put back the compatibility code for the older alsa-libsStas Sergeev1-5/+14
2008-04-24[ALSA] pcsp: remove downsamplingStas Sergeev1-14/+5
2008-04-24[ALSA] pcsp: locking fixStas Sergeev1-0/+2
2008-04-24[ALSA] pcsp - clean upsStas Sergeev1-3/+1
2008-04-24[ALSA] Add PC-speaker sound driverStas Sergeev1-0/+347