aboutsummaryrefslogtreecommitdiff
path: root/sound/core
AgeCommit message (Expand)AuthorFilesLines
2012-01-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Gravatar Linus Torvalds 1-5/+8
2012-01-24ALSA: Fix memory leak on error in snd_compr_set_params()Gravatar Jesper Juhl 1-5/+8
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Gravatar Linus Torvalds 1-10/+3
2012-01-13ALSA: Don't prompt for CONFIG_SND_COMPRESS_OFFLOADGravatar Takashi Iwai 1-10/+3
2012-01-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Gravatar Linus Torvalds 7-2/+842
2012-01-12Merge branch 'topic/hda' into for-linusGravatar Takashi Iwai 3-0/+60
2011-12-23ALSA: core: add makefile and kconfig file for compressGravatar Vinod Koul 2-0/+14
2011-12-23ALSA: core: add support for compress_offloadGravatar Vinod Koul 1-0/+765
2011-12-23ALSA: core: add support for compressed devicesGravatar Omair Mohammed Abdullah 1-0/+1
2011-12-19ALSA: module_param: make bool parameters really boolGravatar Rusty Russell 2-2/+2
2011-11-16ALSA: hda - Add missing inclusion of linux/export.hGravatar Takashi Iwai 1-0/+1
2011-11-16ALSA: Introduce common helper functions for jack-detection controlGravatar Takashi Iwai 3-0/+59
2011-11-13drop "select GCD" from three Kconfig filesGravatar Paul Bolle 1-1/+0
2011-11-10ALSA: vmaster - Free slave-links when freeing the master elementGravatar Takashi Iwai 1-4/+14
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 38-8/+39
2011-11-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Gravatar Linus Torvalds 1-2/+2
2011-11-06ALSA: control: remove compilation warning on 32-bitGravatar Olof Johansson 1-2/+2
2011-11-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Gravatar Linus Torvalds 1-1/+8
2011-10-31sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where neededGravatar Paul Gortmaker 16-0/+16
2011-10-31sound: Add module.h to the previously silent sound usersGravatar Paul Gortmaker 14-0/+14
2011-10-31sound: add moduleparam.h to users of module_param/MODULE_PARM_DESCGravatar Paul Gortmaker 1-0/+1
2011-10-31sound: fix drivers needing module.h not moduleparam.hGravatar Paul Gortmaker 8-8/+8
2011-10-31ALSA: hwdep: silence integer overflow warningGravatar Dan Carpenter 1-1/+8
2011-10-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Gravatar Linus Torvalds 6-19/+117
2011-10-26Merge branch 'topic/misc' into for-linusGravatar Takashi Iwai 5-16/+112
2011-10-25Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-2/+2
2011-10-10ALSA: pcm - remove the dead code from snd_pcm_open_file()Gravatar Feng Tang 1-9/+3
2011-10-09ALSA: control: add support for ENUMERATED user space controlsGravatar Clemens Ladisch 2-4/+80
2011-10-07Merge branch 'pm-qos' into pm-for-linusGravatar Rafael J. Wysocki 1-1/+1
2011-10-05ALSA: jack - Add "Line In" input jack constantsGravatar David Henningsson 1-0/+1
2011-10-04ALSA: oss-mixer - use strlcpy() instead strcpy()Gravatar Dan Carpenter 1-1/+1
2011-09-28ALSA: pcm - Export snd_pcm_lib_default_mmap() helperGravatar Takashi Iwai 1-3/+4
2011-09-27treewide: Correct spelling of successfully in commentsGravatar Joe Perches 1-2/+2
2011-09-20ALSA: pcm: add snd_pcm_hw_rule_noresample()Gravatar Clemens Ladisch 1-0/+26
2011-09-16Merge branch 'fix/misc' into topic/miscGravatar Takashi Iwai 1-9/+24
2011-09-15ALSA: pcm - fix race condition in wait_for_avail()Gravatar Arjan van de Ven 1-9/+24
2011-08-25PM QoS: Move and rename the implementation filesGravatar Jean Pihet 1-1/+1
2011-08-24ALSA: core: release the constraint check for replace opsGravatar Lu Guanqun 1-1/+1
2011-08-24ALSA: core: trivial code style fixGravatar Lu Guanqun 1-1/+1
2011-08-08Merge branch 'fix/kconfig' into for-linusGravatar Takashi Iwai 1-1/+1
2011-08-08ALSA: timer - Add NULL-check for invalid slave timerGravatar Takashi Iwai 1-0/+3
2011-08-08ALSA: timer - Fix Oops at closing slave timerGravatar Takashi Iwai 1-0/+2
2011-08-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Gravatar Linus Torvalds 2-2/+2
2011-07-30ALSA: rtctimer.c needs module.hGravatar Randy Dunlap 1-1/+1
2011-07-28ALSA: sound/core/pcm_compat.c: adjust array indexGravatar Julia Lawall 1-1/+1
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Gravatar Linus Torvalds 1-5/+8
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2011-07-24get rid of create_proc_entry() abuses - proc_mkdir() is there for purposeGravatar Al Viro 1-1/+1
2011-07-24ALSA: Make snd_pcm_debug_name usable outside pcm_libGravatar Eliot Blennerhassett 1-5/+8