index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
pci
/
echoaudio
/
echoaudio.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-12
ALSA: echoaudio: Fix the missing snd_card_free() call at probe error
Takashi Iwai
1
-2
/
+7
2021-07-19
ALSA: echoaudio: Allocate resources with device-managed APIs
Takashi Iwai
1
-121
/
+47
2021-06-09
ALSA: echoaudio: Fix assignment in if condition
Takashi Iwai
1
-90
/
+130
2021-03-17
module: remove never implemented MODULE_SUPPORTED_DEVICE
Leon Romanovsky
1
-1
/
+0
2020-08-13
ALSA: echoaudio: Fix potential Oops in snd_echo_resume()
Dinghao Liu
1
-2
/
+0
2020-08-11
ALSA: echoaduio: Drop superfluous volatile modifier
Takashi Iwai
1
-2
/
+1
2020-07-13
ALSA: echoaudio: re-enable IRQs on failure path
Dan Carpenter
1
-1
/
+1
2020-07-09
ALSA: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-2
/
+2
2020-07-09
ALSA: echoaudio: Address bugs in the interrupt handling
Mark Hills
1
-26
/
+59
2020-07-09
ALSA: echoaudio: Prevent races in calls to set_audio_format()
Mark Hills
1
-1
/
+14
2020-07-09
ALSA: echoaudio: Race conditions around "opencount"
Mark Hills
1
-34
/
+42
2020-07-07
ALSA: pci/echoaudio: remove 'set but not used' warning
Pierre-Louis Bossart
1
-1
/
+2
2020-01-28
Merge tag 'sound-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
1
-38
/
+9
2020-01-08
ALSA: pci: echoaudio: remove set but not used variable 'chip'
YueHaibing
1
-6
/
+0
2020-01-06
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
1
-1
/
+1
2020-01-05
ALSA: echoaudio: More constification
Takashi Iwai
1
-1
/
+1
2020-01-03
ALSA: pci: Constify snd_device_ops definitions
Takashi Iwai
1
-1
/
+1
2019-12-23
ALSA: pci: echoaudio: remove usage of dimen menber of elem_value structure
Takashi Sakamoto
1
-11
/
+0
2019-12-11
ALSA: echoaudio: Support PCM sync_stop
Takashi Iwai
1
-0
/
+3
2019-12-11
ALSA: pci: Drop superfluous ioctl PCM ops
Takashi Iwai
1
-4
/
+0
2019-12-11
ALSA: echoaudio: Use managed buffer allocation
Takashi Iwai
1
-15
/
+4
2019-11-06
ALSA: echoaudio: Avoid non-standard macro usage
Takashi Iwai
1
-13
/
+7
2019-11-06
ALSA: pci: Drop superfluous snd_pcm_sgbuf_ops_page
Takashi Iwai
1
-4
/
+0
2019-07-25
ALSA: echoaudio: Replace kmalloc + memcpy with kmemdup
Chuhong Yuan
1
-3
/
+2
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167
Thomas Gleixner
1
-13
/
+1
2019-03-16
ALSA: echoaudio: add a check for ioremap_nocache
Kangjie Lu
1
-0
/
+5
2019-02-06
ALSA: pci: Drop superfluous PCM preallocation error checks
Takashi Iwai
1
-9
/
+7
2019-01-15
ALSA: pci: Remove superfluous snd_pcm_suspend*() calls
Takashi Iwai
1
-3
/
+0
2018-08-06
ALSA: echoaudio: Mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+2
2018-05-24
ALSA: echoaudio: Drop superfluous macro
Takashi Iwai
1
-1
/
+1
2018-03-12
ALSA: echoaudio: remove redundant initialization of pointer 'pipe'
Colin Ian King
1
-2
/
+1
2017-10-02
Revert "ALSA: echoaudio: purge contradictions between dimension matrix member...
Takashi Sakamoto
1
-3
/
+3
2017-08-10
ALSA: echoaudio: constify snd_pcm_ops structures
Arvind Yadav
1
-4
/
+4
2017-02-21
ALSA: pci: constify snd_kcontrol_new structures
Bhumika Goyal
1
-13
/
+13
2016-07-25
Merge branch 'for-next' into for-linus
Takashi Iwai
1
-3
/
+3
2016-07-17
ALSA: echoaudio: purge contradictions between dimension matrix members and to...
Takashi Sakamoto
1
-3
/
+3
2016-06-27
ALSA: echoaudio: Fix memory allocation
Christophe JAILLET
1
-2
/
+2
2015-08-10
ALSA: echoaudio: Use standard C definitions of true and false
Mark Brown
1
-1
/
+1
2015-03-23
ALSA: echoaudio: read past end of array
Dan Carpenter
1
-6
/
+10
2015-01-11
Merge branch 'topic/pci-cleanup' into for-next
Takashi Iwai
1
-5
/
+0
2015-01-09
ALSA: echoaudio: Simplify PM callbacks
Takashi Iwai
1
-5
/
+0
2015-01-04
ALSA: Deletion of checks before the function call "iounmap"
Markus Elfring
1
-5
/
+1
2014-12-02
ALSA: echoaudio: Deletion of a check before release_and_free_resource()
Markus Elfring
1
-2
/
+1
2014-11-05
ALSA: echoaudio: cleanup of unnecessary messages
Sudip Mukherjee
1
-31
/
+0
2014-11-03
ALSA: echoaudio: remove all snd_printk
Sudip Mukherjee
1
-65
/
+72
2014-11-03
ALSA: echoaudio: add reference of struct echoaudio
Sudip Mukherjee
1
-1
/
+2
2014-10-21
ALSA: echoaudio: Use snd_ctl_enum_info()
Takashi Iwai
1
-27
/
+6
2014-07-01
ALSA: echoaudio: Remove unused variable
Sachin Kamat
1
-6
/
+0
2014-03-05
ALSA: echoaudio: use after free on error
Dan Carpenter
1
-4
/
+4
2014-02-26
ALSA: echoaudio: Use standard printk helpers
Takashi Iwai
1
-10
/
+11
[next]