summaryrefslogtreecommitdiffstats
path: root/sound/drivers/dummy.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+4
* ALSA: drivers: 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-4/+2
* 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/+0
* 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-10-311-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/+0
* 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/+4
* 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/+0
* [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/+1
* [ALSA] more section mismatchesRandy Dunlap2007-07-201-1/+1
* [ALSA] Fix __devinit and __devexit issues with sound driversPrarit Bhargava2007-02-141-5/+6
* [ALSA] Add even more 'const' to everything related to TLVTakashi Iwai2007-02-091-1/+1
* [ALSA] Add dB scale information to dummy driverTakashi Iwai2006-09-231-2/+8
* [ALSA] Fix some typos in snd-dummy driverTakashi Iwai2006-09-231-5/+5
* [ALSA] unregister platform device again if probe was unsuccessfulRene Herman2006-06-221-0/+4
* [ALSA] continue on IS_ERR from platform device registrationRene Herman2006-04-271-10/+4
* [ALSA] Fix check of enable module optionTakashi Iwai2006-03-221-1/+3
* [ALSA] dummy driver - added CA0106 emulation definesJaroslav Kysela2006-01-041-1/+17
* [ALSA] unregister platform devicesClemens Ladisch2006-01-031-2/+14
* [ALSA] Fix possible races in timer callbacksTakashi Iwai2006-01-031-5/+5
* [ALSA] dummy - Use platform_deviceTakashi Iwai2006-01-031-26/+80