aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/ctxfi/ctpcm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches1-1/+1
2020-07-07ALSA: pci/ctxfi: fix kernel-doc warningsPierre-Louis Bossart1-1/+1
2019-12-11ALSA: pci: Drop superfluous ioctl PCM opsTakashi Iwai1-2/+0
2019-12-11ALSA: ctxfi: Use managed buffer allocationTakashi Iwai1-11/+4
2019-11-06ALSA: pci: Avoid non-standard macro usageTakashi Iwai1-1/+2
2019-11-06ALSA: pci: Drop superfluous snd_pcm_sgbuf_ops_pageTakashi Iwai1-2/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 364Thomas Gleixner1-5/+1
2017-08-22ALSA: ctxfi: Use common error handling code in two functionsMarkus Elfring1-20/+22
2017-08-12ALSA: ctxfi: make snd_pcm_hardware constBhumika Goyal1-3/+3
2016-09-02ALSA: constify snd_pcm_ops structuresJulia Lawall1-2/+2
2014-09-30ALSA: ctxfi: pr_* replaced with dev_*Sudip Mukherjee1-3/+6
2014-08-25ALSA: ctxfi: ctpcm.c: printk replacementSudip Mukherjee1-3/+3
2012-09-12ALSA: Define more channel map positionsTakashi Iwai1-3/+3
2012-09-12ALSA: ctxfi: Fix mono channel map to UNKNOWNTakashi Iwai1-3/+3
2012-09-06ALSA: ctxfi: Implement channel mapsTakashi Iwai1-0/+50
2012-08-14ALSA: PCI: Replace CONFIG_PM with CONFIG_PM_SLEEPTakashi Iwai1-1/+1
2011-08-24ALSA: ctxfi: Bump playback substreams to 256Maarten Lankhorst1-1/+1
2010-11-11ALSA: sound/pci/ctxfi/ctpcm.c: Remove potential for use after freeJulia Lawall1-6/+10
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-07-22ALSA: ctxfi - Simple code clean upTakashi Iwai1-3/+3
2009-06-22ALSA: ctxfi - Add PM supportWai Yew CHAY1-0/+4
2009-06-09ALSA: ctxfi - Clear PCM resources at hw_params and hw_freeTakashi Iwai1-1/+15
2009-06-08ALSA: ctxfi - Fix possible buffer pointer overrunTakashi Iwai1-0/+4
2009-06-05ALSA: ctxfi - Set periods_min to 2Takashi Iwai1-2/+2
2009-06-05ALSA: ctxfi - Use native timer interrupt on emu20k1Takashi Iwai1-96/+10
2009-06-02ALSA: ctxfi - Support SG-buffersTakashi Iwai1-1/+3
2009-06-02ALSA: ctxfi - Fix supported PCM formatsTakashi Iwai1-10/+5
2009-06-02ALSA: ctxfi - Fix PCM device namingTakashi Iwai1-4/+2
2009-05-14ALSA: ctxfi - Add prefix to debug printsTakashi Iwai1-3/+3
2009-05-14ALSA: SB X-Fi driver mergeWai Yew CHAY1-0/+499