aboutsummaryrefslogtreecommitdiffstats
path: root/sound/drivers/mpu401/mpu401.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-19ALSA: mpu401: Allocate resources with device-managed APIsTakashi Iwai1-29/+5
2021-06-09ALSA: mpu401: Fix assignment in if conditionTakashi Iwai1-3/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-16/+1
2017-08-17ALSA: drivers: mpu401: constify pnp_device_idArvind Yadav1-1/+1
2017-04-20Annotate hardware config module parameters in sound/drivers/David Howells1-2/+2
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
2012-12-07ALSA: drivers: remove __dev* attributesBill Pemberton1-9/+9
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: fix drivers needing module.h not moduleparam.hPaul Gortmaker1-1/+1
2011-09-14ALSA: mpu401: clean up interrupt specificationClemens Ladisch1-2/+1
2009-01-12ALSA: Convert to snd_card_create() in other sound/*Takashi Iwai1-3/+3
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai1-1/+0
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/+4
2007-07-20[ALSA] more section mismatchesRandy Dunlap1-1/+1
2007-05-11[ALSA] mpu401 - Add MPU401_INFO_UART_ONLY bitflagTakashi Iwai1-4/+8
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] 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-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] mpu401 - Use platform_deviceTakashi Iwai1-24/+63
2006-01-03[ALSA] Remove xxx_t typedefs: MPU401Takashi Iwai1-5/+5
2005-09-12[ALSA] Add snd_card_set_generic_dev() callTakashi Iwai1-10/+16
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+229