summaryrefslogtreecommitdiffstats
path: root/include/sound/control.h
Commit message (Expand)AuthorAgeFilesLines
* ALSA: control: Introduce snd_ctl_find_id_mixer_locked()Richard Fitzgerald2024-04-021-0/+23
* ALSA: vmaster: Add snd_ctl_add_followers() helperTakashi Iwai2023-07-211-0/+3
* ALSA: control: Introduce snd_ctl_find_id_mixer()Takashi Iwai2023-07-211-0/+22
* ALSA: control: Introduce unlocked version for snd_ctl_find_*() helpersTakashi Iwai2023-07-201-1/+3
* ALSA: control: Make snd_ctl_find_id() argument constTakashi Iwai2023-07-201-1/+1
* ALSA: control: add snd_ctl_rename()Maciej S. Szmigiero2022-10-211-0/+1
* ALSA: control: Use deferred fasync helperTakashi Iwai2022-07-291-1/+1
* ALSA: control: Rename CONFIG_SND_CTL_VALIDATION to CONFIG_SND_CTL_DEBUGTakashi Iwai2022-06-151-1/+1
* ALSA: control - add generic LED trigger module as the new control layerJaroslav Kysela2021-03-301-1/+18
* ALSA: control - add layer registration routinesJaroslav Kysela2021-03-301-0/+12
* ALSA: control - introduce snd_ctl_notify_one() helperJaroslav Kysela2021-03-301-2/+2
* ALSA: make snd_kcontrol_new name a normal stringArnd Bergmann2020-10-261-1/+1
* ALSA: Replace the word "slave" in vmaster APITakashi Iwai2020-07-201-22/+23
* ALSA: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-071-1/+1
* ALSA: control: Add verification for kctl accessesTakashi Iwai2020-01-041-0/+10
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-16/+1
* ALSA: control: Hardening for potential Spectre v1Takashi Iwai2018-04-251-2/+5
* ALSA: hda - Fix yet remaining issue with vmaster 0dB initializationTakashi Iwai2017-11-221-1/+3
* ALSA: hda - Fix incorrect TLV callback check introduced during set_fs() removalTakashi Iwai2017-10-181-0/+3
* sched/headers: Prepare to remove spurious <linux/sched.h> inclusion dependenciesIngo Molnar2017-03-021-0/+1
* ALSA: hda - Update to use the new jack kctls methodJie Yang2015-04-271-1/+1
* ALSA: Jack: handle jack embedded kcontrol creating within ctljackJie Yang2015-04-271-1/+1
* ALSA: Fix spelling typo in Documentation/DocBook/alsa-driver-api.xmlMasanari Iida2015-03-041-1/+1
* ALSA: control: Provide a helper to look for the preferred subdeviceTakashi Iwai2015-02-021-2/+9
* ALSA: control: Define SNDRV_CTL_TLV_OP_* constantsTakashi Iwai2014-07-151-1/+6
* ALSA: vmaster: Add snd_ctl_sync_vmaster() helper functionTakashi Iwai2013-06-241-1/+2
* ALSA: add/change some comments describing function return valuesYacine Belkadi2013-03-121-1/+4
* Merge branch 'topic/asoc' into for-linusTakashi Iwai2012-03-181-1/+1
|\
| * ALSA: core: Constify the name in new kcontrolsMark Brown2012-02-171-1/+1
* | ALSA: Add a hook capability to vmaster controlsTakashi Iwai2012-03-121-0/+5
|/
* ALSA: Introduce common helper functions for jack-detection controlTakashi Iwai2011-11-161-0/+8
* Merge branch 'topic/misc' into for-linusTakashi Iwai2011-05-221-0/+1
|\
| * ALSA: Add snd_ctl_replace() to dynamically replace a controlDimitris Papastamos2011-03-221-0/+1
* | Fix common misspellingsLucas De Marchi2011-03-311-1/+1
|/
* ALSA: Add snd_ctl_activate_id()Takashi Iwai2011-03-111-0/+2
* ALSA: core, oxygen, virtuoso: add an enum control info helperClemens Ladisch2011-01-101-1/+3
* control: use reference-counted pidClemens Ladisch2009-11-061-1/+3
* control: remove snd_konctrol_volatile::owner_pid fieldClemens Ladisch2009-11-061-1/+0
* ALSA: Add kernel-doc comments to vmaster stuffTakashi Iwai2009-03-091-0/+32
* ALSA: add snd_ctl_add_slave_uncached()Takashi Iwai2009-03-091-2/+18
* ALSA: make snd_ctl_elem_read() and snd_ctl_elem_write() staticTakashi Iwai2008-06-131-3/+0
* [ALSA] Move vmaster code to sound coreTakashi Iwai2008-04-241-0/+7
* [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela2007-10-161-1/+1
* [ALSA] Add helper functions for frequently used callbacksTakashi Iwai2007-10-161-0/+8
* [ALSA] Add even more 'const' to everything related to TLVTakashi Iwai2007-02-091-2/+2
* [ALSA] make sound/core/control.c:snd_ctl_new() staticAdrian Bunk2007-02-091-1/+0
* [ALSA] Remove unused tlv_rw field from struct snd_kcontrolTakashi Iwai2006-09-231-1/+0
* [ALSA] Control API - more robust TLV implementationJaroslav Kysela2006-09-231-2/+14
* [ALSA] Control API - TLV implementation for additional information like dB scaleJaroslav Kysela2006-09-231-0/+2
* [ALSA] Remove xxx_t typedefs: ControlsTakashi Iwai2006-01-031-52/+42