aboutsummaryrefslogtreecommitdiffstats
path: root/sound/oss (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-08OSS: constify function pointer tablesJan Engelhardt2-4/+4
2008-02-06sound/oss/trident.c: fix incorrect test in trident_ac97_set()Roel Kluin1-2/+2
2008-02-06scheduled OSS driver removalAdrian Bunk6-9230/+0
2008-02-06cleanup after APUS removalAdrian Bunk2-5/+1
2008-02-06sound/oss/sb_common.c: fix casting warningJeff Garzik1-1/+2
2008-02-06sound/oss/pss: set_io_base() always returns success, mark it voidJeff Garzik1-23/+7
2008-02-04vm audit: add VM_DONTEXPAND to mmap for drivers that need itNick Piggin1-8/+6
2008-01-26[ARM] Remove pointless casts from void pointers,Jeff Garzik1-1/+1
2008-01-22Fix file references in documentation and KconfigJohann Felix Soden1-2/+2
2008-01-14OSS msnd: fix array overflowsAdrian Bunk1-2/+2
2007-10-18The next round of scheduled OSS code removalAdrian Bunk19-11360/+0
2007-07-31DDB5477: remove driver bits of supportYoichi Yuasa3-2069/+0
2007-07-17remove options depending on OSS_OBSOLETEAdrian Bunk1-77/+0
2007-07-17OSS trident: replace deprecated pci_find_device with pci_get_deviceMuli Ben-Yehuda1-3/+5
2007-07-17OSS trident: fix locking around write_voice_regsMuli Ben-Yehuda1-0/+5
2007-07-17OSS trident: massive whitespace removalMuli Ben-Yehuda1-179/+179
2007-07-16Introduce CONFIG_VIRT_TO_BUSStephen Rothwell1-2/+3
2007-07-16mpu401 warning fixesAndrew Morton1-3/+4
2007-07-16more scheduled OSS driver removalAdrian Bunk55-30299/+4
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok2-2/+2
2007-07-01ALSA: more section mismatchesRandy Dunlap1-1/+1
2007-05-09sound: convert "sound" subdirectory to UTF-8John Anthony Kazos Jr3-4/+4
2007-05-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-8/+8
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap3-3/+0
2007-05-08schedule obsolete OSS drivers for removal, 4th roundAdrian Bunk1-5/+18
2007-05-08oss: strlcpy is smart enoughJean Delvare1-1/+1
2007-05-08the scheduled removal of OBSOLETE_OSS optionsAdrian Bunk2-41/+0
2007-05-08Merge branch 'linux-2.6'Paul Mackerras4-3/+2
2007-05-07[POWERPC] Rename device_is_compatible to of_device_is_compatibleStephen Rothwell1-8/+8
2007-05-07sh: hp6xx driver compile fixes.Kristoffer Ericson1-1/+1
2007-05-04Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2-1/+1
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Jean Delvare2-1/+1
2007-05-01i2c: Cleanup the includes of <linux/i2c.h>Jean Delvare1-1/+0
2007-04-24[POWERPC] Remove old interface find_devicesStephen Rothwell2-33/+62
2007-04-13[POWERPC] Rename get_property to of_get_property: soundStephen Rothwell2-7/+7
2007-04-13[POWERPC] get_property returns constStephen Rothwell2-12/+12
2007-04-13Merge branch 'linux-2.6' into for-2.6.22Paul Mackerras1-4/+16
2007-03-26[POWERPC] powermac: disallow pmu sleep notifiers from aborting sleepJohannes Berg1-3/+2
2007-03-14[PATCH] const file_operations falloutAl Viro1-4/+16
2007-02-14[PATCH] OSS: replace kmalloc()+memset() combos with kzalloc()Robert P. J. Day19-65/+32
2007-02-12[PATCH] mark struct file_operations const 9Arjan van de Ven13-21/+21
2007-02-12[PATCH] OSS: Use ARRAY_SIZE macro when appropriate (2)Ahmed S. Darwish3-5/+6
2007-02-12[PATCH] OSS: Use ARRAY_SIZE macro when appropriateAhmed S. Darwish2-3/+5
2007-02-11[PATCH] Remove dead kernel config option AEDSP16_MPU401.Robert P. J. Day1-12/+0
2007-02-11[PATCH] schedule obsolete OSS drivers for removal, 3rd roundAdrian Bunk2-2/+16
2006-12-17[PATCH] more work_struct fixes: tas300x sound driversAl Viro2-15/+14
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day15-22/+22
2006-12-08[PATCH] struct path: convert soundJosef Sipek3-8/+8
2006-12-07[PATCH] The scheduled removal of some OSS optionsAdrian Bunk1-115/+0
2006-12-07[PATCH] sound/oss/emu10k1: handle userspace copy errorsJeff Garzik4-16/+38