aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/vmaster.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner1-5/+1
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-2/+2
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook1-2/+2
2018-05-14ALSA: vmaster: use position offset macro of TLV dataTakashi Sakamoto1-7/+9
2018-03-08ALSA: vmaster: Zero-clear ctl before calling slave getTakashi Iwai1-1/+1
2018-03-08ALSA: vmaster: Propagate slave errorTakashi Iwai1-1/+4
2017-11-22ALSA: hda - Fix yet remaining issue with vmaster 0dB initializationTakashi Iwai1-2/+4
2017-10-18ALSA: hda - Fix incorrect TLV callback check introduced during set_fs() removalTakashi Iwai1-0/+31
2014-02-14ALSA: core: Use standard printk helpersTakashi Iwai1-1/+1
2013-07-03ALSA: vmaster: Fix the regression of missing vmaster hook callTakashi Iwai1-1/+1
2013-06-24ALSA: vmaster: Add snd_ctl_sync_vmaster() helper functionTakashi Iwai1-20/+45
2013-03-18Merge branch 'for-linus' into for-nextTakashi Iwai1-1/+4
2013-03-12ALSA: add/change some comments describing function return valuesYacine Belkadi1-2/+5
2013-03-05ALSA: vmaster: Fix slave change notificationTakashi Iwai1-1/+4
2012-04-18ALSA: fix core/vmaster.c kernel-doc warningRandy Dunlap1-0/+1
2012-03-12ALSA: Add a hook capability to vmaster controlsTakashi Iwai1-1/+45
2011-11-10ALSA: vmaster - Free slave-links when freeing the master elementTakashi Iwai1-4/+14
2011-10-31sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where neededPaul Gortmaker1-0/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-02-14ALSA: core: sparse cleanupsClemens Ladisch1-1/+1
2009-06-17ALSA: Add new TLV types for dBwith min/maxTakashi Iwai1-2/+6
2009-03-09ALSA: Add kernel-doc comments to vmaster stuffTakashi Iwai1-2/+14
2009-03-09ALSA: add snd_ctl_add_slave_uncached()Takashi Iwai1-17/+29
2008-04-24[ALSA] Keep private TLV entry in vmaster itselfTakashi Iwai1-3/+6
2008-04-24[ALSA] Move vmaster code to sound coreTakashi Iwai1-0/+368