aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan1-29/+2
2009-03-26Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds4-13/+6
2009-03-24Merge branch 'topic/misc' into for-linusTakashi Iwai6-26/+40
2009-03-24Merge branch 'topic/pcm-cleanup' into for-linusTakashi Iwai3-60/+102
2009-03-24Merge branch 'topic/vmaster-update' into for-linusTakashi Iwai1-19/+43
2009-03-24Merge branch 'topic/rawmidi-fix' into for-linusTakashi Iwai1-184/+195
2009-03-24Merge branch 'topic/ctl-list-cleanup' into for-linusTakashi Iwai1-27/+15
2009-03-24Merge branch 'topic/quirk-cleanup' into for-linusTakashi Iwai1-4/+6
2009-03-24Merge branch 'topic/jack' into for-linusTakashi Iwai1-24/+21
2009-03-24Merge branch 'topic/hwdep-cleanup' into for-linusTakashi Iwai1-4/+5
2009-03-24Merge branch 'topic/snd_card_new-err' into for-linusTakashi Iwai1-16/+31
2009-03-20ALSA: pcm - Safer boundary checksTakashi Iwai1-4/+5
2009-03-19ALSA: pcm - Fix delta calculation at boundary overlapTakashi Iwai1-2/+7
2009-03-19ALSA: pcm - Reset invalid position even without debug optionTakashi Iwai1-3/+7
2009-03-19ALSA: pcm - avoid unnecessary inlineTakashi Iwai1-5/+6
2009-03-19ALSA: pcm - Fix a typo in error messagesTakashi Iwai1-1/+1
2009-03-18ALSA: Fix vunmap and free order in snd_free_sgbuf_pages()Takashi Iwai1-3/+4
2009-03-18ALSA: pcm_oss, fix locking typoJiri Slaby1-2/+2
2009-03-18ALSA: oss-mixer - Fixes recording gain controlViral Mehta1-0/+3
2009-03-16Rationalize fasync return valuesJonathan Corbet3-13/+4
2009-03-16Use f_lock to protect f_flagsJonathan Corbet1-0/+2
2009-03-09ALSA: rawmidi - Refactor rawmidi open/close codesTakashi Iwai1-183/+194
2009-03-09ALSA: rawmidi - Fix possible race in openTakashi Iwai1-7/+7
2009-03-09ALSA: Clean up snd_monitor_file managementTakashi Iwai1-27/+15
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
2009-03-09ALSA: Remove unneeded snd_pcm_substream.timer_lockTakashi Iwai2-7/+0
2009-03-09ALSA: Rewrite hw_ptr updatersTakashi Iwai1-45/+83
2009-02-23ALSA: fix excessive background noise introduced by OSS emulation rate shrinkSteve Chen1-1/+1
2009-02-18ALSA: jack - Use card->shortname for input nameTakashi Iwai1-1/+1
2009-02-09Merge branch 'topic/quirk-cleanup' into topic/miscTakashi Iwai1-4/+6
2009-02-09ALSA: Add subdevice_mask field to quirk entriesTakashi Iwai1-4/+6
2009-02-05ALSA: Add missing KERN_* prefix to printk in sound/coreTakashi Iwai5-25/+39
2009-02-05ALSA: snd_pcm_new api cleanupTim Blechmann1-1/+1
2009-02-05ALSA: hwdep - Make open callback optionalTakashi Iwai1-4/+5
2009-02-04ALSA: pcm_oss: AFMT_S24_LE is set twice in return valueRoel Kluin1-1/+1
2009-01-12ALSA: Introduce snd_card_create()Takashi Iwai1-16/+31
2009-01-07ALSA: Add support for video out to the jack reporting APIJani Nikula1-0/+1
2009-01-06Check fops_get() return valueLaurent Pinchart1-0/+4
2009-01-03ALSA: Reduce boilerplate for new jack typesMark Brown1-24/+20
2008-12-30Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+0
2008-12-25Merge branch 'topic/udev-id-rename' into to-pushTakashi Iwai2-1/+87
2008-12-25Merge branch 'topic/snd-hrtimer' into to-pushTakashi Iwai4-1/+181
2008-12-25Merge branch 'topic/jack-mechanical' into to-pushTakashi Iwai1-0/+6
2008-12-25Merge branch 'topic/hda' into to-pushTakashi Iwai1-1/+8
2008-12-25Merge branch 'topic/convert-tasklet' into to-pushTakashi Iwai3-4/+4
2008-12-19Merge branch 'fix/hda' into topic/hdaTakashi Iwai11-99/+61
2008-12-18ALSA: hda - Convert from takslet_hi_schedule() to tasklet_schedule()Takashi Iwai3-4/+4
2008-12-10ALSA: Add support for mechanical jack insertionMark Brown1-0/+6
2008-12-08ALSA: hrtimer - Use hard-irq callbackTakashi Iwai1-4/+2