aboutsummaryrefslogtreecommitdiff
path: root/sound/oss
AgeCommit message (Expand)AuthorFilesLines
2008-04-24sound: Use BUG_ONGravatar Julia Lawall 1-8/+4
2008-04-24[ALSA] sound: replace remaining __FUNCTION__ occurencesGravatar Harvey Harrison 2-4/+4
2008-03-30sound/oss/ac97_codec.c: restore MODULE_LICENSEGravatar Adrian Bunk 1-0/+2
2008-02-08OSS: constify function pointer tablesGravatar Jan Engelhardt 2-4/+4
2008-02-06sound/oss/trident.c: fix incorrect test in trident_ac97_set()Gravatar Roel Kluin 1-2/+2
2008-02-06scheduled OSS driver removalGravatar Adrian Bunk 6-9230/+0
2008-02-06cleanup after APUS removalGravatar Adrian Bunk 2-5/+1
2008-02-06sound/oss/sb_common.c: fix casting warningGravatar Jeff Garzik 1-1/+2
2008-02-06sound/oss/pss: set_io_base() always returns success, mark it voidGravatar Jeff Garzik 1-23/+7
2008-02-04vm audit: add VM_DONTEXPAND to mmap for drivers that need itGravatar Nick Piggin 1-8/+6
2008-01-26[ARM] Remove pointless casts from void pointers,Gravatar Jeff Garzik 1-1/+1
2008-01-22Fix file references in documentation and KconfigGravatar Johann Felix Soden 1-2/+2
2008-01-14OSS msnd: fix array overflowsGravatar Adrian Bunk 1-2/+2
2007-10-18The next round of scheduled OSS code removalGravatar Adrian Bunk 19-11360/+0
2007-07-31DDB5477: remove driver bits of supportGravatar Yoichi Yuasa 3-2069/+0
2007-07-17remove options depending on OSS_OBSOLETEGravatar Adrian Bunk 1-77/+0
2007-07-17OSS trident: replace deprecated pci_find_device with pci_get_deviceGravatar Muli Ben-Yehuda 1-3/+5
2007-07-17OSS trident: fix locking around write_voice_regsGravatar Muli Ben-Yehuda 1-0/+5
2007-07-17OSS trident: massive whitespace removalGravatar Muli Ben-Yehuda 1-179/+179
2007-07-16Introduce CONFIG_VIRT_TO_BUSGravatar Stephen Rothwell 1-2/+3
2007-07-16mpu401 warning fixesGravatar Andrew Morton 1-3/+4
2007-07-16more scheduled OSS driver removalGravatar Adrian Bunk 55-30299/+4
2007-07-11PCI: Change all drivers to use pci_device->revisionGravatar Auke Kok 2-2/+2
2007-07-01ALSA: more section mismatchesGravatar Randy Dunlap 1-1/+1
2007-05-09sound: convert "sound" subdirectory to UTF-8Gravatar John Anthony Kazos Jr 3-4/+4
2007-05-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Gravatar Linus Torvalds 1-8/+8
2007-05-08header cleaning: don't include smp_lock.h when not usedGravatar Randy Dunlap 3-3/+0
2007-05-08schedule obsolete OSS drivers for removal, 4th roundGravatar Adrian Bunk 1-5/+18
2007-05-08oss: strlcpy is smart enoughGravatar Jean Delvare 1-1/+1
2007-05-08the scheduled removal of OBSOLETE_OSS optionsGravatar Adrian Bunk 2-41/+0
2007-05-08Merge branch 'linux-2.6'Gravatar Paul Mackerras 4-3/+2
2007-05-07[POWERPC] Rename device_is_compatible to of_device_is_compatibleGravatar Stephen Rothwell 1-8/+8
2007-05-07sh: hp6xx driver compile fixes.Gravatar Kristoffer Ericson 1-1/+1
2007-05-04Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Gravatar Linus Torvalds 2-1/+1
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Gravatar Jean Delvare 2-1/+1
2007-05-01i2c: Cleanup the includes of <linux/i2c.h>Gravatar Jean Delvare 1-1/+0
2007-04-24[POWERPC] Remove old interface find_devicesGravatar Stephen Rothwell 2-33/+62
2007-04-13[POWERPC] Rename get_property to of_get_property: soundGravatar Stephen Rothwell 2-7/+7
2007-04-13[POWERPC] get_property returns constGravatar Stephen Rothwell 2-12/+12
2007-04-13Merge branch 'linux-2.6' into for-2.6.22Gravatar Paul Mackerras 1-4/+16
2007-03-26[POWERPC] powermac: disallow pmu sleep notifiers from aborting sleepGravatar Johannes Berg 1-3/+2
2007-03-14[PATCH] const file_operations falloutGravatar Al Viro 1-4/+16
2007-02-14[PATCH] OSS: replace kmalloc()+memset() combos with kzalloc()Gravatar Robert P. J. Day 19-65/+32
2007-02-12[PATCH] mark struct file_operations const 9Gravatar Arjan van de Ven 13-21/+21
2007-02-12[PATCH] OSS: Use ARRAY_SIZE macro when appropriate (2)Gravatar Ahmed S. Darwish 3-5/+6
2007-02-12[PATCH] OSS: Use ARRAY_SIZE macro when appropriateGravatar Ahmed S. Darwish 2-3/+5
2007-02-11[PATCH] Remove dead kernel config option AEDSP16_MPU401.Gravatar Robert P. J. Day 1-12/+0
2007-02-11[PATCH] schedule obsolete OSS drivers for removal, 3rd roundGravatar Adrian Bunk 2-2/+16
2006-12-17[PATCH] more work_struct fixes: tas300x sound driversGravatar Al Viro 2-15/+14
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsGravatar Robert P. J. Day 15-22/+22