aboutsummaryrefslogtreecommitdiff
path: root/sound/core/pcm_memory.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-21ALSA: pcm: Set per-card upper limit of PCM buffer allocationsGravatar Takashi Iwai 1-18/+51
2019-11-20ALSA: pcm: Move PCM_RUNTIME_CHECK() macro into local headerGravatar Takashi Iwai 1-0/+1
2019-11-20ALSA: pcm: Introduce managed buffer allocation modeGravatar Takashi Iwai 1-13/+70
2019-11-09ALSA: pcm: Unexport snd_pcm_sgbuf_ops_pageGravatar Takashi Iwai 1-2/+1
2019-11-06ALSA: pcm: Create proc files only for non-empty preallocationsGravatar Takashi Iwai 1-1/+2
2019-11-06ALSA: pcm: Warn if doubly preallocatedGravatar Takashi Iwai 1-0/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-16/+1
2019-02-08ALSA: pcm: Define snd_pcm_lib_preallocate_*() as returning voidGravatar Takashi Iwai 1-21/+8
2019-02-06ALSA: pcm: Remove superfluous snd_info_register() callsGravatar Takashi Iwai 1-11/+10
2019-01-24ALSA: pcm: Simplify proc file destructionGravatar Takashi Iwai 1-14/+2
2018-05-28sound: Use octal not symbolic permissionsGravatar Joe Perches 1-1/+1
2017-06-16ALSA: pcm: Follow standard EXPORT_SYMBOL() declarationsGravatar Takashi Iwai 1-6/+0
2015-01-28ALSA: Include linux/io.h instead of asm/io.hGravatar Takashi Iwai 1-1/+1
2014-01-11ALSA: PCM: Warn when buffer preallocation failsGravatar Takashi Iwai 1-0/+5
2014-01-09ALSA: Remove memory reservation code from memalloc helperGravatar Takashi Iwai 1-18/+1
2013-03-12ALSA: add/change some comments describing function return valuesGravatar Yacine Belkadi 1-7/+12
2012-09-23ALSA: Make snd_sgbuf_get_{ptr|addr}() available for non-SG casesGravatar Takashi Iwai 1-26/+0
2011-10-31sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where neededGravatar Paul Gortmaker 1-0/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-12-21ALSA: pcm - Add missing inclusion of linux/vmalloc.hGravatar Takashi Iwai 1-0/+1
2009-12-18sound: pcm: add vmalloc buffer helper functionsGravatar Clemens Ladisch 1-0/+54
2009-07-08ALSA: Fix SG-buffer DMA with non-coherent architecturesGravatar Takashi Iwai 1-0/+2
2008-08-25ALSA: Allocate larger pages in sgbufGravatar Takashi Iwai 1-0/+26
2008-08-13ALSA: Kill snd_assert() in sound/core/*Gravatar Takashi Iwai 1-7/+7
2008-01-31[ALSA] Remove sound/driver.hGravatar Takashi Iwai 1-1/+0
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czGravatar Jaroslav Kysela 1-1/+1
2007-02-09[ALSA] pcm core: add prealloc_max file to substream directory to show maximum...Gravatar Jaroslav Kysela 1-0/+23
2006-09-23[ALSA] Fix disconnection of proc interfaceGravatar Takashi Iwai 1-1/+1
2006-06-22[ALSA] Remove unneeded read/write_size fields in proc text opsGravatar Takashi Iwai 1-2/+0
2006-06-22[ALSA] Move OSS-specific hw_params helper to snd-pcm-oss moduleGravatar Takashi Iwai 1-0/+12
2006-04-27[ALSA] Fix Oops at rmmod with CONFIG_SND_VERBOSE_PROCFS=nGravatar Takashi Iwai 1-3/+5
2006-01-03[ALSA] Optimize for config without PROC_FSGravatar Takashi Iwai 1-15/+24
2006-01-03[ALSA] Remove xxx_t typedefs: PCMGravatar Takashi Iwai 1-22/+23
2005-09-12[ALSA] Replace with kzalloc() - core stuffGravatar Takashi Iwai 1-1/+1
2005-09-12[ALSA] Fix DocBook warningsGravatar Takashi Iwai 1-1/+1
2005-05-29[ALSA] Fix permissions in some /proc filesGravatar Takashi Iwai 1-0/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+363