aboutsummaryrefslogtreecommitdiffstats
path: root/sound/drivers/mpu401/mpu401_uart.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-12ALSA: mpu401: Adjust four checks for null pointersMarkus Elfring1-4/+4
2017-08-12ALSA: mpu401: Use common error handling code in snd_mpu401_uart_new()Markus Elfring1-6/+9
2017-08-12ALSA: mpu401: Delete an error message for a failed memory allocation in snd_mpu401_uart_new()Markus Elfring1-1/+0
2017-01-12ALSA: drivers: Constify snd_rawmidi_opsTakashi Iwai1-2/+2
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
2013-03-12ALSA: add/change some comments describing function return valuesYacine Belkadi1-1/+5
2012-07-25ALSA: mpu401: Fix missing initialization of irq fieldTakashi Iwai1-0/+1
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-09-14ALSA: mpu401: clean up interrupt specificationClemens Ladisch1-10/+10
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 Iwai1-1/+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 Kysela1-2/+2
2007-10-16[ALSA] mpu-401: remove MPU401_INFO_UART_ONLY flagClemens Ladisch1-2/+1
2007-10-16[ALSA] mpu-401: do not require an ACK byte for the ENTER_UART commandClemens Ladisch1-1/+1
2007-05-11[ALSA] mpu401 - Add MPU401_INFO_UART_ONLY bitflagTakashi Iwai1-6/+12
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-6/+2
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-04-20[PATCH] sound: fix hang in mpu401_uart.cJon Masters1-9/+33
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] Remove xxx_t typedefs: MPU401Takashi Iwai1-36/+36
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-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+541