summaryrefslogtreecommitdiffstats
path: root/sound/drivers/mtpav.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: drivers: Convert timers to use timer_setup()Kees Cook2017-10-241-4/+3
* Annotate hardware config module parameters in sound/drivers/David Howells2017-04-201-2/+2
* ALSA: drivers: Constify snd_rawmidi_opsTakashi Iwai2017-01-121-2/+2
* ALSA: mtpav: Use setup_timer() and mod_timer()Takashi Iwai2015-01-191-8/+4
* ALSA: drivers: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* ALSA: drivers: Convert to snd_card_new() with a device pointerTakashi Iwai2014-02-121-2/+2
* ALSA: mtpav: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-231-1/+0
* ALSA: drivers: remove __dev* attributesBill Pemberton2012-12-071-7/+7
* ALSA: Add missing .owner=THIS_MODULE to platform_driver definitionsTakashi Iwai2012-07-021-1/+2
* sound: Add module.h to the previously silent sound usersPaul Gortmaker2011-10-311-0/+1
* sound: irq: Remove IRQF_DISABLEDYong Zhang2011-09-221-1/+1
* ALSA: use linux/io.h to fix compile warningsTakashi Iwai2011-02-021-2/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* Merge branch 'topic/misc' into for-linusTakashi Iwai2009-03-241-5/+7
|\
| * ALSA: Add missing KERN_* prefix to printk in sound/driversTakashi Iwai2009-02-051-5/+7
* | Merge branch 'topic/snd_card_new-err' into for-linusTakashi Iwai2009-03-241-3/+3
|\ \
| * | ALSA: Convert to snd_card_create() in other sound/*Takashi Iwai2009-01-121-3/+3
| |/
* / ALSA: mtpav - Fix initial value for input hwportTakashi Iwai2009-02-121-1/+2
|/
* ALSA: mtpav - Fix race in probeTakashi Iwai2008-10-101-4/+4
* [ALSA] Remove sound/driver.hTakashi Iwai2008-01-311-1/+0
* [ALSA] Fix __devinit and __devexit issues with sound driversPrarit Bhargava2007-02-141-6/+6
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-1/+1
* [PATCH] irq-flags: sound: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* [ALSA] unregister platform device again if probe was unsuccessfulRene Herman2006-06-221-5/+9
* [ALSA] unregister platform devicesClemens Ladisch2006-01-031-1/+3
* [ALSA] mtpav - Use platform_deviceTakashi Iwai2006-01-031-139/+129
* [ALSA] Remove xxx_t typedefs: Generic driversTakashi Iwai2006-01-031-19/+19
* [ALSA] Remove vmalloc wrapper, kfree_nocheck()Takashi Iwai2005-11-041-4/+1
* [ALSA] Replace with kzalloc() - othersTakashi Iwai2005-09-121-1/+1
* [ALSA] Add snd_card_set_generic_dev() callTakashi Iwai2005-09-121-0/+3
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+795