Age | Commit message (Expand) | Author | Files | Lines |
2024-10-30 | sound: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 1 | -1/+1 |
2024-09-27 | [tree-wide] finally take no_llseek out | Al Viro | 1 | -3/+0 |
2024-06-18 | sound/oss/dmasound: add missing MODULE_DESCRIPTION() macro | Jeff Johnson | 1 | -0/+1 |
2024-05-09 | sound: oss: dmasound: Add missing module descriptions | Takashi Iwai | 2 | -0/+3 |
2024-04-01 | OSS: dmasound/paula: Mark driver struct with __refdata to prevent section mis... | Uwe Kleine-König | 1 | -1/+7 |
2023-11-09 | OSS: dmasound/paula: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+3 |
2022-09-09 | sound: oss: dmasound: remove software_input_volume declaration | Gaosheng Cui | 1 | -3/+0 |
2022-04-15 | sound/oss/dmasound: fix 'dmasound_setup' defined but not used | Miles Chen | 1 | -1/+1 |
2022-04-07 | sound/oss/dmasound: fix build when drivers are mixed =y/=m | Randy Dunlap | 2 | -29/+1 |
2021-05-27 | sound/oss/dmasound: Remove superfluous "break" | zuoqilin | 1 | -9/+0 |
2021-05-25 | sound/oss/dmasound: Remove superfluous "break" | zuoqilin | 1 | -5/+0 |
2021-01-08 | ALSA: Convert strlcpy to strscpy when return value is unused | Joe Perches | 1 | -2/+2 |
2020-07-09 | ALSA: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2 | -3/+3 |
2020-03-25 | .gitignore: add SPDX License Identifier | Masahiro Yamada | 1 | -0/+1 |
2020-03-25 | .gitignore: remove too obvious comments | Masahiro Yamada | 1 | -1/+0 |
2019-10-23 | compat_ioctl: remove translation for sound ioctls | Arnd Bergmann | 1 | -0/+2 |
2019-07-30 | sound: dmasound_atari: Mark expected switch fall-through | Gustavo A. R. Silva | 1 | -8/+8 |
2019-06-14 | docs: kbuild: convert docs to ReST and rename to *.rst | Mauro Carvalho Chehab | 1 | -3/+3 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2 | -0/+2 |
2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 3 | -0/+3 |
2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 1 | -1/+1 |
2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 1 | -1/+1 |
2017-11-27 | sound: annotate ->poll() instances | Al Viro | 1 | -2/+2 |
2017-11-13 | Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/bro... | Takashi Iwai | 1 | -0/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 20 | -0/+20 |
2017-10-31 | sound: Retire OSS | Takashi Iwai | 69 | -36201/+0 |
2017-09-14 | vfs: constify path argument to kernel_read_file_from_path | Mimi Zohar | 1 | -1/+1 |
2017-04-20 | Annotate hardware config module parameters in sound/oss/ | David Howells | 12 | -61/+61 |
2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 6 | -1/+9 |
2017-01-31 | sound: oss/ad1848: remove some dead code | Dan Carpenter | 1 | -6/+1 |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 7 | -7/+7 |
2016-07-26 | sound: oss: Use kernel_read_file_from_path() for mod_firmware_load() | Takashi Iwai | 1 | -1/+28 |
2016-07-12 | sound: oss: Remove useless initialisation | Amitoj Kaur Chawla | 1 | -1/+1 |
2016-06-17 | sound: oss: avoid time_t usage | Arnd Bergmann | 2 | -2/+2 |
2016-06-15 | sound: aedsp16: Change structure initialisation to C99 style | Amitoj Kaur Chawla | 1 | -7/+7 |
2016-05-17 | sound: oss: Use setup_timer and mod_timer. | Muhammad Falak R Wani | 1 | -5/+3 |
2015-12-09 | sound/oss: remove VIRT_TO_BUS dependency | Arnd Bergmann | 1 | -1/+1 |
2015-06-12 | sound: oss/sb_audio: use swap() in sb_audio_close() | Fabian Frederick | 1 | -6/+2 |
2015-05-29 | sound/oss: use schedule_timeout_interruptible() | Nicholas Mc Guire | 1 | -2/+1 |
2015-05-18 | sound: oss: fix build warning | Sudip Mukherjee | 1 | -0/+2 |
2015-04-18 | sound/oss: fix deadlock in sequencer_ioctl(SNDCTL_SEQ_OUTOFBAND) | Alexey Khoroshilov | 1 | -10/+2 |
2015-03-24 | sound: Deparenthesize negative error returns | Joe Perches | 2 | -5/+5 |
2015-02-25 | sound/sb_midi: a couple indenting fixes | Dan Carpenter | 1 | -3/+3 |
2015-02-25 | sound/sb_ess: white space cleanups | Dan Carpenter | 1 | -12/+7 |
2015-02-25 | sound/oss/opl3: remove some stray whitespace | Dan Carpenter | 1 | -2/+2 |
2015-02-25 | sound: sys_timer: indent poll_def_tmr() correctly | Dan Carpenter | 1 | -20/+15 |
2015-02-11 | Merge tag 'sound-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 4 | -5/+5 |
2015-01-15 | sound: dmasound_atari: Remove obsolete IRQ_TYPE_SLOW | Geert Uytterhoeven | 1 | -1/+1 |
2015-01-15 | sound/oss: use current->state helpers | Davidlohr Bueso | 2 | -3/+3 |
2015-01-04 | sound: oss: Deletion of unnecessary checks before the function call "vfree" | Markus Elfring | 2 | -2/+2 |
2014-12-14 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+0 |
2014-11-22 | sound: oss: uart401: remove unneeded NULL check | Dan Carpenter | 1 | -7/+4 |
2014-10-20 | OSS: dmasound: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
2014-08-15 | Merge tag 'sound-fix-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -87/+110 |
2014-08-12 | PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use | Benoit Taine | 1 | -1/+1 |
2014-08-06 | sound: oss: Remove typedefs wanc_info and wavnc_port_info | Himangi Saraogi | 1 | -68/+89 |
2014-08-06 | sound: oss: uart401: Remove typedef uart401_devc | Himangi Saraogi | 1 | -19/+21 |
2014-08-05 | sound/oss/pss: Remove typedefs pss_mixerdata and pss_confdata | Himangi Saraogi | 1 | -22/+24 |
2014-08-05 | sound/oss/opl3: Remove typedef opl_devinfo | Himangi Saraogi | 1 | -2/+2 |
2014-06-25 | sound: oss: mpu401.c: Cleaning up variable is set more than once | Rickard Strandqvist | 1 | -1/+0 |
2014-06-24 | sound: oss: mpu401.c: Cleaning up missing break in a case | Rickard Strandqvist | 1 | -0/+1 |
2014-05-30 | sound: remove checks for CONFIG_BCM_CS4297A_CSWARM | Paul Bolle | 1 | -4/+0 |
2014-05-19 | sound: mpu401.c: make return of 0 explicit | Julia Lawall | 1 | -3/+1 |
2014-04-10 | Merge tag 'sound-fix-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 11 | -80/+3 |
2014-04-09 | sound: dmasound: use module_platform_driver_probe() | Christoph Jaeger | 1 | -13/+1 |
2014-04-04 | sound/oss: Remove uncompilable DBG macro use | Joe Perches | 10 | -67/+2 |
2014-04-02 | Merge branch 'x86-nuke-platforms-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 3 | -3516/+0 |
2014-02-27 | x86, platforms: Remove SGI Visual Workstation | H. Peter Anvin | 3 | -3516/+0 |
2014-02-07 | sound: Move prototype declaration to header file oss/pas2.h from oss/pas2_card.c | Rashika Kheria | 2 | -2/+3 |
2014-01-14 | sound: oss: remove last sleep_on users | Arnd Bergmann | 4 | -23/+39 |
2014-01-14 | sound: oss: dmasound: kill SLEEP() macro to avoid race | Arnd Bergmann | 2 | -10/+19 |
2014-01-14 | sound: oss: midibuf: fix sleep_on races | Arnd Bergmann | 1 | -9/+9 |
2014-01-14 | sound: oss: vwsnd: avoid interruptible_sleep_on | Arnd Bergmann | 1 | -4/+10 |
2014-01-14 | sound: oss: msnd_pinnacle: avoid interruptible_sleep_on_timeout | Arnd Bergmann | 1 | -13/+18 |
2013-10-14 | sound: Remove unnecessary semicolons | Joe Perches | 1 | -1/+1 |
2013-08-23 | Merge tag 'asoc-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/broon... | Takashi Iwai | 1 | -1/+3 |
2013-08-09 | sound: oss/dmabuf: remove an unneeded temporary variable | Dan Carpenter | 1 | -2/+1 |
2013-07-15 | sound: oss/vwsnd: Always define vwsnd_mutex | Takashi Iwai | 1 | -1/+2 |
2013-07-15 | sound: oss/vwsnd: Add missing inclusion of linux/delay.h | Takashi Iwai | 1 | -0/+1 |
2013-05-29 | sound: OSS: Remove superfluous pci_set_dvdata(pci, NULL) | Takashi Iwai | 1 | -2/+0 |
2013-05-13 | sound: Fix make allmodconfig on MIPS correctly | Paul Bolle | 1 | -1/+1 |
2013-05-10 | Merge tag 'sound-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai... | Linus Torvalds | 1 | -0/+1 |
2013-05-03 | Merge tag 'sound-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai... | Linus Torvalds | 3 | -7/+10 |
2013-05-03 | sound: Fix make allmodconfig on MIPS | Takashi Iwai | 1 | -0/+1 |
2013-04-29 | dmasound_core: saner arguments for sq_fsync() | Al Viro | 1 | -3/+3 |
2013-04-26 | sound: oss/dmabuf: use dma_map_single | Arnd Bergmann | 1 | -1/+2 |
2013-04-02 | sound: oss: sb_common: Used kmemdup instead of kmalloc and memcpy | Alexandru Gheorghiu | 1 | -2/+1 |
2013-04-02 | sound: oss: uart401: Used kmemdup instead of kmalloc and memcpy | Alexandru Gheorghiu | 1 | -4/+7 |
2013-03-15 | sound: sequencer: cap array index in seq_chn_common_event() | Dan Carpenter | 1 | -0/+6 |
2013-02-22 | new helper: file_inode(file) | Al Viro | 2 | -8/+8 |
2013-01-04 | sound: oss/pas2: Fix possible access out of array | Asim Kadav | 1 | -0/+5 |
2012-12-07 | sound: oss: remove __dev* attributes | Bill Pemberton | 2 | -6/+6 |
2012-11-18 | sound: oss/sb_audio: cap value in sb201_audio_set_speed() | Dan Carpenter | 1 | -1/+2 |
2012-10-11 | Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 1 | -2/+2 |
2012-10-09 | Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/... | Linus Torvalds | 7 | -19/+19 |
2012-10-07 | Merge branch 'late/fixes' into fixes | Olof Johansson | 1 | -2/+2 |
2012-10-07 | ARM: footbridge: nw_gpio_lock is raw_spin_lock | Arnd Bergmann | 1 | -2/+2 |
2012-10-06 | sound: Remove unnecessary semicolon | Peter Senna Tschudin | 7 | -19/+19 |
2012-10-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+0 |
2012-09-01 | oss: remove maui_boot.h from .gitignore and dontdiff | Paul Bolle | 1 | -1/+0 |
2012-08-20 | Merge tag 'asoc-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie... | Takashi Iwai | 1 | -1/+1 |
2012-08-20 | sound: oss/sb_audio: prevent divide by zero bug | Dan Carpenter | 1 | -1/+3 |
2012-07-24 | Merge tag 'sound-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/... | Linus Torvalds | 1 | -1/+16 |
2012-06-20 | sound: swarm_cs4297: Provide definitions for AC97 registers | Ezequiel Garcia | 1 | -1/+16 |
2012-06-03 | Fix comment typo multipy -> multiply | Ralf Baechle | 1 | -1/+1 |
2012-04-10 | sound: sound/oss/msnd_pinnacle.c: add vfrees | Julia Lawall | 1 | -2/+6 |
2012-03-30 | Merge tag 'sound-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/... | Linus Torvalds | 1 | -1/+1 |
2012-03-29 | sound: fix oss/msnd_pinnacle module param type | Randy Dunlap | 1 | -1/+1 |
2012-03-28 | Remove all #inclusions of asm/system.h | David Howells | 3 | -3/+0 |
2012-01-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 5 | -17/+17 |
2011-12-19 | ALSA: module_param: make bool parameters really bool | Rusty Russell | 5 | -17/+17 |
2011-11-22 | sound: Kconfig: drop unknown symbol ARCH_CLPS7500 | Paul Bolle | 1 | -1/+1 |
2011-10-28 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 1 | -1/+1 |
2011-09-29 | sound: oss: use strlcpy() in sound_timer_init() | Dan Carpenter | 1 | -1/+1 |
2011-09-27 | doc: fix broken references | Paul Bolle | 1 | -3/+1 |
2011-08-08 | sound: pss - don't use the deprecated function check_region | Wang Shaoyan | 1 | -2/+4 |
2011-08-04 | sound: oss/pas2: Remove CLOCK_TICK_RATE dependency from PAS16 driver | Deepak Saxena | 1 | -4/+4 |
2011-07-27 | sound: oss: rename local change_bits to avoid powerpc bitsops.h definition | Andy Whitcroft | 2 | -6/+6 |
2011-05-20 | SOUND: OSS: Remove Au1550 driver. | Ralf Baechle | 4 | -3355/+0 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 8 | -11/+11 |
2011-03-23 | sound/oss/opl3: validate voice and channel indexes | Dan Rosenberg | 1 | -2/+13 |
2011-03-23 | sound/oss: remove offset from load_patch callbacks | Dan Rosenberg | 5 | -26/+18 |
2011-03-11 | Merge branch 'fix/misc' into topic/misc | Takashi Iwai | 1 | -2/+2 |
2011-03-09 | sound: Use sound_register_*() for additional OSS minor devices | Takashi Iwai | 1 | -36/+20 |
2011-01-31 | sound: silent echo'ed messages in Makefile | Amerigo Wang | 1 | -2/+2 |
2010-12-30 | sound: Prevent buffer overflow in OSS load_mixer_volumes | Dan Rosenberg | 1 | -2/+2 |
2010-11-11 | sound/oss: Remove unnecessary casts of void ptr | Jesper Juhl | 3 | -7/+7 |
2010-11-11 | sound/oss/dev_table.c: Use vzalloc | Joe Perches | 1 | -4/+2 |
2010-10-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 1 | -1/+0 |
2010-10-26 | sound/oss/sb_ess.c: delete double assignment | Julia Lawall | 1 | -1/+0 |
2010-10-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 9 | -431/+100 |
2010-10-24 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 1 | -5/+2 |
2010-10-22 | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 1 | -0/+1 |
2010-10-18 | Update broken web addresses in the kernel. | Justin P. Mattock | 1 | -5/+2 |
2010-10-15 | llseek: automatically add .llseek fop | Arnd Bergmann | 1 | -0/+1 |
2010-10-11 | OSS: soundcard: fix return value of sound_open() | Dan Carpenter | 1 | -1/+1 |
2010-10-11 | Merge branch 'fix/misc' into topic/misc | Takashi Iwai | 1 | -2/+2 |
2010-10-11 | OSS: soundcard: locking bug in sound_ioctl() | Dan Carpenter | 1 | -2/+2 |
2010-09-23 | SOUND-OSS: Remove sh_dac_audio | John Kacur | 3 | -335/+0 |
2010-09-14 | sound: autoconvert trivial BKL users to private mutex | Arnd Bergmann | 7 | -93/+97 |
2010-09-07 | sound: Remove unnecessary casts of private_data | Joe Perches | 1 | -9/+9 |
2010-08-28 | sound: oss: fix uninitialized spinlock | Akinobu Mita | 1 | -1/+1 |
2010-08-12 | sound: oss: sh_dac_audio.c removed duplicated #include | Andrea Gelmini | 1 | -1/+0 |
2010-08-06 | sound/oss: Adjust confusing if indentation | Julia Lawall | 1 | -1/+1 |
2010-08-06 | sound: oss: au1550_ac97.c removed duplicated #include | Andrea Gelmini | 1 | -1/+0 |
2010-07-29 | sound: oss: msnd: check request_region() return value | Kulikov Vasiliy | 1 | -2/+6 |
2010-07-29 | sound: oss: midi_synth: check get_user() return value | Kulikov Vasiliy | 1 | -1/+3 |
2010-07-26 | sound: oss: waveartist: simplify waveartist_sleep() | Kulikov Vasiliy | 1 | -8/+2 |
2010-07-26 | sound: oss: au1550_ac97: simplify au1550_delay() | Kulikov Vasiliy | 1 | -10/+1 |
2010-07-21 | sound/oss: Remove dead CONFIG_SOFTOSS* | Christian Dietrich | 1 | -3/+0 |
2010-07-14 | sound/oss-msnd-pinnacle: ioctl needs the inode | Arnd Bergmann | 1 | -1/+1 |
2010-07-12 | sound/oss: convert to unlocked_ioctl | Arnd Bergmann | 6 | -51/+119 |
2010-07-12 | sound: push BKL into open functions | Arnd Bergmann | 7 | -30/+88 |
2010-05-27 | sound: Add missing spin_unlock | Julia Lawall | 1 | -2/+3 |
2010-05-17 | m68k: amiga - Sound platform device conversion | Geert Uytterhoeven | 1 | -20/+31 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 17 | -3/+16 |
2010-03-21 | sound/oss/vidc.c: change the field used with DMA_ACTIVE | Julia Lawall | 1 | -2/+2 |
2010-03-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 1 | -2/+0 |
2010-03-16 | sound: sequencer: clean up remove bogus check | Dan Carpenter | 1 | -2/+0 |
2010-03-08 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 2 | -4/+3 |
2010-03-02 | sound/oss/coproc.h: Checkpatch cleanup | Andrea Gelmini | 1 | -1/+1 |
2010-03-02 | sound/oss/v_midi.h: Checkpatch cleanup | Andrea Gelmini | 1 | -3/+2 |
2010-03-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 2 | -14/+23 |
2010-02-27 | MIPS: Alchemy: change dbdma to accept physical memory addresses | Manuel Lauss | 1 | -5/+7 |
2010-02-27 | MIPS: Alchemy: remove dbdma compat macros | Manuel Lauss | 1 | -5/+7 |
2010-02-16 | Merge branch 'topic/misc' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Jaroslav Kysela | 2 | -14/+23 |
2010-02-09 | sound: use DEFINE_PCI_DEVICE_TABLE | Alexey Dobriyan | 1 | -1/+1 |
2010-01-12 | sound_oss: remove use of old BKL ioctl path | Alan Cox | 1 | -13/+22 |
2010-01-08 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Jaroslav Kysela | 1 | -3/+3 |
2010-01-08 | sound: oss: off by one bug | Dan Carpenter | 3 | -9/+13 |
2009-12-17 | sound/oss/pss: Fix test of unsigned in pss_reset_dsp() and pss_download_boot() | Roel Kluin | 1 | -3/+3 |
2009-12-09 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2 | -3/+1 |
2009-12-07 | Merge branch 'for-next' into for-linus | Jiri Kosina | 2 | -3/+1 |
2009-12-04 | Merge branch 'topic/misc' into for-linus | Takashi Iwai | 3 | -3/+3 |
2009-12-04 | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 1 | -1/+1 |
2009-12-01 | Merge branch 'topic/pcm-dma-fix' into topic/core-change | Takashi Iwai | 1 | -1/+1 |
2009-12-01 | Merge branch 'topic/beep-rename' into topic/core-change | Takashi Iwai | 4 | -1496/+0 |
2009-11-17 | Merge branch 'hostprogs-wmissing-prototypes' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -1/+1 |
2009-11-16 | sound: OSS: keep index within bounds of midi_devs[] | Roel Kluin | 2 | -2/+2 |
2009-11-15 | oss: Mark loadhex static in hex2hex.c | Josh Triplett | 1 | -1/+1 |
2009-11-14 | Merge branch 'fix/misc' into topic/misc | Takashi Iwai | 3 | -4/+6 |
2009-11-12 | sound: OSS: fix error return in dma_ioctl() | Roel Kluin | 1 | -1/+1 |
2009-11-09 | Kconfig: Remove useless and sometimes wrong comments | Michael Roth | 1 | -2/+0 |
2009-11-07 | sound: Replace old style lock initializer | Thomas Gleixner | 1 | -1/+3 |
2009-11-05 | sound: Use KERN_WARNING instead of KERN_WARN, which does not exist | Randy Dunlap | 2 | -3/+3 |
2009-11-01 | Merge branch 'fix/misc' into topic/misc | Takashi Iwai | 2 | -6/+0 |
2009-10-30 | sound: remove OSS Ensoniq SoundScape driver | Krzysztof Helt | 3 | -1493/+0 |
2009-10-30 | ALSA: Cleanup redundant tests on unsigned | Roel Kluin | 1 | -3/+0 |
2009-09-21 | trivial: remove unnecessary semicolons | Joe Perches | 1 | -3/+0 |
2009-09-21 | trivial: Remove commented out usage of dead MODULE_PARM() in swarm_cs4297a | Robert P. J. Day | 1 | -3/+0 |
2009-08-26 | sound: vwsnd: Fix setting of cfgval and ctlval in li_setup_dma() | Roel Kluin | 1 | -3/+3 |
2009-08-10 | sound: fix OSS MIDI output data loss | Clemens Ladisch | 1 | -3/+4 |
2009-07-29 | sound: mpu401.c: Buffer overflow | Roel Kluin | 1 | -1/+1 |
2009-07-29 | sound: aedsp16: Buffer overflow | Roel Kluin | 1 | -4/+5 |
2009-06-29 | sound: OSS: mpu401, fix deadlock | Jiri Slaby | 1 | -13/+3 |
2009-06-25 | sound: Use PCI_VDEVICE | Joe Perches | 1 | -1/+1 |
2009-06-16 | time: move PIT_TICK_RATE to linux/timex.h | Arnd Bergmann | 1 | -1/+1 |
2009-06-12 | trivial: unnecessary (void*) cast removal in sound/oss/msnd.c | Chris Sanford | 1 | -1/+1 |
2009-05-15 | sound: oss: sh_dac_audio timer fixes. | Magnus Damm | 2 | -54/+33 |
2009-03-30 | trivial: Fix misspelling of firmware | Nick Andrew | 1 | -1/+1 |