aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/info.c
Commit message (Expand)AuthorAgeFilesLines
* remove compat from include, get new scripts workingWolfgang Wiedmeyer2015-10-231-1/+2
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
* ALSA: info - Implement common llseek for binary modeTakashi Iwai2010-04-131-26/+30
* ALSA: info - Check file position validity in common layerTakashi Iwai2010-04-131-3/+11
* Merge branch 'topic/bkl' into topic/core-cleanupTakashi Iwai2010-04-131-2/+2
|\
| * ALSA: info - Remove BKLTakashi Iwai2010-04-071-2/+2
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* Merge branch 'topic/dummy' into for-linusTakashi Iwai2009-09-101-2/+2
|\
| * ALSA: Add const prefix to proc helper functionsTakashi Iwai2009-09-081-2/+2
* | ALSA: info - Use krealloc()Takashi Iwai2009-07-061-3/+1
|/
* proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan2009-03-311-29/+2
* ALSA: when card identification is changed, change also /proc/asound symlinkJaroslav Kysela2008-11-121-0/+17
* ALSA: Kill snd_assert() in sound/core/*Takashi Iwai2008-08-131-8/+15
* PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi2008-07-241-0/+1
* proc: remove proc_root from driversAlexey Dobriyan2008-04-291-2/+2
* [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-1/+1
* [PATCH] mark struct file_operations const 9Arjan van de Ven2007-02-121-1/+1
* [PATCH] struct path: convert soundJosef Sipek2006-12-081-1/+1
* [ALSA] Fix re-use of va_listTakashi Iwai2006-10-221-1/+4
* [ALSA] sound core: Use SEEK_{SET,CUR,END} instead of hardcoded valuesJosef 'Jeff' Sipek2006-09-231-3/+3
* [ALSA] Fix disconnection of proc interfaceTakashi Iwai2006-09-231-52/+50
* [PATCH] devfs: Remove devfs support from the sound subsystemGreg Kroah-Hartman2006-06-261-1/+0
* [ALSA] Remove zero-initialization of static variablesTakashi Iwai2006-06-221-4/+4
* [ALSA] fix a wrong lockClemens Ladisch2006-06-221-1/+1
* [ALSA] Insert might_sleep() in snd_iprintf()Takashi Iwai2006-06-221-0/+1
* [ALSA] Make buffer size of proc text interface variableTakashi Iwai2006-06-221-70/+79
* [ALSA] Clean up EXPORT_SYMBOL()s in snd moduleTakashi Iwai2006-06-221-0/+20
* [ALSA] semaphore -> mutex (core part)Ingo Molnar2006-03-221-13/+14
* [ALSA] Remove BKL from sound/core/info.cIngo Molnar2006-01-221-22/+11
* [ALSA] Optimize for config without PROC_FSTakashi Iwai2006-01-031-7/+6
* [ALSA] Remove xxx_t typedefs: Proc handlerTakashi Iwai2006-01-031-55/+55
* [ALSA] Remove kmalloc wrappersTakashi Iwai2005-11-041-2/+0
* [ALSA] Replace with kzalloc() - core stuffTakashi Iwai2005-09-121-4/+4
* [ALSA] typo-fix and snd_assert()-expression-splitHenrik Kretzschmar2005-07-281-2/+3
* [PATCH] create a kstrdup library functionPaulo Marques2005-06-231-1/+2
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+989