aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core
AgeCommit message (Expand)AuthorFilesLines
2006-03-06[PATCH] alsa: fix error paths in snd_ctl_elem_add()Takashi Iwai1-4/+2
2006-02-20[PATCH] Fix snd-usb-audio in 32-bit compat environmentJuergen Kreileder1-5/+11
2006-01-22[ALSA] Remove BKL from sound/core/info.cIngo Molnar1-22/+11
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen2-6/+0
2006-01-04[ALSA] Revert the nested-device patchTakashi Iwai2-10/+3
2006-01-03[ALSA] seq: reorganize sequencer client numbersClemens Ladisch2-28/+33
2006-01-03[ALSA] seq: set client name in snd_seq_create_kernel_client()Clemens Ladisch6-69/+23
2006-01-03[ALSA] seq: remove struct snd_seq_client_callbackClemens Ladisch7-37/+8
2006-01-03[ALSA] seq: remove superfluous fieldsClemens Ladisch2-6/+0
2006-01-03[ALSA] pcm - Fix wrong assertsTakashi Iwai1-4/+3
2006-01-03[ALSA] Nest sound devicesClemens Ladisch2-3/+10
2006-01-03[ALSA] pcm - Make the support of old API selectableTakashi Iwai2-0/+14
2006-01-03[ALSA] Optimize for config without PROC_FS (seq and oss parts)Takashi Iwai13-21/+50
2006-01-03[ALSA] Optimize for config without PROC_FSTakashi Iwai8-120/+184
2006-01-03[ALSA] sound/: possible cleanupsAdrian Bunk1-3/+2
2006-01-03[ALSA] Fix a missing includeTakashi Iwai1-0/+1
2006-01-03[ALSA] rawmidi: adjust runtime->avail when changing output buffer sizeClemens Ladisch1-0/+1
2006-01-03[ALSA] dynamic minors (6/6): increase maximum number of sound cardsClemens Ladisch5-20/+43
2006-01-03[ALSA] dynamic minors (5/6): reduce maximum number of MIDI devices per cardClemens Ladisch1-3/+3
2006-01-03[ALSA] dynamic minors (4/6): dynamic minor number allocationClemens Ladisch2-19/+57
2006-01-03[ALSA] dynamic minors (3/6): store device-specific object pointers dynamicallyClemens Ladisch13-191/+266
2006-01-03[ALSA] dynamic minors (2/6): simplify storage of snd_minor structuresClemens Ladisch2-88/+48
2006-01-03[ALSA] dynamic minors (1/6): store device type in struct snd_minorClemens Ladisch12-109/+102
2006-01-03[ALSA] rawmidi: protect against invalid device number in snd_rawmidi_info_sel...Clemens Ladisch1-0/+2
2006-01-03[ALSA] Fix possible races in timer callbacksTakashi Iwai1-2/+3
2006-01-03[ALSA] Add error messagesTakashi Iwai6-16/+42
2006-01-03[ALSA] pcm - NULL check in snd_pcm_suspend*()Takashi Iwai1-0/+6
2006-01-03[ALSA] Decentralize PM controlTakashi Iwai4-272/+3
2006-01-03[ALSA] Remove xxx_t typedefs: Sequencer OSS-emulationTakashi Iwai17-347/+340
2006-01-03[ALSA] Remove xxx_t typedefs: Instrument layerTakashi Iwai4-149/+149
2006-01-03[ALSA] Remove xxx_t typedefs: SequencerTakashi Iwai26-916/+1069
2006-01-03[ALSA] Remove xxx_t typedefs: PCM OSS-emulationTakashi Iwai9-511/+524
2006-01-03[ALSA] Remove xxx_t typedefs: Mixer OSS-emulationTakashi Iwai1-120/+120
2006-01-03[ALSA] Remove xxx_t typedefs: OSS-emulationTakashi Iwai2-19/+22
2006-01-03[ALSA] Remove xxx_t typedefs: PCMTakashi Iwai7-645/+699
2006-01-03[ALSA] Remove xxx_t typedefs: Proc handlerTakashi Iwai1-55/+55
2006-01-03[ALSA] Remove xxx_t typedefs: HwdepTakashi Iwai2-48/+57
2006-01-03[ALSA] Remove xxx_t typedefs: Raw MIDITakashi Iwai2-145/+157
2006-01-03[ALSA] Remove xxx_t typedefs: TimerTakashi Iwai3-196/+194
2006-01-03[ALSA] Remove xxx_t typedefs: ControlsTakashi Iwai2-161/+186
2006-01-03[ALSA] Remove xxx_t typedefs: Core componentTakashi Iwai3-77/+83
2006-01-03[ALSA] Use standard bitmap functionsTakashi Iwai5-113/+53
2005-11-22[PATCH] unpaged: fix sound Bad page statesHugh Dickins1-0/+2
2005-11-09[DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King2-12/+13
2005-11-07[ALSA] Cleanup - remove sound/core/wrappers.cJaroslav Kysela1-40/+0
2005-11-04[ALSA] Fix a typo in the last fixTakashi Iwai1-1/+1
2005-11-04[ALSA] fix improper CONFIG_SND_MAJOR usageClemens Ladisch3-16/+7
2005-11-04[ALSA] clean up device types symbolsClemens Ladisch1-2/+2
2005-11-04[ALSA] Fix schedule_timeout usageNishanth Aravamudan3-12/+6
2005-11-04[ALSA] Add missing KERN_* prefixTakashi Iwai2-4/+8
2005-11-04[ALSA] seq-timer: restrict timer frequenciesClemens Ladisch1-3/+17
2005-11-04[ALSA] timer: formatting changesClemens Ladisch1-112/+167
2005-11-04[ALSA] timer: remove list_entry() type castsClemens Ladisch1-21/+22
2005-11-04[ALSA] timers: add module refcounting for global timersClemens Ladisch2-4/+7
2005-11-04[ALSA] timer: fix timer instance memory allocation checksClemens Ladisch1-18/+24
2005-11-04[ALSA] Remove kmalloc wrappersTakashi Iwai6-186/+4
2005-11-04[ALSA] Remove vmalloc wrapper, kfree_nocheck()Takashi Iwai4-67/+10
2005-11-04[ALSA] Make snd_task_name() module localTakashi Iwai3-12/+11
2005-11-04[ALSA] Use getnstimeofday()Takashi Iwai3-14/+8
2005-11-04[ALSA] Remove snd_runtime_check() macroTakashi Iwai8-36/+60
2005-11-04[ALSA] sequencer: remove superfluous function parameterClemens Ladisch1-5/+4
2005-11-04[ALSA] rtctimer: optimize module parameter validationClemens Ladisch1-8/+3
2005-11-04[ALSA] rtctimer: remove superfluous rtc_inc variableClemens Ladisch1-8/+1
2005-10-31Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds1-0/+2
2005-10-29[PATCH] core remove PageReservedNick Piggin1-6/+3
2005-10-29Create platform_device.h to contain all the platform device details.Russell King1-0/+2
2005-10-28Merge ../bleed-2.6Greg KH4-7/+9
2005-10-28[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King1-10/+4
2005-10-28[PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman1-1/+1
2005-10-28[PATCH] gfp_t: soundAl Viro4-7/+9
2005-10-24[PATCH] ALSA: Fix Oops of suspend/resume with generic driversTakashi Iwai1-2/+4
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro4-8/+8
2005-09-12[ALSA] Replace with kzalloc() - seq stuffTakashi Iwai22-32/+32
2005-09-12[ALSA] Replace with kzalloc() - core stuffTakashi Iwai14-46/+46
2005-09-12[ALSA] pcm-oss - Add bugg-yptr optionTakashi Iwai1-1/+7
2005-09-12[ALSA] pci_find_device removeJiri Slaby1-1/+2
2005-09-12[ALSA] Fix DocBook warningsTakashi Iwai4-6/+124
2005-09-12[ALSA] rtctimer: add option to make RTC timer the default sequencer timerClemens Ladisch2-1/+19
2005-09-12[ALSA] Introduce snd_card_set_generic_dev()Takashi Iwai3-86/+116
2005-09-12[ALSA] sparse address space annotationsClemens Ladisch4-8/+18
2005-09-07[PATCH] ALSA: convert kcalloc to kzallocPekka Enberg1-4/+10
2005-08-30[PATCH] Assign device pointer to OSS devicesTakashi Iwai1-2/+5
2005-08-30[ALSA] pcm - Fix zero-division in 32bit compat layerTakashi Iwai1-3/+8
2005-08-30[ALSA] Fix compilation without CONFIG_PROC_FSTakashi Iwai1-2/+1
2005-08-30[ALSA] ALSA timer - fixed compilationJaroslav Kysela1-2/+2
2005-08-30[ALSA] Timer API - added SUSPEND/RESUME eventsJaroslav Kysela2-5/+11
2005-08-30[ALSA] Fix PCM 32bit compat layerTakashi Iwai1-14/+28
2005-08-30[ALSA] make local objects staticClemens Ladisch3-5/+5
2005-08-30[ALSA] ALSA's struct _snd_pcm_substream: Obsolete open_flagKarsten Wiese3-16/+21
2005-08-30[ALSA] adds __init and in snd_memory_init()Henrik Kretzschmar1-1/+1
2005-08-23[PATCH] Kconfig fix (ISA_DMA_API and sound/*)Al Viro2-2/+2
2005-07-28[ALSA] sound/core Fix the sparse warning 'implicit cast to nocast type'Victor Fusco5-10/+14
2005-07-28[ALSA] seq-midi - silently ignore non-MIDI eventsClemens Ladisch1-10/+6
2005-07-28[ALSA] typo-fix and snd_assert()-expression-splitHenrik Kretzschmar1-2/+3
2005-07-28[ALSA] Fix dependency of GUS driverTakashi Iwai1-1/+1
2005-07-28[ALSA] Fix two typos and changes on snd_assert()Henrik Kretzschmar1-6/+9
2005-07-27[PATCH] clean up inline static vs static inlineJesper Juhl3-6/+6
2005-06-23[PATCH] create a kstrdup library functionPaulo Marques7-33/+25
2005-06-22[ALSA] Add const prefixTakashi Iwai1-1/+1
2005-06-22[ALSA] OSS PCM emulation - The 2nd final fix for SNDCTL_DSP_GETOPTR problemJaroslav Kysela1-4/+4
2005-06-22[ALSA] OSS PCM emulation - The final fix for SNDCTL_DSP_GETOPTR problemJaroslav Kysela1-2/+5
2005-06-22[ALSA] Fix races between PCM drain and other opsTakashi Iwai1-34/+36
2005-06-22[ALSA] Add write support to snd-page-alloc proc fileTakashi Iwai1-92/+109
2005-06-22[ALSA] Remove redundant NULL checks before kfreeJesper Juhl3-28/+13
2005-06-21Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitJaroslav Kysela1-3/+3
2005-06-20[PATCH] class: convert sound/* to use the new class api instead of class_simplegregkh@suse.de1-3/+3
2005-05-29[ALSA] Fix compilation on 32bit archTakashi Iwai1-1/+10
2005-05-29[ALSA] alsa-oss - 2nd - improved readabilityJaroslav Kysela1-2/+2
2005-05-29[ALSA] alsa-oss - improve readability of snd_pcm_oss_bytes() functionJaroslav Kysela1-3/+3
2005-05-29[ALSA] Reverted last patch for SNDCTL_DSP_GETOPTR fix & possible overflow fixJaroslav Kysela1-4/+3
2005-05-29[ALSA] pcm_oss - fix SNDCTL_DSP_GETOPTR not working correctlyRoger Mach1-2/+3
2005-05-29[ALSA] Make docproc happyTakashi Iwai1-3/+3
2005-05-29[ALSA] sound/core/: possible cleanupsAdrian Bunk11-43/+42
2005-05-29[ALSA] Export missing snd_pcm_format_*()Takashi Iwai2-16/+1
2005-05-29[ALSA] fixed PAUSE ioctl for user space interfaceJaroslav Kysela1-1/+1
2005-05-29[ALSA] Change some timer ioctls due to conflictionTakashi Iwai2-0/+15
2005-05-29[ALSA] Add missing PAUSE ioctlTakashi Iwai2-0/+13
2005-05-29[ALSA] Suppress debug messageTakashi Iwai1-1/+1
2005-05-29[ALSA] Fix capture on OSS emulationTakashi Iwai1-1/+2
2005-05-29[ALSA] Fix permissions in some /proc filesTakashi Iwai2-0/+2
2005-05-29[ALSA] virmidi - fix ioctl parameter passing when setting client nameClemens Ladisch1-1/+1
2005-05-29[ALSA] virmidi - fix ioctl parameter passing when creating seq portClemens Ladisch1-1/+1
2005-05-29[ALSA] timer - added tread semaphoreJaroslav Kysela1-20/+37
2005-05-29[ALSA] Fix memory leakTakashi Iwai1-0/+2
2005-05-29[ALSA] kill dead codeAdrian Bunk1-4/+1
2005-04-16[PATCH] fix pm_message_t vs. u32 in alsaPavel Machek1-2/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds95-0/+43314