aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core
AgeCommit message (Expand)AuthorFilesLines
2012-03-30Documentation: remove references to /etc/modprobe.confLucas De Marchi1-1/+1
2012-03-24Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds4-0/+4
2012-03-18Merge branch 'topic/jack' into for-linusTakashi Iwai1-2/+2
2012-03-18Merge branch 'topic/asoc' into for-linusTakashi Iwai1-30/+69
2012-03-18Merge branch 'topic/misc' into for-linusTakashi Iwai5-77/+114
2012-03-15ALSA: pcm - Avoid GFP_ATOMIC in snd_pcm_link()Takashi Iwai1-5/+10
2012-03-15ALSA: pcm: Constify the list in snd_pcm_hw_constraint_listMark Brown1-1/+2
2012-03-13ALSA: control - Fixe a trailing white space errorJeffrin Jose1-1/+1
2012-03-12ALSA: Add a hook capability to vmaster controlsTakashi Iwai1-1/+45
2012-03-11device.h: cleanup users outside of linux/include (C files)Paul Gortmaker4-0/+4
2012-03-09ALSA: core - Refactor card id string creation codeTakashi Iwai1-69/+100
2012-02-27ALSA: Use a define for the number of jack switch typesMark Brown1-2/+2
2012-02-20ALSA: Fixed a trailing white space errorJeffrin Jose1-1/+1
2012-02-09ALSA: PCM - Add PCM creation API for internal PCMs.Liam Girdwood1-30/+69
2012-01-31Merge branch 'fix/asoc' into for-linusTakashi Iwai1-1/+0
2012-01-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds1-5/+8
2012-01-24ALSA: Fix memory leak on error in snd_compr_set_params()Jesper Juhl1-5/+8
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds1-10/+3
2012-01-13ALSA: Don't prompt for CONFIG_SND_COMPRESS_OFFLOADTakashi Iwai1-10/+3
2012-01-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds7-2/+842
2012-01-12Merge branch 'topic/hda' into for-linusTakashi Iwai3-0/+60
2011-12-23ALSA: core: add makefile and kconfig file for compressVinod Koul2-0/+14
2011-12-23ALSA: core: add support for compress_offloadVinod Koul1-0/+765
2011-12-23ALSA: core: add support for compressed devicesOmair Mohammed Abdullah1-0/+1
2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell2-2/+2
2011-11-16ALSA: hda - Add missing inclusion of linux/export.hTakashi Iwai1-0/+1
2011-11-16ALSA: Introduce common helper functions for jack-detection controlTakashi Iwai3-0/+59
2011-11-13drop "select GCD" from three Kconfig filesPaul Bolle1-1/+0
2011-11-10ALSA: vmaster - Free slave-links when freeing the master elementTakashi Iwai1-4/+14
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds38-8/+39
2011-11-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds1-2/+2
2011-11-06ALSA: control: remove compilation warning on 32-bitOlof Johansson1-2/+2
2011-11-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds1-1/+8
2011-10-31sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where neededPaul Gortmaker16-0/+16
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker14-0/+14
2011-10-31sound: add moduleparam.h to users of module_param/MODULE_PARM_DESCPaul Gortmaker1-0/+1
2011-10-31sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker8-8/+8
2011-10-31ALSA: hwdep: silence integer overflow warningDan Carpenter1-1/+8
2011-10-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds6-19/+117
2011-10-26Merge branch 'topic/misc' into for-linusTakashi Iwai5-16/+112
2011-10-25Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2011-10-10ALSA: pcm - remove the dead code from snd_pcm_open_file()Feng Tang1-9/+3
2011-10-09ALSA: control: add support for ENUMERATED user space controlsClemens Ladisch2-4/+80
2011-10-07Merge branch 'pm-qos' into pm-for-linusRafael J. Wysocki1-1/+1
2011-10-05ALSA: jack - Add "Line In" input jack constantsDavid Henningsson1-0/+1
2011-10-04ALSA: oss-mixer - use strlcpy() instead strcpy()Dan Carpenter1-1/+1
2011-09-28ALSA: pcm - Export snd_pcm_lib_default_mmap() helperTakashi Iwai1-3/+4
2011-09-27treewide: Correct spelling of successfully in commentsJoe Perches1-2/+2
2011-09-20ALSA: pcm: add snd_pcm_hw_rule_noresample()Clemens Ladisch1-0/+26
2011-09-16Merge branch 'fix/misc' into topic/miscTakashi Iwai1-9/+24
2011-09-15ALSA: pcm - fix race condition in wait_for_avail()Arjan van de Ven1-9/+24
2011-08-25PM QoS: Move and rename the implementation filesJean Pihet1-1/+1
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-08-08Merge branch 'fix/kconfig' into for-linusTakashi Iwai1-1/+1
2011-08-08ALSA: timer - Add NULL-check for invalid slave timerTakashi Iwai1-0/+3
2011-08-08ALSA: timer - Fix Oops at closing slave timerTakashi Iwai1-0/+2
2011-08-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2-2/+2
2011-07-30ALSA: rtctimer.c needs module.hRandy Dunlap1-1/+1
2011-07-28ALSA: sound/core/pcm_compat.c: adjust array indexJulia Lawall1-1/+1
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds1-5/+8
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2011-07-24get rid of create_proc_entry() abuses - proc_mkdir() is there for purposeAl Viro1-1/+1
2011-07-24ALSA: Make snd_pcm_debug_name usable outside pcm_libEliot Blennerhassett1-5/+8
2011-07-12ALSA: Use krealloc() in possible placesTakashi Iwai1-4/+4
2011-06-14ALSA: rawmidi - Use workq for event handlingTakashi Iwai1-26/+11
2011-06-10ALSA: Use %pV for snd_printk()Takashi Iwai1-23/+17
2011-05-26ALSA: core: remove unused variables.Luca Tettamanti5-18/+1
2011-05-26ALSA: PCM - Don't check DMA time-out too shortlyTakashi Iwai2-6/+24
2011-05-22Merge branch 'topic/misc' into for-linusTakashi Iwai3-6/+74
2011-05-19ALSA: sound, core, pcm_lib: fix xrun_logBen Gardiner1-1/+1
2011-05-18ALSA: sound, core, pcm_lib: xrun_log: log also in_interruptBen Gardiner1-4/+8
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds4-6/+6
2011-04-04ALSA: core - Don't use "default' for defaultTakashi Iwai1-1/+1
2011-04-04Merge branch 'fix/misc' into topic/miscTakashi Iwai1-1/+3
2011-04-01ALSA: pcm: fix infinite loop in snd_pcm_update_hw_ptr0()Kelly Anderson1-1/+3
2011-03-31Fix common misspellingsLucas De Marchi4-6/+6
2011-03-28Merge branch 'fix/misc' into topic/miscTakashi Iwai2-9/+4
2011-03-25ALSA: Fix yet another race in disconnectionTakashi Iwai1-0/+4
2011-03-25ALSA: vmalloc buffers should use normal mmapBenjamin Herrenschmidt1-9/+0
2011-03-22ALSA: Add snd_ctl_replace() to dynamically replace a controlDimitris Papastamos1-0/+64
2011-03-18Merge branch 'topic/misc' into for-linusTakashi Iwai19-110/+125
2011-03-16Merge branch 'topic/asoc' into for-linusTakashi Iwai1-0/+46
2011-03-16ALSA: sound/core: merge list_del()/list_add_tail() to list_move_tail()Nicolas Kaiser1-5/+3
2011-03-11Merge branch 'fix/misc' into topic/miscTakashi Iwai2-3/+5
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-02-27sound:core:seq:seq_ports.c Remove one to many n's in a word.Justin P. Mattock1-1/+1
2011-02-21ALSA: fix one memory leak in sound jackLu Guanqun1-0/+1
2011-02-14ALSA: core: sparse cleanupsClemens Ladisch16-92/+111
2011-02-10ALSA: hrtimer: remove superfluous tasklet invocationClemens Ladisch1-1/+1
2011-02-10ALSA: hrtimer: handle delayed timer interruptsClemens Ladisch1-2/+3
2011-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds7-9/+77
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2-2/+2
2011-01-13Merge branch 'topic/misc' into for-linusTakashi Iwai7-9/+77
2011-01-10ALSA: core, oxygen, virtuoso: add an enum control info helperClemens Ladisch1-1/+27
2011-01-10ALSA: Don't leak in sound/core/oss/pcm_oss.c::snd_pcm_hw_param_near()Jesper Juhl1-1/+3
2010-12-22Merge branch 'master' into for-nextJiri Kosina5-12/+12
2010-12-21ALSA: pcm: remember to always call va_end() on stuff that we va_start()Jesper Juhl1-3/+7
2010-12-13Merge branch 'topic/workq-update' into topic/miscTakashi Iwai4-11/+11
2010-11-30ALSA: Fix SNDCTL_DSP_RESET ioctl for OSS emulationTakashi Iwai1-8/+11
2010-11-24ALSA: support module on-demand loading for seq and timerKay Sievers3-5/+20
2010-11-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds1-1/+1
2010-11-22ALSA: timer: automatically load the high-resolution timerClemens Ladisch1-2/+2
2010-11-22ALSA: pcm: optimize xrun detection in no-period-wakeup modeClemens Ladisch1-0/+2
2010-11-22ALSA: pcm: detect xruns in no-period-wakeup modeClemens Ladisch1-2/+16
2010-11-22ALSA: pcm: support for period wakeup disablingClemens Ladisch2-0/+9
2010-11-22ALSA: sound/core/pcm_lib.c: Remove unnecessary semicolonsJoe Perches1-1/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann3-3/+0
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König2-2/+2
2010-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds5-25/+39
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-8/+3
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2-1/+3
2010-10-22driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devicesKay Sievers1-8/+3
2010-10-17Merge branch 'fix/misc' into topic/miscTakashi Iwai1-1/+3
2010-10-17ALSA: rawmidi: fix oops (use after free) when unloading a driver moduleClemens Ladisch1-1/+3
2010-10-15llseek: automatically add .llseek fopArnd Bergmann2-1/+3
2010-10-11Merge remote branch 'alsa/devel' into topic/miscTakashi Iwai1-4/+8
2010-10-11Merge branch 'fix/misc' into topic/miscTakashi Iwai3-9/+31
2010-10-11ALSA: OSS mixer emulation - fix lockingJaroslav Kysela1-4/+8
2010-09-28ALSA: prevent heap corruption in snd_ctl_new()Dan Rosenberg1-0/+5
2010-09-16ALSA: pcm - Fix race with proc filesTakashi Iwai1-9/+24
2010-09-16ALSA: pcm - Fix unbalanced pm_qos_requestTakashi Iwai1-0/+2
2010-09-16ALSA: core: Allow card id change to the same stringPeter Ujfalusi1-2/+7
2010-09-14sound: Use static const char * const where possibleJoe Perches1-1/+1
2010-09-09Merge branch 'fix/misc' into topic/miscTakashi Iwai2-5/+6
2010-09-09ALSA: rawmidi: fix the get next midi device ioctlDan Carpenter1-0/+2
2010-09-08ALSA: seq/oss - Fix double-free at error path of snd_seq_oss_open()Takashi Iwai1-5/+4
2010-09-07sound: Remove unnecessary casts of private_dataJoe Perches2-13/+12
2010-09-03Merge branch 'fix/misc' into topic/miscTakashi Iwai1-0/+6
2010-08-28ALSA: pcm: add more format namesDan Carpenter1-0/+6
2010-08-19ALSA: pcm midlevel code - add time check for double interrupt acknowledgeJaroslav Kysela2-5/+11
2010-08-18ALSA: pcm midlevel code - add time check for double interrupt acknowledgeJaroslav Kysela2-5/+11
2010-08-18ALSA: emu10k1 - delay the PCM interrupts (add pcm_irq_delay parameter)Jaroslav Kysela1-0/+4
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2-8/+33
2010-07-19Merge branch 'devel' of git.alsa-project.org:alsa-kernel into topic/miscTakashi Iwai1-0/+2
2010-07-19ALSA: pcm core - add a safe check to the silence filling functionJaroslav Kysela1-0/+2
2010-07-19pm_qos: Get rid of the allocation in pm_qos_add_request()James Bottomley1-8/+5
2010-07-05Merge branch 'devel' of git://git.alsa-project.org/alsa-kernel into topic/miscTakashi Iwai1-8/+15
2010-06-28ALSA: pcm_lib: avoid timing jitter in snd_pcm_read/write()David Dillow1-8/+15
2010-05-31ALSA: pcm: Define G723 3-bit and 5-bit formatsBen Collins1-0/+16
2010-05-25ALSA: pcm: fix delta calculation at boundary wraparoundClemens Ladisch1-1/+3
2010-05-21ALSA: pcm: fix the fix of the runtime->boundary calculationClemens Ladisch2-38/+10
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds10-89/+210
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2-9/+8
2010-05-20Merge branch 'topic/jack' into for-linusTakashi Iwai1-6/+65
2010-05-20Merge branch 'topic/nomm' into for-linusTakashi Iwai1-8/+22
2010-05-20Merge branch 'topic/core-cleanup' into for-linusTakashi Iwai9-75/+123
2010-05-12ALSA: pcm - Use pgprot_noncached() for MIPS non-coherent archsTakashi Iwai1-0/+7
2010-05-10PM QOS updateMark Gross2-9/+8
2010-05-05ALSA: take tu->qlock with irqs disabledDan Carpenter1-2/+3
2010-04-13ALSA: core - Define llseek fopsTakashi Iwai7-2/+40
2010-04-13ALSA: info - Implement common llseek for binary modeTakashi Iwai1-26/+30
2010-04-13ALSA: info - Check file position validity in common layerTakashi Iwai1-3/+11
2010-04-13Merge branch 'topic/bkl' into topic/core-cleanupTakashi Iwai3-44/+42
2010-04-09ALSA: Remove BKL from open multiplexerTakashi Iwai1-35/+38
2010-04-07ALSA: info - Remove BKLTakashi Iwai1-2/+2
2010-04-07ALSA: pcm - Remove BKL from async callbackTakashi Iwai1-7/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo16-1/+15
2010-03-26ALSA: pcm_lib - fix xrun functionalityJarkko Nikula1-2/+4
2010-03-17ALSA: Add support for key reporting via the jack interfaceMark Brown1-1/+59
2010-03-17ALSA: Rename jack switch table in preparation for button supportMark Brown1-5/+6
2010-03-10ALSA: provide a more useful get_unmapped_area handler for pcmDaniel Glöckner1-8/+22
2010-03-03ALSA: timer - pass real event in snd_timer_notify1() to instance callbackJaroslav Kysela1-1/+1
2010-02-17Merge branch 'fix/misc' into topic/miscTakashi Iwai3-7/+7
2010-02-17Merge remote branch 'alsa/fixes' into fix/miscTakashi Iwai1-4/+4
2010-02-16ALSA: pcm core - fix fifo_size channels interval checkJaroslav Kysela1-4/+4
2010-02-02ALSA: trivial: sound seq ioctl dbg: print hexadecimal value padded with 0sThadeu Lima de Souza Cascardo1-1/+1
2010-02-01Merge remote branch 'alsa/devel' into topic/miscTakashi Iwai2-6/+40
2010-02-01sound: control: fix minimum TLV lengthClemens Ladisch1-1/+1
2010-02-01sound: control: actually allow TLV command accessClemens Ladisch1-2/+3
2010-01-27ALSA: pcm_native - fix runtime->boundary calculationJaroslav Kysela1-3/+36
2010-01-26Merge remote branch 'alsa/devel' into topic/miscTakashi Iwai3-4/+8
2010-01-26ALSA: pcm_lib - return back hw_ptr_interruptJaroslav Kysela3-4/+8
2010-01-21Merge branch 'topic/noncached-mmap' into topic/miscTakashi Iwai1-2/+9
2010-01-21Merge remote branch 'alsa/devel' into topic/miscTakashi Iwai3-10/+14
2010-01-21ALSA: pcm_core: Fix wake_up() optimizationJaroslav Kysela3-10/+14
2010-01-18Merge remote branch 'alsa/devel' into topic/miscTakashi Iwai1-14/+13
2010-01-18sound: seq_timer: simplify snd_seq_timer_set_tick_resolution() parametersClemens Ladisch1-14/+13
2010-01-18ALSA: pcm - Call pgprot_noncached() for vmalloc'ed buffersTakashi Iwai1-0/+9
2010-01-18ALSA: pcm - Remove unneeded ifdef pgprot_noncachedTakashi Iwai1-2/+0
2010-01-18ALSA: Remove warning message for invalid OSS minor rangesTakashi Iwai1-1/+1
2010-01-14ALSA: use subsys_initcall for sound core instead of module_initThadeu Lima de Souza Cascardo1-2/+2
2010-01-14ALSA: Add snd_pci_quirk_lookup_id()Takashi Iwai1-5/+27
2010-01-13Merge branch 'devel' of git.alsa-project.org:alsa-kernel into topic/miscTakashi Iwai1-3/+5
2010-01-13ALSA: pcm_lib - fix wrong delta print for jiffies checkJaroslav Kysela1-3/+5
2010-01-12Merge commit alsa/devel into topic/miscTakashi Iwai4-209/+253
2010-01-08Merge branch 'topic/hda' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Jaroslav Kysela3-18/+4
2010-01-08ALSA: pcm_lib: fix "something must be really wrong" conditionJaroslav Kysela1-1/+1
2010-01-07ALSA: pcm_lib - optimize wake_up() calls for PCM I/OJaroslav Kysela2-12/+24
2010-01-07ALSA: pcm_lib - cleanup & merge hw_ptr update functionsJaroslav Kysela3-193/+120
2010-01-07ALSA: pcm_lib - add possibility to log last 10 DMA ring buffer positionsJaroslav Kysela2-23/+121
2010-01-07ALSA: pcm_lib.c - convert second xrun_debug() parameter to use definesJaroslav Kysela1-10/+17
2009-12-25Merge branch 'fix/misc' into topic/miscTakashi Iwai3-20/+6
2009-12-25ALSA: Fix indentation in pcm_native.cGuennadi Liakhovetski1-4/+4
2009-12-22ALSA: sound/core/pcm_timer.c: use lib/gcd.cFlorian Fainelli2-16/+2
2009-12-22ALSA: refine rate selection in snd_interval_ratnum()Krzysztof Helt1-3/+17
2009-12-22Merge branch 'fix/misc' into topic/miscTakashi Iwai1-2/+2