aboutsummaryrefslogtreecommitdiffstats
path: root/sound/isa/es18xx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-20ALSA: es18xx: Remove the unneeded result variableye xingchen1-4/+1
2021-07-19ALSA: es18xx: Allocate resources with device-managed APIsTakashi Iwai1-92/+20
2021-06-09ALSA: es18xx: Fix assignment in if conditionTakashi Iwai1-17/+34
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky1-9/+1
2021-01-26isa: Make the remove callback for isa drivers return voidUwe Kleine-König1-3/+2
2020-08-06ALSA: isa: delete repeated words in commentsRandy Dunlap1-1/+1
2020-07-09ALSA: Replace with fallthrough pseudo keyword in the remaining placesTakashi Iwai1-1/+1
2020-01-05ALSA: es18xx: More constificationsTakashi Iwai1-5/+5
2020-01-03ALSA: isa: Constify snd_kcontrol_new itemsTakashi Iwai1-13/+13
2020-01-03ALSA: isa: Constify snd_device_ops definitionsTakashi Iwai1-1/+1
2019-12-11ALSA: es18xx: Support PCM sync_stopTakashi Iwai1-0/+1
2019-12-11ALSA: isa: Drop superfluous ioctl PCM opsTakashi Iwai1-2/+0
2019-12-11ALSA: es18xx: Use managed buffer allocationTakashi Iwai1-19/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-16/+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-2/+0
2018-08-03ALSA: es18xx: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-08-17ALSA: isa: make snd_pcm_hardware constBhumika Goyal1-2/+2
2017-08-17ALSA: es18xx: constify pnp_device_id and pnp_card_device_idArvind Yadav1-2/+2
2017-08-12ALSA: es18xx: constify snd_pcm_ops structuresArvind Yadav1-2/+2
2017-06-09ALSA: es18xx: Constify hw_constraintsTakashi Iwai1-4/+4
2017-04-20Annotate hardware config module parameters in sound/isa/David Howells1-6/+6
2015-01-28ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai1-1/+1
2015-01-02ALSA: es18xx: Remove always NULL parameterLars-Peter Clausen1-8/+2
2014-11-04ALSA: es18xx: Add GPO controlsOndrej Zary1-10/+42
2014-10-21ALSA: es18xx: Use snd_ctl_enum_info()Takashi Iwai1-21/+5
2014-04-14ALSA: es18xx driver should use udelay errorLi, Zhen-Hua1-5/+5
2014-02-12ALSA: isa: Convert to snd_card_new() with a device pointerTakashi Iwai1-9/+7
2013-05-29ALSA: ISA: Remove superfluous *_set_drvdata(NULL) callsTakashi Iwai1-2/+0
2012-12-07ALSA: isa: remove __dev* attributesBill Pemberton1-40/+40
2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell1-2/+2
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-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2009-12-04Merge branch 'topic/misc' into for-linusTakashi Iwai1-50/+41
2009-11-08ALSA: es18xx: code improvementsKrzysztof Helt1-50/+41
2009-11-05ALSA: rename "PC Speaker" and "PC Beep" controls to "Beep"Jaroslav Kysela1-1/+1
2009-10-30ALSA: es18xx: remove snd_audiodrive structureKrzysztof Helt1-46/+25
2009-10-30ALSA: es18xx: remove snd_card pointer from snd_es18xx structureKrzysztof Helt1-31/+44
2009-01-12ALSA: Return proper error code at probe in sound/isa/*Takashi Iwai1-15/+12
2009-01-12ALSA: Convert to snd_card_create() in sound/isa/*Takashi Iwai1-2/+5
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai1-1/+0
2008-01-31[ALSA] es18xx: Enable wavetable input from ESS chipsKrzysztof Helt1-0/+2
2008-01-31[ALSA] sound/: Spelling fixesJoe Perches1-1/+1
2008-01-31[ALSA] sound/isa: kill pnp_resource_changeRene Herman1-47/+9
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day1-2/+2
2007-10-16[ALSA] add the ESS1879 pnpbios ID to the es18xx driverRene Herman1-0/+1
2007-10-16[ALSA] Clean up with common snd_ctl_boolean_*_info callbacksTakashi Iwai1-16/+2
2007-05-16[ALSA] Fix probe of non-PnP ISA devicesRene Herman1-6/+13