summaryrefslogtreecommitdiffstats
path: root/sound/drivers/vx
Commit message (Expand)AuthorAgeFilesLines
* ALSA: vx: Drop superfluous GFP setupTakashi Iwai2022-08-241-2/+1
* ALSA: vx: Manage vx_core object with devresTakashi Iwai2021-07-191-2/+10
* ALSA: vx: Fix assignment in if conditionTakashi Iwai2021-06-094-48/+95
* ALSA: vx: fix kernel-doc warningPierre-Louis Bossart2021-03-031-1/+1
* ALSA: vx: Use roundup() instead of open-coding itLars-Peter Clausen2020-12-251-2/+1
* ALSA: vx: vx_pcm: remove redundant assignmentPierre-Louis Bossart2020-09-031-1/+0
* ALSA: vx: vx_pcm: remove redundant assignmentPierre-Louis Bossart2020-09-031-1/+0
* ALSA: vx: vx_core: clarify operator precedencePierre-Louis Bossart2020-09-031-2/+2
* ALSA: vx_core: remove warning for empty loop bodyPierre-Louis Bossart2020-07-071-1/+2
* ALSA: vx: More constificationsTakashi Iwai2020-01-054-9/+9
* ALSA: vx: Constify snd_vx_hardware and snd_vx_ops definitionsTakashi Iwai2020-01-031-2/+3
* 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-307-100/+7
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* ALSA: drivers: Clean up with new procfs helpersTakashi Iwai2019-02-061-4/+1
* ALSA: drivers: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai2019-01-151-4/+0
* ALSA: drivers: Remove empty init and exitTakashi Iwai2018-08-031-15/+0
* ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc()Takashi Iwai2018-07-181-2/+0
* 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/+1
* 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/+8
* ALSA: vx: Use nonatomic PCM opsTakashi Iwai2014-09-154-92/+60
* 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/+1
* ALSA: vx: hard dependency on the standard fw loaderTakashi Iwai2012-11-221-139/+0
* 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-10-312-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/+5
* 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/+0
|/
* 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/+0