summaryrefslogtreecommitdiff
path: root/sound/pci/echoaudio
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' into for-nextTakashi Iwai2022-04-131-2/+7
|\
| * ALSA: echoaudio: Fix the missing snd_card_free() call at probe errorTakashi Iwai2022-04-121-2/+7
* | ALSA: echoaudio: remove redundant assignment to variable iColin Ian King2022-04-051-1/+0
|/
* ALSA: echoaudio: remove redundant assignment to variable bytesColin Ian King2022-03-041-1/+1
* ALSA: echoaudio: Allocate resources with device-managed APIsTakashi Iwai2021-07-192-122/+48
* ALSA: echoaudio: Fix assignment in if conditionTakashi Iwai2021-06-0916-121/+190
* module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-171-1/+0
* ALSA: echoaudio: Fix potential Oops in snd_echo_resume()Dinghao Liu2020-08-131-2/+0
* ALSA: echoaduio: Drop superfluous volatile modifierTakashi Iwai2020-08-112-3/+2
* ALSA: echoaudio: re-enable IRQs on failure pathDan Carpenter2020-07-131-1/+1
* ALSA: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-091-2/+2
* ALSA: echoaudio: Address bugs in the interrupt handlingMark Hills2020-07-092-28/+65
* ALSA: echoaudio: Prevent some noise on unloading the moduleMark Hills2020-07-091-2/+2
* ALSA: echoaudio: Prevent races in calls to set_audio_format()Mark Hills2020-07-091-1/+14
* ALSA: echoaudio: Race conditions around "opencount"Mark Hills2020-07-092-37/+45
* ALSA: echoaudio: Remove redundant checkMark Hills2020-07-091-5/+0
* ALSA: pci/echoaudio: remove 'set but not used' warningPierre-Louis Bossart2020-07-071-1/+2
* Merge tag 'sound-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-01-2815-52/+23
|\
| * ALSA: pci: echoaudio: remove set but not used variable 'chip'YueHaibing2020-01-081-6/+0
| * ALSA: echoaudio: More constificationTakashi Iwai2020-01-051-1/+1
| * ALSA: pci: Constify snd_device_ops definitionsTakashi Iwai2020-01-031-1/+1
| * ALSA: pci: Constify snd_pcm_hardware definitionsTakashi Iwai2020-01-0314-14/+14
| * ALSA: pci: echoaudio: remove usage of dimen menber of elem_value structureTakashi Sakamoto2019-12-231-11/+0
| * ALSA: echoaudio: Support PCM sync_stopTakashi Iwai2019-12-111-0/+3
| * ALSA: pci: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-111-4/+0
| * ALSA: echoaudio: Use managed buffer allocationTakashi Iwai2019-12-111-15/+4
* | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
|/
* ALSA: echoaudio: simplify get_audio_levelsOlof Johansson2019-12-081-13/+7
* ALSA: echoaudio: Avoid non-standard macro usageTakashi Iwai2019-11-061-13/+7
* ALSA: pci: Drop superfluous snd_pcm_sgbuf_ops_pageTakashi Iwai2019-11-061-4/+0
* ALSA: echoaudio: Replace kmalloc + memcpy with kmemdupChuhong Yuan2019-07-251-3/+2
* Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2019-07-0815-195/+15
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Thomas Gleixner2019-05-3015-195/+15
* | ALSA: pci: echoaudio: remove variable which is a constantWolfram Sang2019-06-131-5/+2
|/
* ALSA: echoaudio: add a check for ioremap_nocacheKangjie Lu2019-03-161-0/+5
* ALSA: pci: Drop superfluous PCM preallocation error checksTakashi Iwai2019-02-061-9/+7
* ALSA: pci: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai2019-01-151-3/+0
* ALSA: echoaudio: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-061-0/+2
* ALSA: echoaudio: Proper endian notationsTakashi Iwai2018-07-275-38/+42
* ALSA: echoaudio: Drop superfluous macroTakashi Iwai2018-05-242-7/+1
* ALSA: echoaudio: remove redundant initialization of pointer 'pipe'Colin Ian King2018-03-121-2/+1
* Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2017-11-131-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | ALSA: Convert timers to use timer_setup()Kees Cook2017-10-261-5/+5
|/
* Revert "ALSA: echoaudio: purge contradictions between dimension matrix member...Takashi Sakamoto2017-10-021-3/+3
* ALSA: echoaudio: constify snd_pcm_ops structuresArvind Yadav2017-08-101-4/+4
* ALSA: pci: constify snd_kcontrol_new structuresBhumika Goyal2017-02-211-13/+13
* ALSA: pci: Constify snd_rawmidi_opsTakashi Iwai2017-01-121-2/+2
* ALSA: echoaudio: Fix improper return value in function load_asicPan Bian2016-11-291-1/+1
* Merge branch 'for-next' into for-linusTakashi Iwai2016-07-251-3/+3
|\