aboutsummaryrefslogtreecommitdiffstats
path: root/sound/isa/ad1816a (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-19ALSA: ad1816a: Allocate resources with device-managed APIsTakashi Iwai2-74/+16
2021-06-09ALSA: ad1816a: Fix assignment in if conditionTakashi Iwai2-18/+32
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky1-7/+0
2020-04-17ALSA: Fix misspellings of "Analog Devices"Geert Uytterhoeven1-1/+1
2020-01-03ALSA: isa: Constify snd_kcontrol_new itemsTakashi Iwai1-1/+1
2020-01-03ALSA: isa: Constify snd_device_ops definitionsTakashi Iwai1-1/+1
2020-01-01ALSA: ad1816a: constify copied structureJulia Lawall1-1/+1
2019-12-11ALSA: ad1816a: Support PCM sync_stopTakashi Iwai1-0/+1
2019-12-11ALSA: isa: Drop superfluous ioctl PCM opsTakashi Iwai1-2/+0
2019-12-11ALSA: ad1816a: Use managed buffer allocationTakashi Iwai1-18/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2-26/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-02-01ALSA: isa: Avoid passing NULL to memory allocatorsTakashi Iwai1-1/+1
2019-01-15ALSA: isa: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai1-1/+0
2018-07-27ALSA: ad1816a: Fix sparse warning wrt PCM format typeTakashi Iwai1-1/+2
2017-08-17ALSA: isa: make snd_pcm_hardware constBhumika Goyal1-2/+2
2017-08-17ALSA: ad1816a: constify pnp_card_device_idArvind Yadav1-1/+1
2017-08-12ALSA: ad1816a: constify snd_pcm_ops structuresArvind Yadav1-2/+2
2015-01-28ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai1-1/+1
2015-01-02ALSA: ad1816a: Remove always NULL parametersLars-Peter Clausen2-10/+4
2014-10-21ALSA: ad1816a: Use snd_ctl_enum_info()Takashi Iwai1-8/+2
2014-02-12ALSA: isa: Convert to snd_card_new() with a device pointerTakashi Iwai1-3/+3
2012-12-07ALSA: isa: remove __dev* attributesBill Pemberton2-18/+19
2012-08-20ALSA: snd-ad1816a: Implement suspend/resumeOndrej Zary2-2/+52
2012-08-20ALSA: snd-ad1816a: remove useless struct snd_card_ad1816aOndrej Zary2-35/+13
2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell1-1/+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 Ladisch1-1/+1
2010-09-07sound: Remove unnecessary casts of private_dataJoe Perches1-1/+1
2009-02-16Merge branch 'topic/snd_card_new-err' into topic/cs423x-mergeTakashi Iwai1-3/+4
2009-02-05ALSA: isa/*: Add missing KERN_* prefix to printkTakashi Iwai1-3/+3
2009-01-21ALSA: ad1816a: enable hardware timerKrzysztof Helt2-5/+7
2009-01-21ALSA: do not create OPL3 timers if there is no OPL3 irq wiredKrzysztof Helt1-5/+2
2009-01-12ALSA: Convert to snd_card_create() in sound/isa/*Takashi Iwai1-3/+4
2008-08-25ALSA: snd-ad1816a: add different TerraTec EWS64 S modelRene Herman1-1/+3
2008-08-13ALSA: Kill snd_assert() in sound/isa/*Takashi Iwai1-2/+4
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai2-2/+0
2008-01-31[ALSA] sound/isa: kill pnp_resource_changeRene Herman1-48/+5
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela1-1/+1
2007-10-16[ALSA] remove incorrect usage of SNDRV_PCM_INFO_SYNC_START and snd_pcm_set_sync()Clemens Ladisch1-2/+0
2007-05-11[ALSA] ad1816a: Fix modprobe snd_mpu401 && modprobe snd_ad1816aRask Ingemann Lambertsen1-2/+6
2007-02-09[ALSA] Add even more 'const' to everything related to TLVTakashi Iwai1-5/+5
2006-10-22[ALSA] sound/isa/ad1816a/ad1816a.c: check kmalloc() return valueAmit Choudhary1-0/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-09-23[ALSA] Add dB scale information to ad1816a driverTakashi Iwai1-11/+44
2006-07-02[PATCH] irq-flags: sound: Use the new IRQF_ constantsThomas Gleixner2-2/+2
2006-03-27[PATCH] PNP: adjust pnp_register_card_driver() signature: ad1816aBjorn Helgaas1-3/+9
2006-03-22[ALSA] ad1816a - Fix PCM trigger directionKen Arromdee1-6/+9
2006-01-03[ALSA] Merge ad1816a-lib module to ad1816aTakashi Iwai2-40/+12