aboutsummaryrefslogtreecommitdiffstats
path: root/sound/drivers/dummy.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-06ALSA: drivers: Remove superfluous snd_dma_continuous_data()Takashi Iwai1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-15/+1
2019-02-06ALSA: drivers: Clean up with new procfs helpersTakashi Iwai1-8/+2
2019-01-15ALSA: drivers: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai1-2/+0
2018-05-28sound: Use octal not symbolic permissionsJoe Perches1-1/+1
2018-01-29Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-15/+12
2018-01-16ALSA/dummy: Replace tasklet with softirq hrtimerThomas Gleixner1-15/+12
2017-11-29ALSA: drivers: make array 'names' const, reduces object code sizeColin Ian King1-1/+1
2017-10-24ALSA: drivers: Convert timers to use timer_setup()Kees Cook1-4/+3
2017-08-17ALSA: drivers: make snd_pcm_hardware constBhumika Goyal1-1/+1
2017-06-02ALSA: dummy: Convert to new PCM copy opsTakashi Iwai1-6/+14
2016-06-24ALSA: dummy: Fix a use-after-free at closingTakashi Iwai1-0/+1
2016-02-08ALSA: dummy: Implement timer backend switching more safelyTakashi Iwai1-18/+19
2016-01-28ALSA: dummy: Disable switching timer backend via sysfsTakashi Iwai1-1/+1
2015-12-30ALSA: dummy: constify dummy_timer_ops structuresJulia Lawall1-2/+2
2015-05-29ALSA: dummy: Replace CONFIG_PROC_FS with CONFIG_SND_PROC_FSTakashi Iwai1-2/+2
2015-05-26ALSA: dummy: make local data staticTakashi Iwai1-7/+7
2015-01-19ALSA: dummy: use setup_timer and mod_timerRoman Kollar1-6/+4
2014-10-20ALSA: drivers: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-02-12ALSA: drivers: Convert to snd_card_new() with a device pointerTakashi Iwai1-4/+2
2013-07-21ALSA: replace strict_strto*() with kstrto*()Jingoo Han1-1/+1
2013-05-29ALSA: Remove the rest of *_set_drvdata(NULL) callsTakashi Iwai1-1/+0
2012-12-07ALSA: drivers: remove __dev* attributesBill Pemberton1-7/+7
2012-10-20ALSA: dummy: allow disabling mixer controlsClemens Ladisch1-2/+71
2012-08-09ALSA: platform: Check CONFIG_PM_SLEEP instead of CONFIG_PMTakashi Iwai1-1/+1
2012-07-03ALSA: convert PM ops of platform_driver to new pm opsTakashi Iwai1-8/+10
2012-07-02ALSA: Add missing .owner=THIS_MODULE to platform_driver definitionsTakashi Iwai1-1/+2
2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell1-3/+3
2011-10-31sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker1-1/+1
2010-02-02ALSA: dummy driver - add model parameterJaroslav Kysela1-110/+180
2009-11-02ALSA: dummy - Fix descriptions of pcm_substreams parameterTakashi Iwai1-1/+1
2009-10-30ALSA: sound: Move dereference after NULL test and drop unnecessary NULL testsJulia Lawall1-2/+0
2009-09-08ALSA: dummy - Increase MAX_PCM_SUBSTREAMS to 128Takashi Iwai1-1/+1
2009-09-08ALSA: dummy - Add debug proc fileTakashi Iwai1-0/+132
2009-09-07ALSA: dummy - Fake buffer allocationsTakashi Iwai1-8/+98
2009-09-04ALSA: dummy - Fix the timer calculation in systimer modeTakashi Iwai1-8/+21
2009-09-03ALSA: dummy - Better jiffies handlingTakashi Iwai1-35/+43
2009-09-03ALSA: dummy - Support high-res timer modeTakashi Iwai1-141/+272
2009-01-12ALSA: Convert to snd_card_create() in other sound/*Takashi Iwai1-4/+4
2008-10-19ALSA: misc typo fixesMariusz Kozlowski1-1/+1
2008-08-15ALSA: dummy driver - do not use assignment in if conditionJaroslav Kysela1-11/+21
2008-08-15sound: Fix esoteric double free in the dummy sound driver.Daniel THOMPSON1-6/+4
2008-08-13ALSA: Kill snd_assert() in other placesTakashi Iwai1-1/+2
2008-04-24[ALSA] sound/drivers/dummy.c: fix negative snd_pcm_format_width() checkRoel Kluin1-4/+5
2008-04-24[ALSA] snd-dummy - better realtime app supportAhmet İnan1-3/+3
2008-04-24[ALSA] snd-dummy - improved timing, silence on prepareAhmet İnan1-11/+15
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai1-1/+0
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela1-2/+2
2007-10-16[ALSA] Clean up with common snd_ctl_boolean_*_info callbacksTakashi Iwai1-9/+1
2007-07-20[ALSA] more section mismatchesRandy Dunlap1-1/+1