summaryrefslogtreecommitdiffstats
path: root/sound/isa
Commit message (Expand)AuthorAgeFilesLines
...
| * ALSA: es1688: More constificationsTakashi Iwai2020-01-052-5/+5
| * ALSA: cmi8330: More constificationsTakashi Iwai2020-01-051-4/+4
| * ALSA: sb: More constificationsTakashi Iwai2020-01-055-37/+37
| * ALSA: cs423x: More constificationTakashi Iwai2020-01-051-1/+1
| * ALSA: cmi8328: More constificationsTakashi Iwai2020-01-051-12/+12
| * ALSA: isa: Constify snd_kcontrol_new itemsTakashi Iwai2020-01-0313-45/+45
| * ALSA: info: Make snd_info_entry_ops as constTakashi Iwai2020-01-031-1/+1
| * ALSA: Constify snd_timer_hardware definitionsTakashi Iwai2020-01-032-3/+3
| * ALSA: isa: Constify snd_device_ops definitionsTakashi Iwai2020-01-038-8/+8
| * ALSA: ad1816a: constify copied structureJulia Lawall2020-01-011-1/+1
| * ALSA: wss: Support PCM sync_stopTakashi Iwai2019-12-111-0/+1
| * ALSA: wavefront: Support PCM sync_stopTakashi Iwai2019-12-111-0/+1
| * ALSA: sb: Support PCM sync_stopTakashi Iwai2019-12-111-0/+1
| * ALSA: opti9xx: Support PCM sync_stopTakashi Iwai2019-12-111-0/+1
| * ALSA: opl3sa2: Support PCM sync_stopTakashi Iwai2019-12-111-0/+1
| * ALSA: msnd: Support PCM sync_stopTakashi Iwai2019-12-111-0/+1
| * ALSA: gus: Support PCM sync_stopTakashi Iwai2019-12-113-1/+4
| * ALSA: es18xx: Support PCM sync_stopTakashi Iwai2019-12-111-0/+1
| * ALSA: es1688: Support PCM sync_stopTakashi Iwai2019-12-111-0/+1
| * ALSA: ad1816a: Support PCM sync_stopTakashi Iwai2019-12-111-0/+1
| * ALSA: isa: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-118-15/+0
| * ALSA: es1688: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-111-8/+0
| * ALSA: wss: Use managed buffer allocationTakashi Iwai2019-12-111-21/+2
| * ALSA: gus: Use managed buffer allocationTakashi Iwai2019-12-111-19/+9
| * ALSA: sb: Use managed buffer allocationTakashi Iwai2019-12-112-38/+4
| * ALSA: es18xx: Use managed buffer allocationTakashi Iwai2019-12-111-19/+5
| * ALSA: es1688: Use managed buffer allocationTakashi Iwai2019-12-111-18/+2
| * ALSA: cmi8330: Use managed buffer allocationTakashi Iwai2019-12-111-3/+2
| * ALSA: ad1816a: Use managed buffer allocationTakashi Iwai2019-12-111-18/+2
* | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
|/
* ALSA: cs4236: fix error return comparison of an unsigned integerColin Ian King2019-11-221-1/+2
* sound: Fix Kconfig indentationKrzysztof Kozlowski2019-10-071-9/+9
* ALSA: sb: remove redundant assignment to variable resultColin Ian King2019-08-141-1/+1
* ALSA: isa/wavefront: remove redundant assignment to pointer bptrColin Ian King2019-08-021-1/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 371Thomas Gleixner2019-06-051-4/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 370Thomas Gleixner2019-06-051-4/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-3053-803/+53
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-4/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-245-71/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-213-42/+3
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-218-0/+8
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-212-0/+2
* ALSA: gus: fix misuse of %xFuqian Huang2019-04-281-1/+1
* ALSA: sb8: add a check for request_regionKangjie Lu2019-03-161-0/+4
* ALSA: es1688: Remove set but not used variable 'hw'YueHaibing2019-02-141-3/+1
* ALSA: isa: Clean up with new procfs helpersTakashi Iwai2019-02-064-16/+5
* ALSA: isa: Avoid passing NULL to memory allocatorsTakashi Iwai2019-02-019-12/+13
* Merge branch 'topic/pcm-device-suspend' into for-nextTakashi Iwai2019-01-1810-12/+0
|\
| * ALSA: isa: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai2019-01-1510-12/+0
* | ALSA: sb: fix a missing check of snd_ctl_addAditya Pakki2019-01-071-3/+7