aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/echoaudio
AgeCommit message (Expand)AuthorFilesLines
2026-05-04ALSA: Consistently define pci_device_ids using named initializersUwe Kleine-König (The Capable Hub)14-39/+45
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-02-18ALSA: echoaudio: Add SPDX ids to some filesTim Bird21-335/+21
2025-12-31ALSA: echoaudio: adjust function nameJulia Lawall2-4/+4
2025-09-01ALSA: echoaudio: Use guard() for spin locksTakashi Iwai6-89/+62
2025-09-01ALSA: echoaudio: Use guard() for mutex locksTakashi Iwai1-22/+14
2025-07-11ALSA: echoaudio: Use safer strscpy() instead of strcpy()Takashi Iwai1-1/+1
2025-07-09ALSA: echoaudio: Replace deprecated strcpy() with strscpy()Thorsten Blum1-6/+7
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-04-24ALSA: echoaudio: Use pure devres PCIPhilipp Stanner1-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-03-19ALSA: echoaudio: remove unused variableAndres Urian Florez1-4/+2
2024-05-08ALSA: pci: Use *-y instead of *-objs in MakefileTakashi Iwai1-14/+14
2024-02-22ALSA: echoaudio: remove redundant assignment to variable clockColin Ian King1-1/+0
2024-02-12ALSA: echoaudio: Simplify with DEFINE_SIMPLE_DEV_PM_OPS()Takashi Iwai2-21/+2
2022-04-13Merge branch 'for-linus' into for-nextTakashi Iwai1-2/+7
2022-04-12ALSA: echoaudio: Fix the missing snd_card_free() call at probe errorTakashi Iwai1-2/+7
2022-04-05ALSA: echoaudio: remove redundant assignment to variable iColin Ian King1-1/+0
2022-03-04ALSA: echoaudio: remove redundant assignment to variable bytesColin Ian King1-1/+1
2021-07-19ALSA: echoaudio: Allocate resources with device-managed APIsTakashi Iwai2-122/+48
2021-06-09ALSA: echoaudio: Fix assignment in if conditionTakashi Iwai16-121/+190
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky1-1/+0
2020-08-13ALSA: echoaudio: Fix potential Oops in snd_echo_resume()Dinghao Liu1-2/+0
2020-08-11ALSA: echoaduio: Drop superfluous volatile modifierTakashi Iwai2-3/+2
2020-07-13ALSA: echoaudio: re-enable IRQs on failure pathDan Carpenter1-1/+1
2020-07-09ALSA: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-07-09ALSA: echoaudio: Address bugs in the interrupt handlingMark Hills2-28/+65
2020-07-09ALSA: echoaudio: Prevent some noise on unloading the moduleMark Hills1-2/+2
2020-07-09ALSA: echoaudio: Prevent races in calls to set_audio_format()Mark Hills1-1/+14
2020-07-09ALSA: echoaudio: Race conditions around "opencount"Mark Hills2-37/+45
2020-07-09ALSA: echoaudio: Remove redundant checkMark Hills1-5/+0
2020-07-07ALSA: pci/echoaudio: remove 'set but not used' warningPierre-Louis Bossart1-1/+2
2020-01-28Merge tag 'sound-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds15-52/+23
2020-01-08ALSA: pci: echoaudio: remove set but not used variable 'chip'YueHaibing1-6/+0
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2020-01-05ALSA: echoaudio: More constificationTakashi Iwai1-1/+1
2020-01-03ALSA: pci: Constify snd_device_ops definitionsTakashi Iwai1-1/+1
2020-01-03ALSA: pci: Constify snd_pcm_hardware definitionsTakashi Iwai14-14/+14
2019-12-23ALSA: pci: echoaudio: remove usage of dimen menber of elem_value structureTakashi Sakamoto1-11/+0
2019-12-11ALSA: echoaudio: Support PCM sync_stopTakashi Iwai1-0/+3
2019-12-11ALSA: pci: Drop superfluous ioctl PCM opsTakashi Iwai1-4/+0
2019-12-11ALSA: echoaudio: Use managed buffer allocationTakashi Iwai1-15/+4
2019-12-08ALSA: echoaudio: simplify get_audio_levelsOlof Johansson1-13/+7
2019-11-06ALSA: echoaudio: Avoid non-standard macro usageTakashi Iwai1-13/+7
2019-11-06ALSA: pci: Drop superfluous snd_pcm_sgbuf_ops_pageTakashi Iwai1-4/+0
2019-07-25ALSA: echoaudio: Replace kmalloc + memcpy with kmemdupChuhong Yuan1-3/+2
2019-07-08Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai15-195/+15
2019-06-13ALSA: pci: echoaudio: remove variable which is a constantWolfram Sang1-5/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Thomas Gleixner15-195/+15
2019-03-16ALSA: echoaudio: add a check for ioremap_nocacheKangjie Lu1-0/+5
2019-02-06ALSA: pci: Drop superfluous PCM preallocation error checksTakashi Iwai1-9/+7
2019-01-15ALSA: pci: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai1-3/+0
2018-08-06ALSA: echoaudio: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2018-07-27ALSA: echoaudio: Proper endian notationsTakashi Iwai5-38/+42
2018-05-24ALSA: echoaudio: Drop superfluous macroTakashi Iwai2-7/+1
2018-03-12ALSA: echoaudio: remove redundant initialization of pointer 'pipe'Colin Ian King1-2/+1
2017-11-13Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-26ALSA: Convert timers to use timer_setup()Kees Cook1-5/+5
2017-10-02Revert "ALSA: echoaudio: purge contradictions between dimension matrix member...Takashi Sakamoto1-3/+3
2017-08-10ALSA: echoaudio: constify snd_pcm_ops structuresArvind Yadav1-4/+4
2017-02-21ALSA: pci: constify snd_kcontrol_new structuresBhumika Goyal1-13/+13
2017-01-12ALSA: pci: Constify snd_rawmidi_opsTakashi Iwai1-2/+2
2016-11-29ALSA: echoaudio: Fix improper return value in function load_asicPan Bian1-1/+1
2016-07-25Merge branch 'for-next' into for-linusTakashi Iwai1-3/+3
2016-07-17ALSA: echoaudio: purge contradictions between dimension matrix members and to...Takashi Sakamoto1-3/+3
2016-06-27ALSA: echoaudio: Fix memory allocationChristophe JAILLET1-2/+2
2015-08-10ALSA: echoaudio: Use standard C definitions of true and falseMark Brown22-107/+104
2015-03-23ALSA: echoaudio: read past end of arrayDan Carpenter1-6/+10
2015-01-28ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai12-12/+12
2015-01-19ALSA: echoaudio: Use setup_timer() and mod_timer()Takashi Iwai1-3/+2
2015-01-11Merge branch 'topic/pci-cleanup' into for-nextTakashi Iwai1-5/+0
2015-01-09ALSA: echoaudio: Simplify PM callbacksTakashi Iwai1-5/+0
2015-01-04ALSA: Deletion of checks before the function call "iounmap"Markus Elfring1-5/+1
2014-12-02ALSA: echoaudio: Deletion of a check before release_and_free_resource()Markus Elfring1-2/+1
2014-11-05ALSA: echoaudio: cleanup of unnecessary messagesSudip Mukherjee18-110/+0
2014-11-03ALSA: echoaudio: remove all snd_printkSudip Mukherjee21-283/+327
2014-11-03ALSA: echoaudio: add reference of struct echoaudioSudip Mukherjee3-7/+9
2014-10-21ALSA: echoaudio: Use snd_ctl_enum_info()Takashi Iwai1-27/+6
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine14-14/+14
2014-07-01ALSA: echoaudio: Remove unused variableSachin Kamat1-6/+0
2014-03-05ALSA: echoaudio: use after free on errorDan Carpenter1-4/+4
2014-02-26ALSA: echoaudio: Use standard printk helpersTakashi Iwai3-15/+18
2014-02-12ALSA: pci: Convert to snd_card_new() with a device pointerTakashi Iwai1-3/+2
2013-05-29ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at removeTakashi Iwai1-1/+0
2012-12-07ALSA: pci: remove __dev* attributesBill Pemberton3-27/+27
2012-08-14ALSA: PCI: Replace CONFIG_PM with CONFIG_PM_SLEEPTakashi Iwai2-7/+7
2012-07-03ALSA: Convert to new pm_ops for PCI driversTakashi Iwai1-9/+13
2012-05-21Merge branch 'topic/misc' into for-linusTakashi Iwai1-20/+2
2012-05-06ALSA: echoaudio: Remove incorrect part of assertionMark Hills1-1/+1
2012-04-24ALSA: pci: clean up using module_pci_driver()Takashi Iwai1-20/+2
2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell1-1/+1
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker1-0/+2
2011-10-31sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker14-14/+14
2011-07-26atomic: use <linux/atomic.h>Arun Sharma14-14/+14
2011-06-10ALSA: use KBUILD_MODNAME for request_irq argument in sound/pci/*Takashi Iwai1-2/+2
2011-06-10ALSA: Use KBUILD_MODNAME for pci_driver.name entriesTakashi Iwai1-1/+1
2010-07-19ALSA: echoaudio: check kmalloc() resultKulikov Vasiliy1-0/+2
2010-04-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds1-3/+2
2010-04-04ALSA: echoaudio - Eliminate use after freeJulia Lawall1-3/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo14-14/+14
2010-02-17Merge branch 'fix/misc' into topic/miscTakashi Iwai1-1/+3
2010-02-17ALSA: Echoaudio, fix Guru Meditation #00000005.48454C50Giuliano Pochini1-1/+3
2010-02-15ALSA: Echoaudio - Add suspend support #2Giuliano Pochini3-78/+222
2010-02-15ALSA: Echoaudio - Add suspend support #1Giuliano Pochini15-80/+115
2010-02-15ALSA: Echoaudio - Add firmware cache #2Giuliano Pochini2-4/+41
2010-02-15ALSA: Echoaudio - Add firmware cache #1Giuliano Pochini18-65/+69
2010-02-09sound: use DEFINE_PCI_DEVICE_TABLEAlexey Dobriyan14-14/+14
2009-09-30ALSA: echoaudio - Re-enable the line-out control for the Mia cardGiuliano Pochini2-4/+27
2009-04-28ALSA: indigo-express: add missing 64KHz flagsGiuliano Pochini2-0/+2
2009-03-24Merge branch 'topic/echoaudio' into for-linusTakashi Iwai13-64/+488
2009-03-24Merge branch 'topic/misc' into for-linusTakashi Iwai7-14/+13
2009-03-19ALSA: Echoaudio: add support for Indigo express cardsGiuliano Pochini8-2/+485
2009-03-16ALSA: echoaudio: remove line-out volume from vmixer cardsGiuliano Pochini4-48/+0
2009-03-16ALSA: echoaudio: remove line-out volume from vmixer cardsGiuliano Pochini1-14/+3
2009-02-12ALSA: echoaudio - replace uses of __constant_{endian}Harvey Harrison7-14/+13
2009-01-12ALSA: Convert to snd_card_create() in sound/pci/*Takashi Iwai1-3/+3
2008-08-25ALSA: Clean up SG-buffer helper functions and macrosTakashi Iwai1-10/+4
2008-08-13ALSA: Kill snd_assert() in sound/pci/*Takashi Iwai17-55/+97
2008-04-24[ALSA] Fix possible races at free_irq in PCI driversTakashi Iwai1-3/+4
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai12-12/+0
2008-01-31[ALSA] echoaudio - convert from semaphore to mutexTakashi Iwai2-10/+10
2007-10-16[ALSA] echoaudio - Add barrier() to prevent compiler optimizationGiuliano Pochini1-2/+2
2007-10-16[ALSA] echoaudio - Remove superfluous volatile prefixTakashi Iwai1-8/+7
2007-10-16[ALSA] Clean up with common snd_ctl_boolean_*_info callbacksTakashi Iwai1-30/+3
2007-05-11[ALSA] add MODULE_FIRMWARE entriesClemens Ladisch12-0/+46
2007-05-11[ALSA] echoaudio - increase sleep time at loading firmwareGiuliano Pochini1-2/+2
2007-05-11[ALSA] Add snd_pcm_group_for_each_entry() for code cleanupTakashi Iwai1-3/+1
2007-03-06[ALSA] Add missing sysfs device assignment for ALSA PCI driversTakashi Iwai1-0/+2
2007-02-09[ALSA] Add even more 'const' to everything related to TLVTakashi Iwai1-2/+2
2007-02-09[ALSA] echo3g_dsp.c shouldn't include #include <linux/irq.h>Adrian Bunk1-1/+1
2007-02-09[ALSA] echoaudio, add TLV supportGiuliano Pochini13-1/+29
2007-01-09[ALSA] Fix potential NULL pointer dereference in echoaudio midiGiuliano Pochini1-2/+4
2006-12-20[ALSA] Remove IRQF_DISABLED for shared PCI irqsTakashi Iwai1-3/+3
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+1
2006-10-01[PATCH] kmemdup: some usersAlexey Dobriyan1-2/+2
2006-08-03[ALSA] Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris1-2/+2
2006-07-02[PATCH] irq-flags: sound: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-28[ALSA] echoaudio - Remove kfree_nocheck()Takashi Iwai1-4/+3
2006-06-28[ALSA] echoaudio - Fix MakefileTakashi Iwai1-0/+13
2006-06-28[ALSA] Fix a typo in echoaudio/midi.cTakashi Iwai1-1/+1
2006-06-28[ALSA] Add echoaudio sound driversGiuliano Pochini32-0/+9715