aboutsummaryrefslogtreecommitdiffstats
path: root/sound/drivers/pcsp (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-03ALSA: drivers: Constify snd_kcontrol_new itemsTakashi Iwai1-3/+3
2020-01-03ALSA: drivers: Constify snd_device_ops definitionsTakashi Iwai1-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
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-6/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-01-15ALSA: drivers: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai1-1/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman4-0/+4
2017-08-22ALSA: pcsp: Use common error handling code in snd_card_pcsp_probe()Markus Elfring1-16/+13
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
2016-03-17sound: query dynamic DEBUG_PAGEALLOC settingJoonsoo Kim1-4/+5
2015-05-12ALSA: drivers: pcsp: Fix printout of resolutionThomas Gleixner1-2/+2
2015-04-22sound: Use hrtimer_resolution instead of hrtimer_get_res()Thomas Gleixner1-9/+6
2015-01-28ALSA: Include linux/uaccess.h and linux/bitopts.h instead of asm/*Takashi Iwai1-1/+1
2015-01-28ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai2-2/+2
2014-10-20ALSA: drivers: pcsp: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-02-12ALSA: drivers: Convert to snd_card_new() with a device pointerTakashi Iwai1-3/+1
2014-02-07ALSA: pcsp: Include appropriate header file in pcsp/pcsp_input.cRashika Kheria1-0/+1
2013-11-14ALSA: pcsp: Fix the order of input device unregistrationTakashi Iwai1-1/+1
2013-10-29ALSA: pcsp: Fix initialization with nopcm=1Takashi Iwai1-1/+2
2013-05-23ALSA: pcsp: Remove redundant platform_set_drvdata()Sachin Kamat1-1/+0
2012-12-07ALSA: drivers: remove __dev* attributesBill Pemberton5-15/+15
2012-08-09ALSA: platform: Check CONFIG_PM_SLEEP instead of CONFIG_PMTakashi Iwai1-2/+2
2012-07-03ALSA: convert PM ops of platform_driver to new pm opsTakashi Iwai1-4/+7
2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell2-3/+3
2011-10-31sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker1-1/+1
2011-06-09i8253: Make pcsp sound driver use the shared i8253_lockRalf Baechle1-7/+1
2011-06-09i8253: Create linux/i8253.h and use it in all 8253 related filesRalf Baechle1-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 Gleixner3-9/+9
2009-11-05ALSA: rename "PC Speaker" and "PC Beep" controls to "Beep"Jaroslav Kysela1-1/+1
2009-11-01ALSA: snd-pcsp: add nopcm modeStas Sergeev3-20/+47
2009-10-30ALSA: pcsp - Fix nforce workaroundStas Sergeev2-32/+35
2009-06-16time: move PIT_TICK_RATE to linux/timex.hArnd Bergmann1-0/+1
2009-05-20ALSA: pcsp - fix printk format warning againTakashi Iwai1-1/+1
2009-05-14ALSA: pcsp: fix printk format warningRandy Dunlap1-1/+1
2009-03-24Merge branch 'topic/misc' into for-linusTakashi Iwai1-1/+1
2009-02-05ALSA: Add missing KERN_* prefix to printk in sound/driversTakashi Iwai1-1/+1
2009-01-12ALSA: Convert to snd_card_create() in other sound/*Takashi Iwai1-3/+3
2008-12-30Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+0
2008-11-26ALSA: pcsp - Fix starting the stream with HRTIMER_CB_IRQSAFE_UNLOCKTakashi Iwai2-31/+58
2008-11-26Merge branch 'topic/misc' into topic/pcsp-fixTakashi Iwai3-48/+56
2008-11-25hrtimer: removing all ur callback modesPeter Zijlstra1-1/+0
2008-11-14ALSA: pcsp - Use HRTIMER_CB_IRQSAFE_UNLOCKEDTakashi Iwai1-1/+1
2008-11-07Merge branch 'topic/fix/misc' into topic/miscTakashi Iwai1-2/+2