aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/control.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-12ALSA: add/change some comments describing function return valuesYacine Belkadi1-18/+23
2012-10-30ALSA: Avoid endless sleep after disconnectTakashi Iwai1-0/+2
2012-10-30ALSA: Add a reference counter to card instanceTakashi Iwai1-0/+3
2012-09-06ALSA: control: Fix missing VOLATILE flag at creating controlsTakashi Iwai1-0/+1
2012-03-13ALSA: control - Fixe a trailing white space errorJeffrin Jose1-1/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-11-06ALSA: control: remove compilation warning on 32-bitOlof Johansson1-2/+2
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker1-0/+1
2011-10-09ALSA: control: add support for ENUMERATED user space controlsClemens Ladisch1-4/+76
2011-08-24ALSA: core: release the constraint check for replace opsLu Guanqun1-1/+1
2011-08-24ALSA: core: trivial code style fixLu Guanqun1-1/+1
2011-05-26ALSA: core: remove unused variables.Luca Tettamanti1-2/+1
2011-03-22ALSA: Add snd_ctl_replace() to dynamically replace a controlDimitris Papastamos1-0/+64
2011-03-18Merge branch 'topic/misc' into for-linusTakashi Iwai1-12/+10
2011-03-11ALSA: Add snd_ctl_activate_id()Takashi Iwai1-0/+46
2011-03-08ALSA: control: clean up snd_ctl_hole_check()Clemens Ladisch1-9/+9
2011-03-08ALSA: control: fix numid conflict check for new controlsClemens Ladisch1-4/+2
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