summaryrefslogtreecommitdiffstats
path: root/sound/core/control.c
Commit message (Expand)AuthorAgeFilesLines
...
* ALSA: core, oxygen, virtuoso: add an enum control info helperClemens Ladisch2011-01-101-1/+27
* ALSA: prevent heap corruption in snd_ctl_new()Dan Rosenberg2010-09-281-0/+5
* ALSA: core - Define llseek fopsTakashi Iwai2010-04-131-0/+5
* sound: control: fix minimum TLV lengthClemens Ladisch2010-02-011-1/+1
* sound: control: actually allow TLV command accessClemens Ladisch2010-02-011-2/+3
* Merge branch 'topic/misc' into for-linusTakashi Iwai2009-12-041-1/+1
|\
| * ALSA: remove unnecessary null checkDan Carpenter2009-11-181-1/+1
* | control: use reference-counted pidClemens Ladisch2009-11-061-2/+3
* | control: remove snd_konctrol_volatile::owner_pid fieldClemens Ladisch2009-11-061-3/+1
|/
* sound: snd_ctl_remove_user_ctl: prevent removal of kernel controlsClemens Ladisch2009-08-171-0/+4
* sound: snd_ctl_remove_unlocked_id: simplify user control countingClemens Ladisch2009-08-171-12/+7
* sound: snd_ctl_remove_unlocked_id: simplify error pathsClemens Ladisch2009-08-171-4/+5
* sound: snd_ctl_elem_add: fix value count checkClemens Ladisch2009-08-171-1/+1
* ALSA: sound/core: use memdup_user()Li Zefan2009-04-141-22/+13
* Rationalize fasync return valuesJonathan Corbet2009-03-161-5/+2
* saner FASYNC handling on file closeAl Viro2008-11-011-1/+0
* ALSA: Warn when control names are truncatedMark Brown2008-10-291-1/+6
* ALSA: use correct lock in snd_ctl_dev_disconnect()Takashi Iwai2008-09-091-2/+2
* ALSA: Kill snd_assert() in sound/core/*Takashi Iwai2008-08-131-19/+31
* ALSA: make snd_ctl_elem_read() and snd_ctl_elem_write() staticTakashi Iwai2008-06-131-3/+4
* [ALSA] Remove sound/driver.hTakashi Iwai2008-01-311-1/+0
* [ALSA] Remove indirect control accessTakashi Iwai2008-01-311-31/+20
* [ALSA] sound/core/control.c: hard-irq-safe -> hard-irq-unsafe lock warningBorislav Petkov2007-10-231-2/+3
* [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela2007-10-161-1/+1
* [ALSA] unexport snd_ctl_elem_{read,write}Adrian Bunk2007-10-161-4/+0
* [ALSA] Add helper functions for frequently used callbacksTakashi Iwai2007-10-161-0/+27
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* [PATCH] mark struct file_operations const 9Arjan van de Ven2007-02-121-1/+1
* [ALSA] make sound/core/control.c:snd_ctl_new() staticAdrian Bunk2007-02-091-3/+2
* [ALSA] alsa core: convert to list_for_each_entry*Johannes Berg2007-02-091-28/+9
* [ALSA] sound/core/control.c: remove dead codeAdrian Bunk2006-12-201-1/+1
* [ALSA] Fix addition of user-defined boolean controlsTakashi Iwai2006-10-221-4/+0
* [ALSA] Return error if no user TLV is definedTakashi Iwai2006-09-231-0/+2
* [ALSA] Fix errors with user TLV_WRITETakashi Iwai2006-09-231-0/+1
* [ALSA] Fix substream selection in PCM and rawmidiTakashi Iwai2006-09-231-0/+2
* [ALSA] Control API - more robust TLV implementationJaroslav Kysela2006-09-231-30/+109
* [ALSA] Unregister device files at disconnectionTakashi Iwai2006-09-231-18/+9
* [ALSA] Control API - TLV implementation for additional information like dB scaleJaroslav Kysela2006-09-231-2/+39
* [ALSA] Clean up EXPORT_SYMBOL()s in snd moduleTakashi Iwai2006-06-221-0/+31
* [ALSA] Cleanup unused argument for snd_power_wait()Takashi Iwai2006-03-311-3/+3
* [ALSA] Fix memory leaks in error path of control.cTakashi Iwai2006-03-221-7/+12
* [ALSA] make control.c suspend awareGiuliano Pochini2006-03-221-3/+17
* [PATCH] alsa: fix error paths in snd_ctl_elem_add()Takashi Iwai2006-03-061-4/+2
* [ALSA] dynamic minors (3/6): store device-specific object pointers dynamicallyClemens Ladisch2006-01-031-4/+3
* [ALSA] dynamic minors (1/6): store device type in struct snd_minorClemens Ladisch2006-01-031-8/+3
* [ALSA] Add error messagesTakashi Iwai2006-01-031-2/+6
* [ALSA] Decentralize PM controlTakashi Iwai2006-01-031-43/+1
* [ALSA] Remove xxx_t typedefs: ControlsTakashi Iwai2006-01-031-126/+148
* [ALSA] Remove snd_runtime_check() macroTakashi Iwai2005-11-041-9/+9
* [ALSA] Replace with kzalloc() - core stuffTakashi Iwai2005-09-121-6/+6
OpenPOWER on IntegriCloud