aboutsummaryrefslogtreecommitdiff
path: root/sound/pci/ctxfi
AgeCommit message (Expand)AuthorFilesLines
2020-07-15ALSA: ctxfi: Replace the word blacklistGravatar Takashi Iwai 1-1/+1
2020-07-07ALSA: pci/ctxfi: fix kernel-doc warningsGravatar Pierre-Louis Bossart 6-6/+6
2020-07-07ALSA: pci/ctxfi/ctatc: fix kernel-docGravatar Pierre-Louis Bossart 1-0/+4
2020-04-09ALSA: ctxfi: Remove unnecessary cast in kfreeGravatar Xu Wang 1-7/+7
2020-01-05ALSA: ctxfi: More constificationsGravatar Takashi Iwai 2-3/+3
2020-01-03ALSA: pci: Constify snd_pci_quirk tablesGravatar Takashi Iwai 1-2/+2
2020-01-03ALSA: pci: Constify snd_device_ops definitionsGravatar Takashi Iwai 1-1/+1
2019-12-11ALSA: ctxfi: Support PCM sync_stopGravatar Takashi Iwai 2-3/+2
2019-12-11ALSA: pci: Drop superfluous ioctl PCM opsGravatar Takashi Iwai 1-2/+0
2019-12-11ALSA: ctxfi: Use managed buffer allocationGravatar Takashi Iwai 1-11/+4
2019-11-06ALSA: pci: Avoid non-standard macro usageGravatar Takashi Iwai 2-2/+3
2019-11-06ALSA: pci: Drop superfluous snd_pcm_sgbuf_ops_pageGravatar Takashi Iwai 1-2/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 364Gravatar Thomas Gleixner 28-133/+28
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-01-15ALSA: pci: Remove superfluous snd_pcm_suspend*() callsGravatar Takashi Iwai 1-8/+0
2018-07-27ALSA: ctxfi: cthw20k2: Replace mdelay() with msleep() and usleep_range()Gravatar Jia-Ju Bai 1-6/+6
2018-07-27ALSA:: ctxfi: cthw20k1: Replace mdelay() with msleep()Gravatar Jia-Ju Bai 1-3/+3
2018-06-18ALSA: ctxfi: use enum type CT_SUM_CTL where appropriateGravatar Stefan Agner 1-7/+8
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 4-13/+15
2018-05-28sound: Use octal not symbolic permissionsGravatar Joe Perches 2-3/+3
2017-11-13Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Gravatar Takashi Iwai 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-26ALSA: Convert timers to use timer_setup()Gravatar Kees Cook 1-4/+3
2017-08-31ALSA: ctxfi: Remove null check before kfreeGravatar Himanshu Jha 2-8/+4
2017-08-23ALSA: ctxfi: make hw structures constGravatar Bhumika Goyal 2-2/+2
2017-08-22ALSA: ctxfi: Use common error handling code in two functionsGravatar Markus Elfring 1-20/+22
2017-08-12ALSA: ctxfi: make snd_pcm_hardware constGravatar Bhumika Goyal 1-3/+3
2017-03-20ALSA: ctxfi: Fix the incorrect check of dma_set_mask() callGravatar Takashi Iwai 1-1/+1
2017-02-28ALSA: ctxfi: Fallback DMA mask to 32bitGravatar Takashi Iwai 2-26/+12
2016-09-12ALSA: pci: constify local structuresGravatar Julia Lawall 1-1/+1
2016-09-07ALSA: squash lines for simple wrapper functionsGravatar Masahiro Yamada 1-5/+1
2016-09-02ALSA: constify snd_pcm_ops structuresGravatar Julia Lawall 1-2/+2
2016-06-17ALSA: ctxfi: Change structure initialisation to C99 styleGravatar Amitoj Kaur Chawla 1-17/+17
2016-04-09ALSA: constify ct_timer_ops structuresGravatar Julia Lawall 1-3/+3
2015-11-11ALSA: ctxfi: constify rsc ops structuresGravatar Julia Lawall 8-18/+18
2015-04-16ALSA: remove deprecated use of pci apiGravatar Quentin Lambert 2-4/+4
2015-01-11Merge branch 'topic/pci-cleanup' into for-nextGravatar Takashi Iwai 2-21/+0
2015-01-09ALSA: ctxfi: Simplify PM callbacksGravatar Takashi Iwai 2-21/+0
2015-01-04ALSA: Deletion of checks before the function call "iounmap"Gravatar Markus Elfring 2-8/+2
2014-12-03ALSA: ctxfi: Neaten get_daio_rscGravatar Joe Perches 1-17/+13
2014-10-28ALSA: ctxfi: Kill the rest snd_print*()Gravatar Takashi Iwai 2-4/+6
2014-10-21ALSA: ctxfi: remove unused variableGravatar Sudip Mukherjee 1-4/+0
2014-09-30ALSA: ctxfi: pr_* replaced with dev_*Gravatar Sudip Mukherjee 11-52/+89
2014-09-30ALSA: ctxfi: ctatc: added reference to snd_cardGravatar Sudip Mukherjee 1-4/+8
2014-09-30ALSA: ctxfi: initialized snd_cardGravatar Sudip Mukherjee 4-0/+6
2014-09-30ALSA: ctxfi: added reference of snd_cardGravatar Sudip Mukherjee 5-18/+26
2014-09-30ALSA: ctxfi: removed typecast to (struct hw *)Gravatar Sudip Mukherjee 3-21/+13
2014-09-30ALSA: ctxfi: changed void * to struct hw *Gravatar Sudip Mukherjee 10-22/+24
2014-09-23ALSA: ctxfi: sparse warningGravatar Sudip Mukherjee 3-10/+10
2014-09-11Merge branch 'for-linus' into for-nextGravatar Takashi Iwai 1-3/+1