aboutsummaryrefslogtreecommitdiffstats
path: root/sound/oss/pas2_midi.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-21sound/oss: Remove dead CONFIG_SOFTOSS*Christian Dietrich1-3/+0
2010-07-19ALSA: riptide: check kzalloc() resultKulikov Vasiliy1-0/+6
2010-07-19ALSA: echoaudio: check kmalloc() resultKulikov Vasiliy1-0/+2
2010-07-19ALSA: pcm core - add a safe check to the silence filling functionJaroslav Kysela1-0/+2
2010-07-19ALSA: hda-intel - do not mix audio and modem function IDsJaroslav Kysela3-5/+15
2010-07-16ALSA: asihpi - Avoid useless assignment of returned index values.Eliot Blennerhassett1-5/+4
2010-07-16ALSA: asihpi - Avoid using c99 uintX types.Eliot Blennerhassett1-5/+5
2010-07-16ALSA: asihpi - HPI version 4.04.01Eliot Blennerhassett1-2/+2
2010-07-16ALSA: asihpi: fix sign bugKulikov Vasiliy1-2/+4
2010-07-15ALSA: Kconfig: SND_AC97_POWER_SAVE description improvementMichael Witten1-3/+21
2010-07-14sound/oss-msnd-pinnacle: ioctl needs the inodeArnd Bergmann1-1/+1
2010-07-12sound/oss: convert to unlocked_ioctlArnd Bergmann6-51/+119
2010-07-12sound: push BKL into open functionsArnd Bergmann9-35/+95
2010-07-12ALSA: via82xx: allow changing the initial DXS volumeClemens Ladisch1-2/+7
2010-07-09ALSA: usb-audio: silence a superfluous warningClemens Ladisch1-4/+1
2010-07-08ALSA: Update documents about new bits of xrun_debug proc fileTakashi Iwai1-0/+8
2010-07-06ALSA: asihpi - Remove unneeded ;Eliot Blennerhassett1-1/+1
2010-07-06ALSA: asihpi - Minor HPI error handling fixesEliot Blennerhassett1-2/+8
2010-07-06ALSA: asihpi - Change compander API and tidyEliot Blennerhassett2-143/+211
2010-07-06ALSA: asihpi - Add ASI5200 familyEliot Blennerhassett1-0/+7
2010-07-06ALSA: asihpi - Use version string instead of printf formattingEliot Blennerhassett1-3/+1
2010-07-06ALSA: asihpi - HPI API updatesEliot Blennerhassett3-27/+55
2010-07-05soundcore_open: Reduce the area BKL coverageJohn Kacur1-5/+8
2010-06-28sis7019: increase reset delaysDavid Dillow1-3/+3
2010-06-28sis7019: fix capture issues with multiple periods per bufferDavid Dillow1-4/+6
2010-06-28ALSA: pcm_lib: avoid timing jitter in snd_pcm_read/write()David Dillow2-9/+16
2010-06-24ALSA: usb - Fix compile error with CONFIG_SND_DEBUG_VERBOSE=yTakashi Iwai1-1/+1
2010-06-23ALSA: usb-audio: simplify control interface accessDaniel Mack8-44/+34
2010-06-23ALSA: usb-audio: move and add some commentsDaniel Mack3-10/+45
2010-06-23ALSA: usb-midi: whitespace fixesDaniel Mack1-7/+7
2010-06-23ALSA: usb-audio: unify UAC macros and struct namesDaniel Mack7-21/+21
2010-06-23ALSA: usb-audio: clean up includes in clock.cDaniel Mack1-15/+1
2010-06-23ALSA: usb-audio - Add volume resolution quirk for some Logitech webcamsAlexey Fisher1-0/+13
2010-06-21ALSA: usb/endpoint, fix dangling pointer useJiri Slaby1-0/+1
2010-06-17ALSA: alsa: riptide: don't use own hex_to_bin() methodAndy Shevchenko1-6/+6
2010-06-17ALSA: asihpi - Get rid of incorrect "long" types and casts.Eliot Blennerhassett1-11/+11
2010-06-11ALSA: usb-audio: fix UAC2 control value queriesDaniel Mack1-5/+14
2010-06-11ALSA: usb-audio: parse UAC2 sample rate ranges correctlyDaniel Mack1-18/+74
2010-06-11ALSA: usb-audio: fix control messages for USB_RECIP_INTERFACEDaniel Mack3-6/+16
2010-06-11ALSA: usb-audio: add check for faulty clock in parse_audio_format_rates_v2()Daniel Mack1-0/+6
2010-06-08ALSA: sound/spi: patch for the unuseful variable removalWan ZongShun1-1/+0
2010-06-08ALSA: atmel: set "channel A event" output to debugYegor Yefremov1-1/+1
2010-06-08sound: move driver parameters to their own filesRandy Dunlap3-161/+192
2010-06-05Linux 2.6.35-rc2Linus Torvalds1-1/+1
2010-06-05drm/i915: Move non-phys cursors into the GTTChris Wilson1-0/+9
2010-06-05ext4: Fix remaining racy updates of EXT4_I(inode)->i_flagsDmitry Monakhov1-17/+23
2010-06-05module: fix bne2 "gave up waiting for init of module libcrc32c"Rusty Russell1-32/+59
2010-06-05module: verify_export_symbols under the lockRusty Russell1-16/+10
2010-06-05module: move find_module check to endLinus Torvalds1-5/+7
2010-06-05module: make locking more fine-grained.Rusty Russell1-23/+42