summaryrefslogtreecommitdiffstats
path: root/sound/drivers/dummy.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-15/+1Star
* ALSA: drivers: Clean up with new procfs helpersTakashi Iwai2019-02-061-8/+2Star
* ALSA: drivers: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai2019-01-151-2/+0Star
* sound: Use octal not symbolic permissionsJoe Perches2018-05-281-1/+1
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-01-301-15/+12Star
|\
| * ALSA/dummy: Replace tasklet with softirq hrtimerThomas Gleixner2018-01-161-15/+12Star
* | ALSA: drivers: make array 'names' const, reduces object code sizeColin Ian King2017-11-291-1/+1
|/
* ALSA: drivers: Convert timers to use timer_setup()Kees Cook2017-10-241-4/+3Star
* ALSA: drivers: make snd_pcm_hardware constBhumika Goyal2017-08-171-1/+1
* ALSA: dummy: Convert to new PCM copy opsTakashi Iwai2017-06-021-6/+14
* ALSA: dummy: Fix a use-after-free at closingTakashi Iwai2016-06-241-0/+1
* ALSA: dummy: Implement timer backend switching more safelyTakashi Iwai2016-02-081-18/+19
* ALSA: dummy: Disable switching timer backend via sysfsTakashi Iwai2016-01-281-1/+1
* ALSA: dummy: constify dummy_timer_ops structuresJulia Lawall2015-12-301-2/+2
* ALSA: dummy: Replace CONFIG_PROC_FS with CONFIG_SND_PROC_FSTakashi Iwai2015-05-291-2/+2
* ALSA: dummy: make local data staticTakashi Iwai2015-05-261-7/+7
* ALSA: dummy: use setup_timer and mod_timerRoman Kollar2015-01-191-6/+4Star
* ALSA: drivers: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* ALSA: drivers: Convert to snd_card_new() with a device pointerTakashi Iwai2014-02-121-4/+2Star
* ALSA: replace strict_strto*() with kstrto*()Jingoo Han2013-07-211-1/+1
* ALSA: Remove the rest of *_set_drvdata(NULL) callsTakashi Iwai2013-05-291-1/+0Star
* ALSA: drivers: remove __dev* attributesBill Pemberton2012-12-071-7/+7
* ALSA: dummy: allow disabling mixer controlsClemens Ladisch2012-10-201-2/+71
* ALSA: platform: Check CONFIG_PM_SLEEP instead of CONFIG_PMTakashi Iwai2012-08-091-1/+1
* ALSA: convert PM ops of platform_driver to new pm opsTakashi Iwai2012-07-031-8/+10
* ALSA: Add missing .owner=THIS_MODULE to platform_driver definitionsTakashi Iwai2012-07-021-1/+2
* ALSA: module_param: make bool parameters really boolRusty Russell2011-12-191-3/+3
* sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker2011-11-011-1/+1
* ALSA: dummy driver - add model parameterJaroslav Kysela2010-02-021-110/+180
* ALSA: dummy - Fix descriptions of pcm_substreams parameterTakashi Iwai2009-11-021-1/+1
* ALSA: sound: Move dereference after NULL test and drop unnecessary NULL testsJulia Lawall2009-10-301-2/+0Star
* ALSA: dummy - Increase MAX_PCM_SUBSTREAMS to 128Takashi Iwai2009-09-081-1/+1
* ALSA: dummy - Add debug proc fileTakashi Iwai2009-09-081-0/+132
* ALSA: dummy - Fake buffer allocationsTakashi Iwai2009-09-071-8/+98
* ALSA: dummy - Fix the timer calculation in systimer modeTakashi Iwai2009-09-041-8/+21
* ALSA: dummy - Better jiffies handlingTakashi Iwai2009-09-031-35/+43
* ALSA: dummy - Support high-res timer modeTakashi Iwai2009-09-031-141/+272
* ALSA: Convert to snd_card_create() in other sound/*Takashi Iwai2009-01-121-4/+4
* ALSA: misc typo fixesMariusz Kozlowski2008-10-191-1/+1
* ALSA: dummy driver - do not use assignment in if conditionJaroslav Kysela2008-08-151-11/+21
* sound: Fix esoteric double free in the dummy sound driver.Daniel THOMPSON2008-08-151-6/+4Star
* ALSA: Kill snd_assert() in other placesTakashi Iwai2008-08-131-1/+2
* [ALSA] sound/drivers/dummy.c: fix negative snd_pcm_format_width() checkRoel Kluin2008-04-241-4/+5
* [ALSA] snd-dummy - better realtime app supportAhmet İnan2008-04-241-3/+3
* [ALSA] snd-dummy - improved timing, silence on prepareAhmet İnan2008-04-241-11/+15
* [ALSA] Remove sound/driver.hTakashi Iwai2008-01-311-1/+0Star
* [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela2007-10-161-2/+2
* [ALSA] Clean up with common snd_ctl_boolean_*_info callbacksTakashi Iwai2007-10-161-9/+1Star
* [ALSA] more section mismatchesRandy Dunlap2007-07-201-1/+1
* [ALSA] Fix __devinit and __devexit issues with sound driversPrarit Bhargava2007-02-141-5/+6