summaryrefslogtreecommitdiffstats
path: root/sound/pci/echoaudio
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-1/+1
2026-02-18ALSA: echoaudio: Add SPDX ids to some filesTim Bird-335/+21
2025-12-31ALSA: echoaudio: adjust function nameJulia Lawall-4/+4
2025-09-01ALSA: echoaudio: Use guard() for spin locksTakashi Iwai-89/+62
2025-09-01ALSA: echoaudio: Use guard() for mutex locksTakashi Iwai-22/+14
2025-07-11ALSA: echoaudio: Use safer strscpy() instead of strcpy()Takashi Iwai-1/+1
2025-07-09ALSA: echoaudio: Replace deprecated strcpy() with strscpy()Thorsten Blum-6/+7
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+1
2025-04-24ALSA: echoaudio: Use pure devres PCIPhilipp Stanner-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-1/+1
2025-03-19ALSA: echoaudio: remove unused variableAndres Urian Florez-4/+2
2024-05-08ALSA: pci: Use *-y instead of *-objs in MakefileTakashi Iwai-14/+14
2024-02-22ALSA: echoaudio: remove redundant assignment to variable clockColin Ian King-1/+0
2024-02-12ALSA: echoaudio: Simplify with DEFINE_SIMPLE_DEV_PM_OPS()Takashi Iwai-21/+2
2022-04-13Merge branch 'for-linus' into for-nextTakashi Iwai-2/+7
2022-04-12ALSA: echoaudio: Fix the missing snd_card_free() call at probe errorTakashi Iwai-2/+7
2022-04-05ALSA: echoaudio: remove redundant assignment to variable iColin Ian King-1/+0
2022-03-04ALSA: echoaudio: remove redundant assignment to variable bytesColin Ian King-1/+1
2021-07-19ALSA: echoaudio: Allocate resources with device-managed APIsTakashi Iwai-122/+48
2021-06-09ALSA: echoaudio: Fix assignment in if conditionTakashi Iwai-121/+190
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky-1/+0
2020-08-13ALSA: echoaudio: Fix potential Oops in snd_echo_resume()Dinghao Liu-2/+0
2020-08-11ALSA: echoaduio: Drop superfluous volatile modifierTakashi Iwai-3/+2
2020-07-13ALSA: echoaudio: re-enable IRQs on failure pathDan Carpenter-1/+1
2020-07-09ALSA: Use fallthrough pseudo-keywordGustavo A. R. Silva-2/+2
2020-07-09ALSA: echoaudio: Address bugs in the interrupt handlingMark Hills-28/+65
2020-07-09ALSA: echoaudio: Prevent some noise on unloading the moduleMark Hills-2/+2
2020-07-09ALSA: echoaudio: Prevent races in calls to set_audio_format()Mark Hills-1/+14
2020-07-09ALSA: echoaudio: Race conditions around "opencount"Mark Hills-37/+45
2020-07-09ALSA: echoaudio: Remove redundant checkMark Hills-5/+0
2020-07-07ALSA: pci/echoaudio: remove 'set but not used' warningPierre-Louis Bossart-1/+2
2020-01-28Merge tag 'sound-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds-52/+23
2020-01-08ALSA: pci: echoaudio: remove set but not used variable 'chip'YueHaibing-6/+0
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig-1/+1
2020-01-05ALSA: echoaudio: More constificationTakashi Iwai-1/+1
2020-01-03ALSA: pci: Constify snd_device_ops definitionsTakashi Iwai-1/+1
2020-01-03ALSA: pci: Constify snd_pcm_hardware definitionsTakashi Iwai-14/+14
2019-12-23ALSA: pci: echoaudio: remove usage of dimen menber of elem_value structureTakashi Sakamoto-11/+0
2019-12-11ALSA: echoaudio: Support PCM sync_stopTakashi Iwai-0/+3
2019-12-11ALSA: pci: Drop superfluous ioctl PCM opsTakashi Iwai-4/+0
2019-12-11ALSA: echoaudio: Use managed buffer allocationTakashi Iwai-15/+4
2019-12-08ALSA: echoaudio: simplify get_audio_levelsOlof Johansson-13/+7
2019-11-06ALSA: echoaudio: Avoid non-standard macro usageTakashi Iwai-13/+7
2019-11-06ALSA: pci: Drop superfluous snd_pcm_sgbuf_ops_pageTakashi Iwai-4/+0
2019-07-25ALSA: echoaudio: Replace kmalloc + memcpy with kmemdupChuhong Yuan-3/+2
2019-07-08Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai-195/+15
2019-06-13ALSA: pci: echoaudio: remove variable which is a constantWolfram Sang-5/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Thomas Gleixner-195/+15
2019-03-16ALSA: echoaudio: add a check for ioremap_nocacheKangjie Lu-0/+5