summaryrefslogtreecommitdiffstats
path: root/sound/drivers/pcsp
Commit message (Expand)AuthorAgeFilesLines
* ALSA: pcsp: Allocate resources with device-managed APIsTakashi Iwai2021-07-193-46/+18
* module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-171-1/+0
* ALSA: pcsp: Fix fall-through warnings for ClangGustavo A. R. Silva2020-11-211-0/+1
* ALSA: pcsp: Replace tasklet with workTakashi Iwai2020-09-091-7/+5
* treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook2020-07-301-1/+1
* ALSA: drivers: Constify snd_kcontrol_new itemsTakashi Iwai2020-01-031-3/+3
* ALSA: drivers: Constify snd_device_ops definitionsTakashi Iwai2020-01-031-1/+1
* ALSA: drivers: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-111-1/+0
* ALSA: pcsp: Use managed buffer allocationTakashi Iwai2019-12-111-11/+6
* ALSA: drivers: Remove superfluous snd_dma_continuous_data()Takashi Iwai2019-11-061-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-6/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* ALSA: drivers: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai2019-01-151-1/+0
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-024-0/+4
* ALSA: pcsp: Use common error handling code in snd_card_pcsp_probe()Markus Elfring2017-08-221-16/+13
* ALSA: drivers: make snd_pcm_hardware constBhumika Goyal2017-08-171-1/+1
* ALSA : pcsp: pcsp_lib: constify snd_pcsp_playback_opsArvind Yadav2017-06-091-1/+1
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-251-1/+1
* sound: query dynamic DEBUG_PAGEALLOC settingJoonsoo Kim2016-03-171-4/+5
* ALSA: drivers: pcsp: Fix printout of resolutionThomas Gleixner2015-05-121-2/+2
* sound: Use hrtimer_resolution instead of hrtimer_get_res()Thomas Gleixner2015-04-221-9/+6
* ALSA: Include linux/uaccess.h and linux/bitopts.h instead of asm/*Takashi Iwai2015-01-281-1/+1
* ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai2015-01-282-2/+2
* ALSA: drivers: pcsp: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* ALSA: drivers: Convert to snd_card_new() with a device pointerTakashi Iwai2014-02-121-3/+1
* ALSA: pcsp: Include appropriate header file in pcsp/pcsp_input.cRashika Kheria2014-02-071-0/+1
* ALSA: pcsp: Fix the order of input device unregistrationTakashi Iwai2013-11-141-1/+1
* ALSA: pcsp: Fix initialization with nopcm=1Takashi Iwai2013-10-291-1/+2
* ALSA: pcsp: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-231-1/+0
* ALSA: drivers: remove __dev* attributesBill Pemberton2012-12-075-15/+15
* ALSA: platform: Check CONFIG_PM_SLEEP instead of CONFIG_PMTakashi Iwai2012-08-091-2/+2
* ALSA: convert PM ops of platform_driver to new pm opsTakashi Iwai2012-07-031-4/+7
* ALSA: module_param: make bool parameters really boolRusty Russell2011-12-192-3/+3
* sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker2011-10-311-1/+1
* i8253: Make pcsp sound driver use the shared i8253_lockRalf Baechle2011-06-091-7/+1
* i8253: Create linux/i8253.h and use it in all 8253 related filesRalf Baechle2011-06-091-1/+1
* Merge commit 'v2.6.34-rc6' into core/lockingIngo Molnar2010-05-031-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | i8253: Convert i8253_lock to raw_spinlockThomas Gleixner2010-03-023-9/+9
|/
* ALSA: rename "PC Speaker" and "PC Beep" controls to "Beep"Jaroslav Kysela2009-11-051-1/+1
* ALSA: snd-pcsp: add nopcm modeStas Sergeev2009-11-013-20/+47
* ALSA: pcsp - Fix nforce workaroundStas Sergeev2009-10-302-32/+35
* time: move PIT_TICK_RATE to linux/timex.hArnd Bergmann2009-06-161-0/+1
* ALSA: pcsp - fix printk format warning againTakashi Iwai2009-05-201-1/+1
* ALSA: pcsp: fix printk format warningRandy Dunlap2009-05-141-1/+1
* Merge branch 'topic/misc' into for-linusTakashi Iwai2009-03-241-1/+1
|\
| * ALSA: Add missing KERN_* prefix to printk in sound/driversTakashi Iwai2009-02-051-1/+1
* | ALSA: Convert to snd_card_create() in other sound/*Takashi Iwai2009-01-121-3/+3
|/
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-12-301-1/+0
|\