summaryrefslogtreecommitdiff
path: root/sound/drivers/dummy.c
AgeCommit message (Expand)Author
2023-08-18ALSA: dummy: Convert to generic PCM copy opsTakashi Iwai
2022-09-12ALSA: dummy: Add customizable volume min/max.YJ Lee
2022-09-12ALSA: dummy: Fix trailing whitespaces.YJ Lee
2021-07-19ALSA: dummy: Allocate resources with device-managed APIsTakashi Iwai
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky
2020-12-25ALSA: dummy: Use DIV_ROUND_UP() instead of open-coding itLars-Peter Clausen
2020-02-10ALSA: dummy: Use standard macros for fixing PCM format castTakashi Iwai
2020-02-01ALSA: dummy: Fix PCM format loop in proc outputTakashi Iwai
2020-01-05ALSA: dummy: More constificationsTakashi Iwai
2020-01-03ALSA: dummy: Constify snd_pcm_ops definitionsTakashi Iwai
2020-01-03ALSA: drivers: Constify snd_kcontrol_new itemsTakashi Iwai
2019-12-11ALSA: drivers: Drop superfluous ioctl PCM opsTakashi Iwai
2019-12-11ALSA: dummy: Use managed buffer allocationTakashi Iwai
2019-11-06ALSA: drivers: Remove superfluous snd_dma_continuous_data()Takashi Iwai
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-02-06ALSA: drivers: Clean up with new procfs helpersTakashi Iwai
2019-01-15ALSA: drivers: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai
2018-05-28sound: Use octal not symbolic permissionsJoe Perches
2018-01-29Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-01-16ALSA/dummy: Replace tasklet with softirq hrtimerThomas Gleixner
2017-11-29ALSA: drivers: make array 'names' const, reduces object code sizeColin Ian King
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