summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-244-0/+4
|\
| * device.h: cleanup users outside of linux/include (C files)Paul Gortmaker2012-03-114-0/+4
* | Merge branch 'topic/jack' into for-linusTakashi Iwai2012-03-181-2/+2
|\ \
| * | ALSA: Use a define for the number of jack switch typesMark Brown2012-02-271-2/+2
* | | Merge branch 'topic/asoc' into for-linusTakashi Iwai2012-03-181-30/+69
|\ \ \
| * | | ALSA: PCM - Add PCM creation API for internal PCMs.Liam Girdwood2012-02-091-30/+69
| |/ /
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2012-01-271-5/+8
| |\ \ | | |/ | |/|
* | | Merge branch 'topic/misc' into for-linusTakashi Iwai2012-03-185-77/+114
|\ \ \
| * | | ALSA: pcm - Avoid GFP_ATOMIC in snd_pcm_link()Takashi Iwai2012-03-151-5/+10
| * | | ALSA: pcm: Constify the list in snd_pcm_hw_constraint_listMark Brown2012-03-151-1/+2
| * | | ALSA: control - Fixe a trailing white space errorJeffrin Jose2012-03-131-1/+1
| * | | ALSA: core - Refactor card id string creation codeTakashi Iwai2012-03-091-69/+100
| * | | ALSA: Fixed a trailing white space errorJeffrin Jose2012-02-201-1/+1
| |/ /
* | | ALSA: Add a hook capability to vmaster controlsTakashi Iwai2012-03-121-1/+45
* | | Merge branch 'fix/asoc' into for-linusTakashi Iwai2012-01-311-1/+0
|\| | | |/ |/|
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2012-01-171-10/+3
| |\
| * \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2012-01-127-2/+842
| |\ \
| * | | drop "select GCD" from three Kconfig filesPaul Bolle2011-11-131-1/+0
* | | | ALSA: Fix memory leak on error in snd_compr_set_params()Jesper Juhl2012-01-241-5/+8
| |_|/ |/| |
* | | ALSA: Don't prompt for CONFIG_SND_COMPRESS_OFFLOADTakashi Iwai2012-01-131-10/+3
| |/ |/|
* | Merge branch 'topic/hda' into for-linusTakashi Iwai2012-01-123-0/+60
|\ \
| * | ALSA: hda - Add missing inclusion of linux/export.hTakashi Iwai2011-11-161-0/+1
| * | ALSA: Introduce common helper functions for jack-detection controlTakashi Iwai2011-11-163-0/+59
| |/
* | ALSA: core: add makefile and kconfig file for compressVinod Koul2011-12-232-0/+14
* | ALSA: core: add support for compress_offloadVinod Koul2011-12-231-0/+765
* | ALSA: core: add support for compressed devicesOmair Mohammed Abdullah2011-12-231-0/+1
* | ALSA: module_param: make bool parameters really boolRusty Russell2011-12-192-2/+2
|/
* ALSA: vmaster - Free slave-links when freeing the master elementTakashi Iwai2011-11-101-4/+14
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-0638-8/+39
|\
| * sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where neededPaul Gortmaker2011-10-3116-0/+16
| * sound: Add module.h to the previously silent sound usersPaul Gortmaker2011-10-3114-0/+14
| * sound: add moduleparam.h to users of module_param/MODULE_PARM_DESCPaul Gortmaker2011-10-311-0/+1
| * sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker2011-10-318-8/+8
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2011-11-061-2/+2
|\ \
| * | ALSA: control: remove compilation warning on 32-bitOlof Johansson2011-11-061-2/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2011-11-041-1/+8
|\| | | |/ |/|
| * ALSA: hwdep: silence integer overflow warningDan Carpenter2011-10-311-1/+8
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2011-10-286-19/+117
|\|
| * Merge branch 'topic/misc' into for-linusTakashi Iwai2011-10-265-16/+112
| |\
| | * ALSA: pcm - remove the dead code from snd_pcm_open_file()Feng Tang2011-10-101-9/+3
| | * ALSA: control: add support for ENUMERATED user space controlsClemens Ladisch2011-10-092-4/+80
| | * ALSA: oss-mixer - use strlcpy() instead strcpy()Dan Carpenter2011-10-041-1/+1
| | * ALSA: pcm: add snd_pcm_hw_rule_noresample()Clemens Ladisch2011-09-201-0/+26
| | * Merge branch 'fix/misc' into topic/miscTakashi Iwai2011-09-161-9/+24
| | |\
| | * | ALSA: core: release the constraint check for replace opsLu Guanqun2011-08-241-1/+1
| | * | ALSA: core: trivial code style fixLu Guanqun2011-08-241-1/+1
| * | | ALSA: jack - Add "Line In" input jack constantsDavid Henningsson2011-10-051-0/+1
| * | | ALSA: pcm - Export snd_pcm_lib_default_mmap() helperTakashi Iwai2011-09-281-3/+4
| | |/ | |/|
* | | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-10-251-1/+1
|\ \ \
| * \ \ Merge branch 'pm-qos' into pm-for-linusRafael J. Wysocki2011-10-071-1/+1
| |\ \ \ | | |/ / | |/| |