aboutsummaryrefslogtreecommitdiffstats
path: root/sound/drivers/portman2x4.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-09ALSA: serial: Fix assignment in if conditionTakashi Iwai1-5/+10
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky1-1/+0
2020-10-06ALSA: portman2x4: fix repeated word 'if'Randy Dunlap1-1/+1
2020-05-07ALSA: portman2x4: Use bitwise instead of arithmetic operator for flagsSamuel Zou1-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner1-14/+1
2018-05-28sound: Use octal not symbolic permissionsJoe Perches1-3/+3
2017-01-12ALSA: drivers: Constify snd_rawmidi_opsTakashi Iwai1-2/+2
2016-03-02ALSA: portman2x4: fix NULL pointer dereferenceSudip Mukherjee1-5/+6
2016-02-18ALSA: portman2x4 - use new parport device modelSudip Mukherjee1-51/+42
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-3/+2
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-1/+1
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+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
2008-01-31[ALSA] drivers - Add missing snd_card_set_dev()Takashi Iwai1-0/+2
2007-11-20[ALSA] portman2x4 - Fix probe errorTakashi Iwai1-1/+1
2007-10-23[PARPORT] Remove unused 'irq' argument from parport irq functionsJeff Garzik1-1/+1
2007-07-20[ALSA] portman2x4 section mismatchRandy Dunlap1-1/+1
2007-05-11[ALSA] sound: fix incorrect use of platform_device_register()Akinobu Mita1-2/+2
2007-02-14[ALSA] Fix a typo in __dev* changes in portman2x4.cTakashi Iwai1-1/+1
2007-02-14[ALSA] Fix __devinit and __devexit issues with sound driversPrarit Bhargava1-3/+3
2007-02-09[ALSA] Add snd-portman2x4 driver for Midiman Portman 2x4 MIDI deviceMatthias Koenig1-0/+876