aboutsummaryrefslogtreecommitdiffstats
path: root/sound/drivers/mpu401 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-28ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai1-1/+1
2015-01-19ALSA: mpu401: Use setup_timer() and mod_timer()Takashi Iwai1-7/+4
2014-10-20ALSA: drivers: mpu401: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-02-12ALSA: drivers: Convert to snd_card_new() with a device pointerTakashi Iwai1-6/+6
2013-05-23ALSA: mpu401: Remove redundant platform_set_drvdata()Sachin Kamat1-1/+0
2013-03-12ALSA: add/change some comments describing function return valuesYacine Belkadi1-1/+5
2012-12-07ALSA: drivers: remove __dev* attributesBill Pemberton1-9/+9
2012-07-25ALSA: mpu401: Fix missing initialization of irq fieldTakashi Iwai1-0/+1
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-3/+3
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker1-0/+1
2011-10-31sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker1-1/+1
2011-09-22sound: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-09-14ALSA: mpu401: clean up interrupt specificationClemens Ladisch2-12/+11
2009-01-12ALSA: Convert to snd_card_create() in other sound/*Takashi Iwai1-3/+3
2008-04-29[ALSA] Add MPU401_INFO_NO_ACK bitflagTakashi Iwai1-1/+1
2008-04-24[ALSA] Define MPU401 registers in sound/mpu401_uart.hTakashi Iwai1-6/+4
2008-04-24[ALSA] mpu401: reduce tx loop timeoutClemens Ladisch1-6/+7
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai2-2/+0
2007-11-19[ALSA] mpu401: fix recursive locking in timerClemens Ladisch1-4/+8
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela3-5/+5
2007-10-16[ALSA] mpu-401: remove MPU401_INFO_UART_ONLY flagClemens Ladisch2-4/+5
2007-10-16[ALSA] mpu-401: do not require an ACK byte for the ENTER_UART commandClemens Ladisch1-1/+1
2007-07-20[ALSA] more section mismatchesRandy Dunlap1-1/+1
2007-05-11[ALSA] mpu401 - Add MPU401_INFO_UART_ONLY bitflagTakashi Iwai2-10/+20
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-6/+2
2006-09-23[ALSA] Deprecate snd_card_free_in_thread()Takashi Iwai1-1/+1
2006-07-02[PATCH] irq-flags: sound: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-27[PATCH] 64bit resource: fix up printks for resources in sound driversGreg Kroah-Hartman1-2/+3
2006-06-22[ALSA] Change an arugment of snd_mpu401_uart_new() to bit flagsTakashi Iwai1-28/+68
2006-06-22[ALSA] mpu401_uart - Fix coding style and code clean upTakashi Iwai1-42/+66
2006-06-22[ALSA] unregister platform device again if probe was unsuccessfulRene Herman1-0/+4
2006-05-21[PATCH] mpu401 section fixAndrew Morton1-1/+1
2006-04-27[ALSA] continue on IS_ERR from platform device registrationRene Herman1-10/+4
2006-04-20[PATCH] sound: fix hang in mpu401_uart.cJon Masters1-9/+33
2006-03-27[PATCH] pnp: mpu401: adjust pnp_register_driver signatureBjorn Helgaas1-8/+8
2006-03-22[ALSA] Fix check of enable module optionTakashi Iwai1-1/+3
2006-01-03[ALSA] unregister platform devicesClemens Ladisch1-6/+15
2006-01-03[ALSA] Fix possible races in timer callbacksTakashi Iwai1-2/+3
2006-01-03[ALSA] Add error messagesTakashi Iwai1-0/+1
2006-01-03[ALSA] mpu401 - Use platform_deviceTakashi Iwai1-24/+63
2006-01-03[ALSA] Remove xxx_t typedefs: MPU401Takashi Iwai2-41/+41
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-10/+16
2005-04-16Linux-2.6.12-rc2Linus Torvalds3-0/+782