aboutsummaryrefslogtreecommitdiff
path: root/sound/isa
AgeCommit message (Expand)Author
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-11-22ALSA: cs4236: fix error return comparison of an unsigned integerColin Ian King
2019-10-07sound: Fix Kconfig indentationKrzysztof Kozlowski
2019-08-14ALSA: sb: remove redundant assignment to variable resultColin Ian King
2019-08-02ALSA: isa/wavefront: remove redundant assignment to pointer bptrColin Ian King
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 371Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 370Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-04-28ALSA: gus: fix misuse of %xFuqian Huang
2019-03-16ALSA: sb8: add a check for request_regionKangjie Lu
2019-02-14ALSA: es1688: Remove set but not used variable 'hw'YueHaibing
2019-02-06ALSA: isa: Clean up with new procfs helpersTakashi Iwai
2019-02-01ALSA: isa: Avoid passing NULL to memory allocatorsTakashi Iwai
2019-01-18Merge branch 'topic/pcm-device-suspend' into for-nextTakashi Iwai
2019-01-15ALSA: isa: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai
2019-01-07ALSA: sb: fix a missing check of snd_ctl_addAditya Pakki
2019-01-07ALSA: gus: add a check of the status of snd_ctl_addKangjie Lu
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-11-24ALSA: wss: Fix invalid snd_free_pages() at error pathTakashi Iwai
2018-10-12ALSA: opti92xx-ad1848: Use the standard fall-through annotationTakashi Iwai
2018-10-02ALSA: sb8: Fix fall-through annotationsGustavo A. R. Silva
2018-08-03ALSA: isa: Remove empty init and exitTakashi Iwai
2018-08-03ALSA: gus: fix spelling mistake "acumulator" -> "accumulator"Colin Ian King
2018-08-03ALSA: es18xx: mark expected switch fall-throughGustavo A. R. Silva
2018-08-03ALSA: opti9xx: mark expected switch fall-throughsGustavo A. R. Silva
2018-08-03ALSA: opti92x: mark expected switch fall-throughsGustavo A. R. Silva
2018-08-03ALSA: galaxy: Mark expected switch fall-throughsGustavo A. R. Silva
2018-08-02ALSA: sb: Fix a typoTakashi Iwai
2018-07-27ALSA: sb: Proper endian notationsTakashi Iwai
2018-07-27ALSA: sb: Fix sparse warning wrt PCM format typeTakashi Iwai
2018-07-27ALSA: sb: Fix PCM format bit calculationTakashi Iwai
2018-07-27ALSA: wss: Fix sparse warning wrt PCM format typeTakashi Iwai
2018-07-27ALSA: ad1816a: Fix sparse warning wrt PCM format typeTakashi Iwai
2018-07-26ALSA: msnd: Use NULL instead of 0Takashi Iwai
2018-07-26ALSA: msnd: Fix the default sample sizesTakashi Iwai
2018-07-26ALSA: msnd: Add missing __iomem annotationsTakashi Iwai
2018-07-17ALSA: emu8000: Use swap macro in snd_emu8000_sample_newGustavo A. R. Silva
2018-07-16ALSA: sb8: remove redundant pointer runtimeColin Ian King
2018-07-16ALSA: gus: remove redundant pointer private_dataColin Ian King
2018-07-16ALSA: es1688: remove redundant pointer chipColin Ian King
2018-06-26ALSA: Fix references to Documentation/.*/MultiSoundMauro Carvalho Chehab
2018-06-07Merge tag 'media/v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2018-05-28sound: Use octal not symbolic permissionsJoe Perches
2018-05-02ALSA: sc6000: fix spelling mistake: "iomaped" -> "iomapped"Colin Ian King
2018-04-23ALSA: cmi8328: array_find() can be statickbuild test robot