aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-10Merge branch 'topic/pcm-jiffies-check' into for-linusTakashi Iwai2-22/+82
2009-06-10Merge branch 'topic/pcm-delay' into for-linusTakashi Iwai1-3/+5
2009-06-10Merge branch 'topic/div64-cleanup' into for-linusTakashi Iwai2-4/+4
2009-06-08ALSA: pcm - A helper function to compose PCM stream name for debug printsTakashi Iwai1-6/+17
2009-06-07ALSA: pcm - Fix update of runtime->hw_ptr_interruptTakashi Iwai1-1/+2
2009-06-06ALSA: pcm - Fix a typo in hw_ptr update checkJaroslav Kysela1-1/+1
2009-06-05ALSA: Clean up 64bit division functionsTakashi Iwai2-4/+4
2009-06-04ALSA: Core - clean up snd_card_set_id* calls and remove possible id collisionJaroslav Kysela1-16/+10
2009-06-03ALSA: Fix double locking of card list in snd_card_register()Mark Brown1-12/+19
2009-06-02ALSA: Core - add snd_card_set_id() functionJaroslav Kysela1-23/+39
2009-05-29ALSA: clean up the logic for building sequencer modulesMichal Marek3-13/+23
2009-05-29ALSA: PCM midlevel: lower jiffies check margin using runtime->delay valueJaroslav Kysela1-2/+10
2009-05-29ALSA: PCM midlevel: Do not update hw_ptr_jiffies when hw_ptr is not changedJaroslav Kysela1-2/+14
2009-05-29ALSA: PCM midlevel: introduce mask for xrun_debug() macroJaroslav Kysela1-9/+9
2009-05-29ALSA: PCM midlevel: improve fifo_size handlingJaroslav Kysela2-3/+31
2009-05-29Merge branch 'fix/pcm-jiffies-check' into topic/pcm-jiffies-checkTakashi Iwai2-2/+21
2009-05-27ALSA: Enable PCM hw_ptr_jiffies check only in xrun_debug modeTakashi Iwai1-1/+8
2009-05-27ALSA: Fix invalid jiffies check after pauseTakashi Iwai2-1/+6
2009-05-05ALSA: Add extra delay count in PCMTakashi Iwai1-3/+5
2009-04-28ALSA: pcm core - Avoid jiffies check for devices with BATCH flagTakashi Iwai1-0/+7
2009-04-15Merge branch 'topic/memdup_user' into for-linusTakashi Iwai5-99/+60
2009-04-15Merge branch 'topic/hda' into for-linusTakashi Iwai1-0/+3
2009-04-14ALSA: add private_data to struct snd_jackTakashi Iwai1-0/+3
2009-04-14ALSA: sound/core: use memdup_user()Li Zefan5-99/+60
2009-04-10[ALSA] pcm-midlevel: Add more strict buffer position checks based on jiffiesJaroslav Kysela1-8/+39
2009-04-07ALSA: oss - volume control for CSWITCH and CROUTEDeepika Makhija1-0/+8
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