Age | Commit message (Expand) | Author | Files | Lines |
2022-04-13 | Merge branch 'for-linus' into for-next | Takashi Iwai | 1 | -2/+7 |
2022-04-12 | ALSA: echoaudio: Fix the missing snd_card_free() call at probe error | Takashi Iwai | 1 | -2/+7 |
2022-04-05 | ALSA: echoaudio: remove redundant assignment to variable i | Colin Ian King | 1 | -1/+0 |
2022-03-04 | ALSA: echoaudio: remove redundant assignment to variable bytes | Colin Ian King | 1 | -1/+1 |
2021-07-19 | ALSA: echoaudio: Allocate resources with device-managed APIs | Takashi Iwai | 2 | -122/+48 |
2021-06-09 | ALSA: echoaudio: Fix assignment in if condition | Takashi Iwai | 16 | -121/+190 |
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 | 2 | -3/+2 |
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 | 2 | -28/+65 |
2020-07-09 | ALSA: echoaudio: Prevent some noise on unloading the module | Mark Hills | 1 | -2/+2 |
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 | 2 | -37/+45 |
2020-07-09 | ALSA: echoaudio: Remove redundant check | Mark Hills | 1 | -5/+0 |
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 | 15 | -52/+23 |
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 |
2020-01-03 | ALSA: pci: Constify snd_pcm_hardware definitions | Takashi Iwai | 14 | -14/+14 |
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-12-08 | ALSA: echoaudio: simplify get_audio_levels | Olof Johansson | 1 | -13/+7 |
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-07-08 | Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo... | Takashi Iwai | 15 | -195/+15 |
2019-06-13 | ALSA: pci: echoaudio: remove variable which is a constant | Wolfram Sang | 1 | -5/+2 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167 | Thomas Gleixner | 15 | -195/+15 |
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-07-27 | ALSA: echoaudio: Proper endian notations | Takashi Iwai | 5 | -38/+42 |
2018-05-24 | ALSA: echoaudio: Drop superfluous macro | Takashi Iwai | 2 | -7/+1 |
2018-03-12 | ALSA: echoaudio: remove redundant initialization of pointer 'pipe' | Colin Ian King | 1 | -2/+1 |
2017-11-13 | Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/bro... | Takashi Iwai | 1 | -0/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-26 | ALSA: Convert timers to use timer_setup() | Kees Cook | 1 | -5/+5 |
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 |
2017-01-12 | ALSA: pci: Constify snd_rawmidi_ops | Takashi Iwai | 1 | -2/+2 |
2016-11-29 | ALSA: echoaudio: Fix improper return value in function load_asic | Pan Bian | 1 | -1/+1 |
2016-07-25 | Merge branch 'for-next' into for-linus | Takashi Iwai | 1 | -3/+3 |