aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/echoaudio (follow)
AgeCommit message (Expand)AuthorFilesLines
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/tiwai/soundLinus 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/broonie/sound into for-linusTakashi 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/broonie/sound into for-linusTakashi 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 members and total number of members"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