aboutsummaryrefslogtreecommitdiffstats
path: root/sound/drivers/mts64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-12ALSA: drivers: Constify snd_rawmidi_opsTakashi Iwai1-2/+2
2016-02-29ALSA: mts64: fix NULL pointer dereferenceSudip Mukherjee1-5/+6
2016-02-22ALSA: mts64: use new parport device modelSudip Mukherjee1-52/+43
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-10-21ALSA: mts64: Use snd_ctl_elem_info()Takashi Iwai1-14/+4
2014-10-20ALSA: drivers: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-02-12ALSA: drivers: Convert to snd_card_new() with a device pointerTakashi Iwai1-3/+2
2012-12-07ALSA: drivers: remove __dev* attributesBill Pemberton1-20/+20
2012-07-02ALSA: Add missing .owner=THIS_MODULE to platform_driver definitionsTakashi Iwai1-1/+2
2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell1-1/+1
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-03-24Merge branch 'topic/misc' into for-linusTakashi Iwai1-1/+1
2009-02-05ALSA: Add missing KERN_* prefix to printk in sound/driversTakashi Iwai1-1/+1
2009-01-12ALSA: Convert to snd_card_create() in other sound/*Takashi Iwai1-3/+3
2008-01-31[ALSA] sound: fix mts64 section mismatchesRandy Dunlap1-1/+1
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai1-1/+0
2008-01-31[ALSA] drivers - Add missing snd_card_set_dev()Takashi Iwai1-0/+2
2008-01-31[ALSA] Check value range in ctl callbacksTakashi Iwai1-4/+8
2007-10-23[PARPORT] Remove unused 'irq' argument from parport irq functionsJeff Garzik1-1/+1
2007-10-16[ALSA] Clean up with common snd_ctl_boolean_*_info callbacksTakashi Iwai1-9/+1
2007-07-01ALSA: more section mismatchesRandy Dunlap1-1/+1
2007-05-11[ALSA] sound: fix incorrect use of platform_device_register()Akinobu Mita1-2/+2
2007-02-14[ALSA] Fix __devinit and __devexit issues with sound driversPrarit Bhargava1-3/+3
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-09-24[PATCH] NULL noise removalAl Viro1-1/+1
2006-09-23[ALSA] Add snd-mts64 driver for ESI Miditerminal 4140Matthias Koenig1-0/+1091