aboutsummaryrefslogtreecommitdiffstats
path: root/sound/drivers/mtpav.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-20Annotate hardware config module parameters in sound/drivers/David Howells1-2/+2
2017-01-12ALSA: drivers: Constify snd_rawmidi_opsTakashi Iwai1-2/+2
2015-01-19ALSA: mtpav: Use setup_timer() and mod_timer()Takashi Iwai1-8/+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-2/+2
2013-05-23ALSA: mtpav: Remove redundant platform_set_drvdata()Sachin Kamat1-1/+0
2012-12-07ALSA: drivers: remove __dev* attributesBill Pemberton1-7/+7
2012-07-02ALSA: Add missing .owner=THIS_MODULE to platform_driver definitionsTakashi Iwai1-1/+2
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker1-0/+1
2011-09-22sound: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-02-02ALSA: use linux/io.h to fix compile warningsTakashi Iwai1-2/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2009-03-24Merge branch 'topic/misc' into for-linusTakashi Iwai1-5/+7
2009-03-24Merge branch 'topic/snd_card_new-err' into for-linusTakashi Iwai1-3/+3
2009-02-12ALSA: mtpav - Fix initial value for input hwportTakashi Iwai1-1/+2
2009-02-05ALSA: Add missing KERN_* prefix to printk in sound/driversTakashi Iwai1-5/+7
2009-01-12ALSA: Convert to snd_card_create() in other sound/*Takashi Iwai1-3/+3
2008-10-10ALSA: mtpav - Fix race in probeTakashi Iwai1-4/+4
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai1-1/+0
2007-02-14[ALSA] Fix __devinit and __devexit issues with sound driversPrarit Bhargava1-6/+6
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-07-02[PATCH] irq-flags: sound: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-22[ALSA] unregister platform device again if probe was unsuccessfulRene Herman1-5/+9
2006-01-03[ALSA] unregister platform devicesClemens Ladisch1-1/+3
2006-01-03[ALSA] mtpav - Use platform_deviceTakashi Iwai1-139/+129
2006-01-03[ALSA] Remove xxx_t typedefs: Generic driversTakashi Iwai1-19/+19
2005-11-04[ALSA] Remove vmalloc wrapper, kfree_nocheck()Takashi Iwai1-4/+1
2005-09-12[ALSA] Replace with kzalloc() - othersTakashi Iwai1-1/+1
2005-09-12[ALSA] Add snd_card_set_generic_dev() callTakashi Iwai1-0/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+795