Age | Commit message (Expand) | Author |
2022-05-23 | ALSA: ctxfi: fix typo in comment | Julia Lawall |
2022-05-23 | ALSA: ctxfi: Add SB046x PCI ID | Edward Matijevic |
2021-11-18 | ALSA: ctxfi: Fix out-of-range access | Takashi Iwai |
2021-03-30 | Merge tag 'tags/mute-led-rework' into for-next | Takashi Iwai |
2021-03-18 | ALSA: ctxfi: fix comment syntax in file headers | Aditya Srivastava |
2021-03-17 | module: remove never implemented MODULE_SUPPORTED_DEVICE | Leon Romanovsky |
2021-02-28 | ALSA: ctxfi: cthw20k2: fix mask on conf to allow 4 bits | Colin Ian King |
2021-01-15 | ALSA: pci: Simplify with dma_set_mask_and_coherent() | Takashi Iwai |
2021-01-08 | ALSA: Convert strlcpy to strscpy when return value is unused | Joe Perches |
2020-12-25 | ALSA: ctxfi: Use DIV_ROUND_UP() instead of open-coding it | Lars-Peter Clausen |
2020-07-15 | ALSA: ctxfi: Replace the word blacklist | Takashi Iwai |
2020-07-07 | ALSA: pci/ctxfi: fix kernel-doc warnings | Pierre-Louis Bossart |
2020-07-07 | ALSA: pci/ctxfi/ctatc: fix kernel-doc | Pierre-Louis Bossart |
2020-04-09 | ALSA: ctxfi: Remove unnecessary cast in kfree | Xu Wang |
2020-01-05 | ALSA: ctxfi: More constifications | Takashi Iwai |
2020-01-03 | ALSA: pci: Constify snd_pci_quirk tables | Takashi Iwai |
2020-01-03 | ALSA: pci: Constify snd_device_ops definitions | Takashi Iwai |
2019-12-11 | ALSA: ctxfi: Support PCM sync_stop | Takashi Iwai |
2019-12-11 | ALSA: pci: Drop superfluous ioctl PCM ops | Takashi Iwai |
2019-12-11 | ALSA: ctxfi: Use managed buffer allocation | Takashi Iwai |
2019-11-06 | ALSA: pci: Avoid non-standard macro usage | Takashi Iwai |
2019-11-06 | ALSA: pci: Drop superfluous snd_pcm_sgbuf_ops_page | Takashi Iwai |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 364 | Thomas Gleixner |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner |
2019-01-15 | ALSA: pci: Remove superfluous snd_pcm_suspend*() calls | Takashi Iwai |
2018-07-27 | ALSA: ctxfi: cthw20k2: Replace mdelay() with msleep() and usleep_range() | Jia-Ju Bai |
2018-07-27 | ALSA:: ctxfi: cthw20k1: Replace mdelay() with msleep() | Jia-Ju Bai |
2018-06-18 | ALSA: ctxfi: use enum type CT_SUM_CTL where appropriate | Stefan Agner |
2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook |
2018-05-28 | sound: Use octal not symbolic permissions | Joe Perches |
2017-11-13 | Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/bro... | Takashi Iwai |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-10-26 | ALSA: Convert timers to use timer_setup() | Kees Cook |
2017-08-31 | ALSA: ctxfi: Remove null check before kfree | Himanshu Jha |
2017-08-23 | ALSA: ctxfi: make hw structures const | Bhumika Goyal |
2017-08-22 | ALSA: ctxfi: Use common error handling code in two functions | Markus Elfring |
2017-08-12 | ALSA: ctxfi: make snd_pcm_hardware const | Bhumika Goyal |
2017-03-20 | ALSA: ctxfi: Fix the incorrect check of dma_set_mask() call | Takashi Iwai |
2017-02-28 | ALSA: ctxfi: Fallback DMA mask to 32bit | Takashi Iwai |
2016-09-12 | ALSA: pci: constify local structures | Julia Lawall |
2016-09-07 | ALSA: squash lines for simple wrapper functions | Masahiro Yamada |
2016-09-02 | ALSA: constify snd_pcm_ops structures | Julia Lawall |
2016-06-17 | ALSA: ctxfi: Change structure initialisation to C99 style | Amitoj Kaur Chawla |
2016-04-09 | ALSA: constify ct_timer_ops structures | Julia Lawall |
2015-11-11 | ALSA: ctxfi: constify rsc ops structures | Julia Lawall |
2015-04-16 | ALSA: remove deprecated use of pci api | Quentin Lambert |
2015-01-11 | Merge branch 'topic/pci-cleanup' into for-next | Takashi Iwai |
2015-01-09 | ALSA: ctxfi: Simplify PM callbacks | Takashi Iwai |
2015-01-04 | ALSA: Deletion of checks before the function call "iounmap" | Markus Elfring |
2014-12-03 | ALSA: ctxfi: Neaten get_daio_rsc | Joe Perches |