summaryrefslogtreecommitdiffstats
path: root/sound/drivers/vx
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-307-100/+7Star
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* ALSA: drivers: Clean up with new procfs helpersTakashi Iwai2019-02-061-4/+1Star
* ALSA: drivers: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai2019-01-151-4/+0Star
* ALSA: drivers: Remove empty init and exitTakashi Iwai2018-08-031-15/+0Star
* ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc()Takashi Iwai2018-07-181-2/+0Star
* ALSA: vx: Put missing KERN_CONT prefixTakashi Iwai2017-08-311-2/+2
* 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: declare snd_kcontrol_new structures as constBhumika Goyal2017-05-301-12/+12
* ALSA: vx: remove 'out of memory' messageMihai Burduselu2017-02-281-3/+1Star
* 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: Include linux/io.h instead of asm/io.hTakashi Iwai2015-01-281-1/+1
* ALSA: vx: Fix missing kerneldoc parameter descriptionsTakashi Iwai2014-11-111-0/+10
* ALSA: vx: Use snd_ctl_elem_info()Takashi Iwai2014-10-211-27/+8Star
* ALSA: vx: Use nonatomic PCM opsTakashi Iwai2014-09-154-92/+60Star
* ALSA: vx_core: off by one in vx_read_status()Dan Carpenter2013-06-211-1/+1
* ALSA: Make snd_printd() and snd_printdd() inlineTakashi Iwai2013-01-251-2/+1Star
* ALSA: vx: hard dependency on the standard fw loaderTakashi Iwai2012-11-221-139/+0Star
* sound: Remove unnecessary semicolonPeter Senna Tschudin2012-10-061-1/+1
* ALSA: Convert to new pm_ops for PCI driversTakashi Iwai2012-07-031-1/+1
* sound: Add module.h to the previously silent sound usersPaul Gortmaker2011-11-012-0/+2
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+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/+5Star
* Merge branch 'topic/misc' into for-linusTakashi Iwai2009-03-242-2/+3
|\
| * ALSA: sound/drivers/vx: fix sparse warning: different signednessHannes Eder2009-02-261-1/+1
| * ALSA: Add missing KERN_* prefix to printk in sound/driversTakashi Iwai2009-02-051-1/+2
* | ALSA: Remove superfluous hwdep opsTakashi Iwai2009-02-051-12/+0Star
|/
* ALSA: hda - Convert from takslet_hi_schedule() to tasklet_schedule()Takashi Iwai2008-12-182-2/+2
* ALSA: Kill snd_assert() in other placesTakashi Iwai2008-08-136-16/+32
* Fix a const pointer usage warning in the Digigram VX soundcard driverDavid Howells2008-07-101-1/+1
* vx: treat firmware data as constDavid Woodhouse2008-07-101-2/+2
* [ALSA] Remove sound/driver.hTakashi Iwai2008-01-316-6/+0Star
* [ALSA] vxpocket - Check value range in ctl callbacksTakashi Iwai2008-01-311-19/+48
* [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela2007-10-161-1/+1
* [ALSA] Clean up with common snd_ctl_boolean_*_info callbacksTakashi Iwai2007-10-161-16/+2Star
* [ALSA] add MODULE_FIRMWARE entriesClemens Ladisch2007-05-111-0/+14
* [ALSA] Add even more 'const' to everything related to TLVTakashi Iwai2007-02-091-1/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-1/+1
* [ALSA] Add dB scale information to vxpocket and vx222 driversTakashi Iwai2006-09-231-2/+15
* [ALSA] Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris2006-08-031-5/+2Star
* [ALSA] Remove unneeded read/write_size fields in proc text opsTakashi Iwai2006-06-221-1/+1
* [ALSA] vx - Move EXPORT_SYMBOL() to adjacent to each functionTakashi Iwai2006-06-222-16/+17
* [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/+3Star
* [ALSA] semaphore -> mutex (driver part)Ingo Molnar2006-03-222-37/+37
* [ALSA] vx-driver - Fix PM supportTakashi Iwai2006-01-031-10/+8Star