summaryrefslogtreecommitdiff
path: root/sound/drivers/dummy.c
AgeCommit message (Expand)Author
2017-10-24ALSA: drivers: Convert timers to use timer_setup()Kees Cook
2017-08-17ALSA: drivers: make snd_pcm_hardware constBhumika Goyal
2017-06-02ALSA: dummy: Convert to new PCM copy opsTakashi Iwai
2016-06-24ALSA: dummy: Fix a use-after-free at closingTakashi Iwai
2016-02-08ALSA: dummy: Implement timer backend switching more safelyTakashi Iwai
2016-01-28ALSA: dummy: Disable switching timer backend via sysfsTakashi Iwai
2015-12-30ALSA: dummy: constify dummy_timer_ops structuresJulia Lawall
2015-05-29ALSA: dummy: Replace CONFIG_PROC_FS with CONFIG_SND_PROC_FSTakashi Iwai
2015-05-26ALSA: dummy: make local data staticTakashi Iwai
2015-01-19ALSA: dummy: use setup_timer and mod_timerRoman Kollar
2014-10-20ALSA: drivers: drop owner assignment from platform_driversWolfram Sang
2014-02-12ALSA: drivers: Convert to snd_card_new() with a device pointerTakashi Iwai
2013-07-21ALSA: replace strict_strto*() with kstrto*()Jingoo Han
2013-05-29ALSA: Remove the rest of *_set_drvdata(NULL) callsTakashi Iwai
2012-12-07ALSA: drivers: remove __dev* attributesBill Pemberton
2012-10-20ALSA: dummy: allow disabling mixer controlsClemens Ladisch
2012-08-09ALSA: platform: Check CONFIG_PM_SLEEP instead of CONFIG_PMTakashi Iwai
2012-07-03ALSA: convert PM ops of platform_driver to new pm opsTakashi Iwai
2012-07-02ALSA: Add missing .owner=THIS_MODULE to platform_driver definitionsTakashi Iwai
2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell
2011-10-31sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker
2010-02-02ALSA: dummy driver - add model parameterJaroslav Kysela
2009-11-02ALSA: dummy - Fix descriptions of pcm_substreams parameterTakashi Iwai
2009-10-30ALSA: sound: Move dereference after NULL test and drop unnecessary NULL testsJulia Lawall
2009-09-08ALSA: dummy - Increase MAX_PCM_SUBSTREAMS to 128Takashi Iwai
2009-09-08ALSA: dummy - Add debug proc fileTakashi Iwai
2009-09-07ALSA: dummy - Fake buffer allocationsTakashi Iwai
2009-09-04ALSA: dummy - Fix the timer calculation in systimer modeTakashi Iwai
2009-09-03ALSA: dummy - Better jiffies handlingTakashi Iwai
2009-09-03ALSA: dummy - Support high-res timer modeTakashi Iwai
2009-01-12ALSA: Convert to snd_card_create() in other sound/*Takashi Iwai
2008-10-19ALSA: misc typo fixesMariusz Kozlowski
2008-08-15ALSA: dummy driver - do not use assignment in if conditionJaroslav Kysela
2008-08-15sound: Fix esoteric double free in the dummy sound driver.Daniel THOMPSON
2008-08-13ALSA: Kill snd_assert() in other placesTakashi Iwai
2008-04-24[ALSA] sound/drivers/dummy.c: fix negative snd_pcm_format_width() checkRoel Kluin
2008-04-24[ALSA] snd-dummy - better realtime app supportAhmet İnan
2008-04-24[ALSA] snd-dummy - improved timing, silence on prepareAhmet İnan
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela
2007-10-16[ALSA] Clean up with common snd_ctl_boolean_*_info callbacksTakashi Iwai
2007-07-20[ALSA] more section mismatchesRandy Dunlap
2007-02-14[ALSA] Fix __devinit and __devexit issues with sound driversPrarit Bhargava
2007-02-09[ALSA] Add even more 'const' to everything related to TLVTakashi Iwai
2006-09-23[ALSA] Add dB scale information to dummy driverTakashi Iwai
2006-09-23[ALSA] Fix some typos in snd-dummy driverTakashi Iwai
2006-06-22[ALSA] unregister platform device again if probe was unsuccessfulRene Herman
2006-04-27[ALSA] continue on IS_ERR from platform device registrationRene Herman
2006-03-22[ALSA] Fix check of enable module optionTakashi Iwai
2006-01-04[ALSA] dummy driver - added CA0106 emulation definesJaroslav Kysela