summaryrefslogtreecommitdiffstats
path: root/sound/core/pcm_memory.c
AgeCommit message (Expand)AuthorLines
2019-11-20ALSA: pcm: Move PCM_RUNTIME_CHECK() macro into local headerTakashi Iwai-0/+1
2019-11-20ALSA: pcm: Introduce managed buffer allocation modeTakashi Iwai-13/+70
2019-11-09ALSA: pcm: Unexport snd_pcm_sgbuf_ops_pageTakashi Iwai-2/+1
2019-11-06ALSA: pcm: Create proc files only for non-empty preallocationsTakashi Iwai-1/+2
2019-11-06ALSA: pcm: Warn if doubly preallocatedTakashi Iwai-0/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-16/+1
2019-02-08ALSA: pcm: Define snd_pcm_lib_preallocate_*() as returning voidTakashi Iwai-21/+8
2019-02-06ALSA: pcm: Remove superfluous snd_info_register() callsTakashi Iwai-11/+10
2019-01-24ALSA: pcm: Simplify proc file destructionTakashi Iwai-14/+2
2018-05-28sound: Use octal not symbolic permissionsJoe Perches-1/+1
2017-06-16ALSA: pcm: Follow standard EXPORT_SYMBOL() declarationsTakashi Iwai-6/+0
2015-01-28ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai-1/+1
2014-01-11ALSA: PCM: Warn when buffer preallocation failsTakashi Iwai-0/+5
2014-01-09ALSA: Remove memory reservation code from memalloc helperTakashi Iwai-18/+1
2013-03-12ALSA: add/change some comments describing function return valuesYacine Belkadi-7/+12
2012-09-23ALSA: Make snd_sgbuf_get_{ptr|addr}() available for non-SG casesTakashi Iwai-26/+0
2011-10-31sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where neededPaul Gortmaker-0/+1
2011-03-31Fix common misspellingsLucas De Marchi-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2009-12-21ALSA: pcm - Add missing inclusion of linux/vmalloc.hTakashi Iwai-0/+1
2009-12-18sound: pcm: add vmalloc buffer helper functionsClemens Ladisch-0/+54
2009-07-08ALSA: Fix SG-buffer DMA with non-coherent architecturesTakashi Iwai-0/+2
2008-08-25ALSA: Allocate larger pages in sgbufTakashi Iwai-0/+26
2008-08-13ALSA: Kill snd_assert() in sound/core/*Takashi Iwai-7/+7
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai-1/+0
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela-1/+1
2007-02-09[ALSA] pcm core: add prealloc_max file to substream directory to show maximum...Jaroslav Kysela-0/+23
2006-09-23[ALSA] Fix disconnection of proc interfaceTakashi Iwai-1/+1
2006-06-22[ALSA] Remove unneeded read/write_size fields in proc text opsTakashi Iwai-2/+0
2006-06-22[ALSA] Move OSS-specific hw_params helper to snd-pcm-oss moduleTakashi Iwai-0/+12
2006-04-27[ALSA] Fix Oops at rmmod with CONFIG_SND_VERBOSE_PROCFS=nTakashi Iwai-3/+5
2006-01-03[ALSA] Optimize for config without PROC_FSTakashi Iwai-15/+24
2006-01-03[ALSA] Remove xxx_t typedefs: PCMTakashi Iwai-22/+23
2005-09-12[ALSA] Replace with kzalloc() - core stuffTakashi Iwai-1/+1
2005-09-12[ALSA] Fix DocBook warningsTakashi Iwai-1/+1
2005-05-29[ALSA] Fix permissions in some /proc filesTakashi Iwai-0/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+363