aboutsummaryrefslogtreecommitdiffstats
path: root/sound/drivers/vx/vx_pcm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-03ALSA: vx: vx_pcm: remove redundant assignmentPierre-Louis Bossart1-1/+0
2020-09-03ALSA: vx: vx_pcm: remove redundant assignmentPierre-Louis Bossart1-1/+0
2019-12-11ALSA: drivers: Drop superfluous ioctl PCM opsTakashi Iwai1-2/+0
2019-12-11ALSA: vx: Use managed buffer allocationTakashi Iwai1-24/+3
2019-11-06ALSA: vx: Convert to the common vmalloc memallocTakashi Iwai1-5/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-16/+1
2018-07-18ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc()Takashi Iwai1-2/+0
2017-08-17ALSA: drivers: make snd_pcm_hardware constBhumika Goyal1-2/+2
2017-06-09ALSA: vx: vx_pcm: constify vx_pcm_playback_ops and vx_pcm_capture_ops.Arvind Yadav1-2/+2
2017-01-04ALSA: vx: Don't try to update capture stream before runningTakashi Iwai1-1/+1
2017-01-04ALSA: vx: Fix possible transfer overflowTakashi Iwai1-2/+4
2014-09-15ALSA: vx: Use nonatomic PCM opsTakashi Iwai1-45/+23
2012-10-06sound: Remove unnecessary semicolonPeter Senna Tschudin1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-01-18ALSA: pcm - Call pgprot_noncached() for vmalloc'ed buffersTakashi Iwai1-0/+2
2009-12-18sound: vx: use vmalloc buffer helper functionsClemens Ladisch1-54/+5
2008-12-18ALSA: hda - Convert from takslet_hi_schedule() to tasklet_schedule()Takashi Iwai1-1/+1
2008-08-13ALSA: Kill snd_assert() in other placesTakashi Iwai1-3/+6
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai1-1/+0
2006-08-03[ALSA] Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris1-5/+2
2006-03-22[ALSA] vx - Fix memory leak on error pathAlexey Dobriyan1-1/+5
2006-03-22[ALSA] no need to check pointers passed to vfree() for NULLJesper Juhl1-4/+3
2006-01-03[ALSA] Remove xxx_t typedefs: VXdriverTakashi Iwai1-90/+110
2005-11-04[ALSA] Remove vmalloc wrapper, kfree_nocheck()Takashi Iwai1-2/+2
2005-09-12[ALSA] Replace with kzalloc() - othersTakashi Iwai1-1/+1
2005-08-30[ALSA] PCM resume cleanupsJaroslav Kysela1-4/+4
2005-06-22[ALSA] Remove redundant NULL checks before kfreeJesper Juhl1-8/+4
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1312