summaryrefslogtreecommitdiffstats
path: root/sound/isa/es1688
Commit message (Expand)AuthorAgeFilesLines
* ALSA: es1688: Fix -Wformat-truncation warningTakashi Iwai2023-09-151-3/+3
* ALSA: es1688: Avoid devres management for es1688 object creationTakashi Iwai2021-08-051-9/+20
* ALSA: es1688: Allocate resources with device-managed APIsTakashi Iwai2021-07-192-44/+18
* ALSA: isa: Fix assignment in if conditionTakashi Iwai2021-06-091-1/+2
* module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-171-5/+0
* Merge tag 'tags/isa-void-remove-callback' into for-nextTakashi Iwai2021-01-261-2/+1
|\
| * isa: Make the remove callback for isa drivers return voidUwe Kleine-König2021-01-261-2/+1
* | ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches2021-01-081-2/+2
|/
* ALSA: es1688: Add the missed snd_card_free()Chuhong Yuan2020-06-031-1/+3
* ALSA: es1688: More constificationsTakashi Iwai2020-01-052-5/+5
* ALSA: isa: Constify snd_kcontrol_new itemsTakashi Iwai2020-01-031-1/+1
* ALSA: isa: Constify snd_device_ops definitionsTakashi Iwai2020-01-031-1/+1
* ALSA: es1688: Support PCM sync_stopTakashi Iwai2019-12-111-0/+1
* ALSA: es1688: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-111-8/+0
* ALSA: es1688: Use managed buffer allocationTakashi Iwai2019-12-111-18/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-302-32/+2
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* ALSA: es1688: Remove set but not used variable 'hw'YueHaibing2019-02-141-3/+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: isa: Remove empty init and exitTakashi Iwai2018-08-031-16/+0
* ALSA: es1688: remove redundant pointer chipColin Ian King2018-07-161-2/+0
* ALSA: isa: make snd_pcm_hardware constBhumika Goyal2017-08-171-2/+2
* ALSA: es1688: constify pnp_card_device_idArvind Yadav2017-08-171-1/+1
* ALSA: es1688: constify snd_pcm_ops structuresArvind Yadav2017-08-121-2/+2
* ALSA: es1688: Constify hw_constraintsTakashi Iwai2017-06-091-2/+2
* Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-101-6/+6
|\
| * Annotate hardware config module parameters in sound/isa/David Howells2017-04-201-6/+6
* | ALSA: es1688: Use strcpy() instead of sprintf()Nicolas Iooss2017-03-201-1/+1
|/
* ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai2015-01-281-1/+1
* ALSA: es1688: Remove almost always NULL parameterLars-Peter Clausen2015-01-022-9/+4
* ALSA: es1688_lib: Deletion of an unnecessary check before the function call "...Markus Elfring2014-11-211-2/+1
* ALSA: es1688: Use snd_ctl_enum_info()Takashi Iwai2014-10-211-8/+2
* ALSA: isa: Convert to snd_card_new() with a device pointerTakashi Iwai2014-02-121-7/+5
* ALSA: ISA: Remove superfluous *_set_drvdata(NULL) callsTakashi Iwai2013-05-291-1/+0
* ALSA: isa: remove __dev* attributesBill Pemberton2012-12-071-14/+14
* ALSA: es1688 - freeup resources on init failureFengguang Wu2012-07-301-11/+23
* ALSA: module_param: make bool parameters really boolRusty Russell2011-12-191-2/+2
* sound: Add module.h to the previously silent sound usersPaul Gortmaker2011-10-311-0/+1
* 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-1/+1
* ALSA: es1688: add pedantic range checksDan Carpenter2010-05-171-4/+7
* ALSA: Merge es1688 and es968 driversKrzysztof Helt2010-05-102-29/+179
* ALSA: es1688: allocate snd_es1688 structure as a part of snd_card structureKrzysztof Helt2010-05-102-40/+27
* ALSA: rename "PC Speaker" and "PC Beep" controls to "Beep"Jaroslav Kysela2009-11-051-1/+1
* ALSA: Add missing __devexit_p() markersJean Delvare2009-06-041-1/+1
* Merge branch 'topic/snd_card_new-err' into topic/cs423x-mergeTakashi Iwai2009-02-161-3/+3
|\
| * ALSA: Convert to snd_card_create() in sound/isa/*Takashi Iwai2009-01-121-3/+3
* | ALSA: isa/*: Add missing KERN_* prefix to printkTakashi Iwai2009-02-051-8/+15