summaryrefslogtreecommitdiffstats
path: root/sound/drivers/vx/vx_pcm.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: drivers: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-111-2/+0
* ALSA: vx: Use managed buffer allocationTakashi Iwai2019-12-111-24/+3
* ALSA: vx: Convert to the common vmalloc memallocTakashi Iwai2019-11-061-5/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-16/+1
* ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc()Takashi Iwai2018-07-181-2/+0
* ALSA: drivers: make snd_pcm_hardware constBhumika Goyal2017-08-171-2/+2
* ALSA: vx: vx_pcm: constify vx_pcm_playback_ops and vx_pcm_capture_ops.Arvind Yadav2017-06-091-2/+2
* ALSA: vx: Don't try to update capture stream before runningTakashi Iwai2017-01-041-1/+1
* ALSA: vx: Fix possible transfer overflowTakashi Iwai2017-01-041-2/+4
* ALSA: vx: Use nonatomic PCM opsTakashi Iwai2014-09-151-45/+23
* sound: Remove unnecessary semicolonPeter Senna Tschudin2012-10-061-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* ALSA: pcm - Call pgprot_noncached() for vmalloc'ed buffersTakashi Iwai2010-01-181-0/+2
* sound: vx: use vmalloc buffer helper functionsClemens Ladisch2009-12-181-54/+5
* ALSA: hda - Convert from takslet_hi_schedule() to tasklet_schedule()Takashi Iwai2008-12-181-1/+1
* ALSA: Kill snd_assert() in other placesTakashi Iwai2008-08-131-3/+6
* [ALSA] Remove sound/driver.hTakashi Iwai2008-01-311-1/+0
* [ALSA] Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris2006-08-031-5/+2
* [ALSA] vx - Fix memory leak on error pathAlexey Dobriyan2006-03-221-1/+5
* [ALSA] no need to check pointers passed to vfree() for NULLJesper Juhl2006-03-221-4/+3
* [ALSA] Remove xxx_t typedefs: VXdriverTakashi Iwai2006-01-031-90/+110
* [ALSA] Remove vmalloc wrapper, kfree_nocheck()Takashi Iwai2005-11-041-2/+2
* [ALSA] Replace with kzalloc() - othersTakashi Iwai2005-09-121-1/+1
* [ALSA] PCM resume cleanupsJaroslav Kysela2005-08-301-4/+4
* [ALSA] Remove redundant NULL checks before kfreeJesper Juhl2005-06-221-8/+4
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+1312