Age | Commit message (Expand) | Author | Files | Lines |
2021-09-28 | ALSA: pcsp: Make hrtimer forwarding more robust | Thomas Gleixner | 1 | -1/+1 |
2021-07-19 | ALSA: pcsp: Allocate resources with device-managed APIs | Takashi Iwai | 3 | -46/+18 |
2021-03-17 | module: remove never implemented MODULE_SUPPORTED_DEVICE | Leon Romanovsky | 1 | -1/+0 |
2020-11-21 | ALSA: pcsp: Fix fall-through warnings for Clang | Gustavo A. R. Silva | 1 | -0/+1 |
2020-09-09 | ALSA: pcsp: Replace tasklet with work | Takashi Iwai | 1 | -7/+5 |
2020-07-30 | treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD() | Kees Cook | 1 | -1/+1 |
2020-01-03 | ALSA: drivers: Constify snd_kcontrol_new items | Takashi Iwai | 1 | -3/+3 |
2020-01-03 | ALSA: drivers: Constify snd_device_ops definitions | Takashi Iwai | 1 | -1/+1 |
2019-12-11 | ALSA: drivers: Drop superfluous ioctl PCM ops | Takashi Iwai | 1 | -1/+0 |
2019-12-11 | ALSA: pcsp: Use managed buffer allocation | Takashi Iwai | 1 | -11/+6 |
2019-11-06 | ALSA: drivers: Remove superfluous snd_dma_continuous_data() | Takashi Iwai | 1 | -2/+2 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -6/+1 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 1 | -0/+1 |
2019-01-15 | ALSA: drivers: Remove superfluous snd_pcm_suspend*() calls | Takashi Iwai | 1 | -1/+0 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 4 | -0/+4 |
2017-08-22 | ALSA: pcsp: Use common error handling code in snd_card_pcsp_probe() | Markus Elfring | 1 | -16/+13 |
2017-08-17 | ALSA: drivers: make snd_pcm_hardware const | Bhumika Goyal | 1 | -1/+1 |
2017-06-09 | ALSA : pcsp: pcsp_lib: constify snd_pcsp_playback_ops | Arvind Yadav | 1 | -1/+1 |
2016-12-25 | ktime: Cleanup ktime_set() usage | Thomas Gleixner | 1 | -1/+1 |
2016-03-17 | sound: query dynamic DEBUG_PAGEALLOC setting | Joonsoo Kim | 1 | -4/+5 |
2015-05-12 | ALSA: drivers: pcsp: Fix printout of resolution | Thomas Gleixner | 1 | -2/+2 |
2015-04-22 | sound: Use hrtimer_resolution instead of hrtimer_get_res() | Thomas Gleixner | 1 | -9/+6 |
2015-01-28 | ALSA: Include linux/uaccess.h and linux/bitopts.h instead of asm/* | Takashi Iwai | 1 | -1/+1 |
2015-01-28 | ALSA: Include linux/io.h instead of asm/io.h | Takashi Iwai | 2 | -2/+2 |
2014-10-20 | ALSA: drivers: pcsp: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
2014-02-12 | ALSA: drivers: Convert to snd_card_new() with a device pointer | Takashi Iwai | 1 | -3/+1 |
2014-02-07 | ALSA: pcsp: Include appropriate header file in pcsp/pcsp_input.c | Rashika Kheria | 1 | -0/+1 |
2013-11-14 | ALSA: pcsp: Fix the order of input device unregistration | Takashi Iwai | 1 | -1/+1 |
2013-10-29 | ALSA: pcsp: Fix initialization with nopcm=1 | Takashi Iwai | 1 | -1/+2 |
2013-05-23 | ALSA: pcsp: Remove redundant platform_set_drvdata() | Sachin Kamat | 1 | -1/+0 |
2012-12-07 | ALSA: drivers: remove __dev* attributes | Bill Pemberton | 5 | -15/+15 |
2012-08-09 | ALSA: platform: Check CONFIG_PM_SLEEP instead of CONFIG_PM | Takashi Iwai | 1 | -2/+2 |
2012-07-03 | ALSA: convert PM ops of platform_driver to new pm ops | Takashi Iwai | 1 | -4/+7 |
2011-12-19 | ALSA: module_param: make bool parameters really bool | Rusty Russell | 2 | -3/+3 |
2011-10-31 | sound: fix drivers needing module.h not moduleparam.h | Paul Gortmaker | 1 | -1/+1 |
2011-06-09 | i8253: Make pcsp sound driver use the shared i8253_lock | Ralf Baechle | 1 | -7/+1 |
2011-06-09 | i8253: Create linux/i8253.h and use it in all 8253 related files | Ralf Baechle | 1 | -1/+1 |
2010-05-03 | Merge commit 'v2.6.34-rc6' into core/locking | Ingo Molnar | 1 | -0/+1 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2010-03-02 | i8253: Convert i8253_lock to raw_spinlock | Thomas Gleixner | 3 | -9/+9 |
2009-11-05 | ALSA: rename "PC Speaker" and "PC Beep" controls to "Beep" | Jaroslav Kysela | 1 | -1/+1 |
2009-11-01 | ALSA: snd-pcsp: add nopcm mode | Stas Sergeev | 3 | -20/+47 |
2009-10-30 | ALSA: pcsp - Fix nforce workaround | Stas Sergeev | 2 | -32/+35 |
2009-06-16 | time: move PIT_TICK_RATE to linux/timex.h | Arnd Bergmann | 1 | -0/+1 |
2009-05-20 | ALSA: pcsp - fix printk format warning again | Takashi Iwai | 1 | -1/+1 |
2009-05-14 | ALSA: pcsp: fix printk format warning | Randy Dunlap | 1 | -1/+1 |
2009-03-24 | Merge branch 'topic/misc' into for-linus | Takashi Iwai | 1 | -1/+1 |
2009-02-05 | ALSA: Add missing KERN_* prefix to printk in sound/drivers | Takashi Iwai | 1 | -1/+1 |
2009-01-12 | ALSA: Convert to snd_card_create() in other sound/* | Takashi Iwai | 1 | -3/+3 |