summaryrefslogtreecommitdiffstats
path: root/sound/isa/es18xx.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: es18xx: Remove the unneeded result variableye xingchen2022-09-201-4/+1
* ALSA: es18xx: Allocate resources with device-managed APIsTakashi Iwai2021-07-191-92/+20
* ALSA: es18xx: Fix assignment in if conditionTakashi Iwai2021-06-091-17/+34
* module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-171-9/+1
* isa: Make the remove callback for isa drivers return voidUwe Kleine-König2021-01-261-3/+2
* ALSA: isa: delete repeated words in commentsRandy Dunlap2020-08-061-1/+1
* ALSA: Replace with fallthrough pseudo keyword in the remaining placesTakashi Iwai2020-07-091-1/+1
* ALSA: es18xx: More constificationsTakashi Iwai2020-01-051-5/+5
* ALSA: isa: Constify snd_kcontrol_new itemsTakashi Iwai2020-01-031-13/+13
* ALSA: isa: Constify snd_device_ops definitionsTakashi Iwai2020-01-031-1/+1
* ALSA: es18xx: Support PCM sync_stopTakashi Iwai2019-12-111-0/+1
* ALSA: isa: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-111-2/+0
* ALSA: es18xx: Use managed buffer allocationTakashi Iwai2019-12-111-19/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-16/+1
* ALSA: isa: Avoid passing NULL to memory allocatorsTakashi Iwai2019-02-011-1/+1
* ALSA: isa: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai2019-01-151-2/+0
* ALSA: es18xx: mark expected switch fall-throughGustavo A. R. Silva2018-08-031-0/+1
* ALSA: isa: make snd_pcm_hardware constBhumika Goyal2017-08-171-2/+2
* ALSA: es18xx: constify pnp_device_id and pnp_card_device_idArvind Yadav2017-08-171-2/+2
* ALSA: es18xx: constify snd_pcm_ops structuresArvind Yadav2017-08-121-2/+2
* ALSA: es18xx: Constify hw_constraintsTakashi Iwai2017-06-091-4/+4
* Annotate hardware config module parameters in sound/isa/David Howells2017-04-201-6/+6
* ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai2015-01-281-1/+1
* ALSA: es18xx: Remove always NULL parameterLars-Peter Clausen2015-01-021-8/+2
* ALSA: es18xx: Add GPO controlsOndrej Zary2014-11-041-10/+42
* ALSA: es18xx: Use snd_ctl_enum_info()Takashi Iwai2014-10-211-21/+5
* ALSA: es18xx driver should use udelay errorLi, Zhen-Hua2014-04-141-5/+5
* ALSA: isa: Convert to snd_card_new() with a device pointerTakashi Iwai2014-02-121-9/+7
* ALSA: ISA: Remove superfluous *_set_drvdata(NULL) callsTakashi Iwai2013-05-291-2/+0
* ALSA: isa: remove __dev* attributesBill Pemberton2012-12-071-40/+40
* ALSA: module_param: make bool parameters really boolRusty Russell2011-12-191-2/+2
* sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker2011-10-311-1/+1
* sound: irq: Remove IRQF_DISABLEDYong Zhang2011-09-221-1/+1
* ALSA: mpu401: clean up interrupt specificationClemens Ladisch2011-09-141-2/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* Merge branch 'topic/misc' into for-linusTakashi Iwai2009-12-041-50/+41
|\
| * ALSA: es18xx: code improvementsKrzysztof Helt2009-11-081-50/+41
* | ALSA: rename "PC Speaker" and "PC Beep" controls to "Beep"Jaroslav Kysela2009-11-051-1/+1
|/
* ALSA: es18xx: remove snd_audiodrive structureKrzysztof Helt2009-10-301-46/+25
* ALSA: es18xx: remove snd_card pointer from snd_es18xx structureKrzysztof Helt2009-10-301-31/+44
* ALSA: Return proper error code at probe in sound/isa/*Takashi Iwai2009-01-121-15/+12
* ALSA: Convert to snd_card_create() in sound/isa/*Takashi Iwai2009-01-121-2/+5
* [ALSA] Remove sound/driver.hTakashi Iwai2008-01-311-1/+0
* [ALSA] es18xx: Enable wavetable input from ESS chipsKrzysztof Helt2008-01-311-0/+2
* [ALSA] sound/: Spelling fixesJoe Perches2008-01-311-1/+1
* [ALSA] sound/isa: kill pnp_resource_changeRene Herman2008-01-311-47/+9
* Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day2007-10-191-2/+2
* [ALSA] add the ESS1879 pnpbios ID to the es18xx driverRene Herman2007-10-161-0/+1
* [ALSA] Clean up with common snd_ctl_boolean_*_info callbacksTakashi Iwai2007-10-161-16/+2
* [ALSA] Fix probe of non-PnP ISA devicesRene Herman2007-05-161-6/+13