aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/control.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-10ALSA: core, oxygen, virtuoso: add an enum control info helperClemens Ladisch1-1/+27
2010-09-28ALSA: prevent heap corruption in snd_ctl_new()Dan Rosenberg1-0/+5
2010-04-13ALSA: core - Define llseek fopsTakashi Iwai1-0/+5
2010-02-01sound: control: fix minimum TLV lengthClemens Ladisch1-1/+1
2010-02-01sound: control: actually allow TLV command accessClemens Ladisch1-2/+3
2009-12-04Merge branch 'topic/misc' into for-linusTakashi Iwai1-1/+1
2009-11-18ALSA: remove unnecessary null checkDan Carpenter1-1/+1
2009-11-06control: use reference-counted pidClemens Ladisch1-2/+3
2009-11-06control: remove snd_konctrol_volatile::owner_pid fieldClemens Ladisch1-3/+1
2009-08-17sound: snd_ctl_remove_user_ctl: prevent removal of kernel controlsClemens Ladisch1-0/+4
2009-08-17sound: snd_ctl_remove_unlocked_id: simplify user control countingClemens Ladisch1-12/+7
2009-08-17sound: snd_ctl_remove_unlocked_id: simplify error pathsClemens Ladisch1-4/+5
2009-08-17sound: snd_ctl_elem_add: fix value count checkClemens Ladisch1-1/+1
2009-04-14ALSA: sound/core: use memdup_user()Li Zefan1-22/+13
2009-03-16Rationalize fasync return valuesJonathan Corbet1-5/+2
2008-11-01saner FASYNC handling on file closeAl Viro1-1/+0
2008-10-29ALSA: Warn when control names are truncatedMark Brown1-1/+6
2008-09-09ALSA: use correct lock in snd_ctl_dev_disconnect()Takashi Iwai1-2/+2
2008-08-13ALSA: Kill snd_assert() in sound/core/*Takashi Iwai1-19/+31
2008-06-13ALSA: make snd_ctl_elem_read() and snd_ctl_elem_write() staticTakashi Iwai1-3/+4
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai1-1/+0
2008-01-31[ALSA] Remove indirect control accessTakashi Iwai1-31/+20
2007-10-23[ALSA] sound/core/control.c: hard-irq-safe -> hard-irq-unsafe lock warningBorislav Petkov1-2/+3
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela1-1/+1
2007-10-16[ALSA] unexport snd_ctl_elem_{read,write}Adrian Bunk1-4/+0
2007-10-16[ALSA] Add helper functions for frequently used callbacksTakashi Iwai1-0/+27
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-02-12[PATCH] mark struct file_operations const 9Arjan van de Ven1-1/+1
2007-02-09[ALSA] make sound/core/control.c:snd_ctl_new() staticAdrian Bunk1-3/+2
2007-02-09[ALSA] alsa core: convert to list_for_each_entry*Johannes Berg1-28/+9
2006-12-20[ALSA] sound/core/control.c: remove dead codeAdrian Bunk1-1/+1
2006-10-22[ALSA] Fix addition of user-defined boolean controlsTakashi Iwai1-4/+0
2006-09-23[ALSA] Return error if no user TLV is definedTakashi Iwai1-0/+2
2006-09-23[ALSA] Fix errors with user TLV_WRITETakashi Iwai1-0/+1
2006-09-23[ALSA] Fix substream selection in PCM and rawmidiTakashi Iwai1-0/+2
2006-09-23[ALSA] Control API - more robust TLV implementationJaroslav Kysela1-30/+109
2006-09-23[ALSA] Unregister device files at disconnectionTakashi Iwai1-18/+9
2006-09-23[ALSA] Control API - TLV implementation for additional information like dB scaleJaroslav Kysela1-2/+39
2006-06-22[ALSA] Clean up EXPORT_SYMBOL()s in snd moduleTakashi Iwai1-0/+31
2006-03-31[ALSA] Cleanup unused argument for snd_power_wait()Takashi Iwai1-3/+3
2006-03-22[ALSA] Fix memory leaks in error path of control.cTakashi Iwai1-7/+12
2006-03-22[ALSA] make control.c suspend awareGiuliano Pochini1-3/+17
2006-03-06[PATCH] alsa: fix error paths in snd_ctl_elem_add()Takashi Iwai1-4/+2
2006-01-03[ALSA] dynamic minors (3/6): store device-specific object pointers dynamicallyClemens Ladisch1-4/+3
2006-01-03[ALSA] dynamic minors (1/6): store device type in struct snd_minorClemens Ladisch1-8/+3
2006-01-03[ALSA] Add error messagesTakashi Iwai1-2/+6
2006-01-03[ALSA] Decentralize PM controlTakashi Iwai1-43/+1
2006-01-03[ALSA] Remove xxx_t typedefs: ControlsTakashi Iwai1-126/+148
2005-11-04[ALSA] Remove snd_runtime_check() macroTakashi Iwai1-9/+9
2005-09-12[ALSA] Replace with kzalloc() - core stuffTakashi Iwai1-6/+6