summaryrefslogtreecommitdiffstats
path: root/sound/drivers/aloop.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-15/+1
* ALSA: aloop: Support S24 sample formatsTimo Wischer2019-03-251-1/+3
* ALSA: drivers: Clean up with new procfs helpersTakashi Iwai2019-02-061-8/+2
* ALSA: drivers: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai2019-01-151-4/+0
* ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc()Takashi Iwai2018-07-181-1/+0
* ALSA: aloop: Reduced duplicated PCM ops definitionTakashi Iwai2018-05-281-16/+3
* ALSA: aloop: Add missing cable lock to ctl API callbacksTakashi Iwai2018-04-301-2/+15
* ALSA: aloop: Mark paused device as inactiveRobert Rosengren2018-03-271-3/+9
* ALSA: aloop: Fix access to not-yet-ready substream via cableTakashi Iwai2018-03-221-1/+7
* ALSA: aloop: Sync stale timer before releaseTakashi Iwai2018-03-221-1/+8
* ALSA: aloop: Fix racy hw constraints adjustmentTakashi Iwai2018-01-051-30/+21
* ALSA: aloop: Fix inconsistent format due to incomplete ruleTakashi Iwai2018-01-051-7/+6
* ALSA: aloop: Release cable upon open error pathTakashi Iwai2018-01-051-13/+25
* ALSA: drivers: Convert timers to use timer_setup()Kees Cook2017-10-241-4/+3
* ALSA: drivers: constify snd_pcm_ops structuresArvind Yadav2017-08-191-2/+2
* ALSA: drivers: make snd_pcm_hardware constBhumika Goyal2017-08-171-1/+1
* ALSA: aloop: Drop unnecessary ifdef CONFIG_PROC_FSTakashi Iwai2015-05-291-8/+0
* ALSA: aloop: Use setup_timer() and mod_timer()Takashi Iwai2015-01-191-2/+1
* ALSA: drivers: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* ALSA: drivers: Convert to snd_card_new() with a device pointerTakashi Iwai2014-02-121-2/+2
* ALSA: aloop: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-231-1/+0
* ALSA: pcm_format_to_bits strong-typed conversionEldad Zack2013-04-291-1/+1
* ALSA: aloop: Fix Oops while PM resumeTakashi Iwai2013-02-041-1/+4
* ALSA: drivers: remove __dev* attributesBill Pemberton2012-12-071-8/+8
* ALSA: aloop - Close races at restarting the streamTakashi Iwai2012-10-211-17/+19
* ALSA: aloop - add locking to timer accessOmair Mohammed Abdullah2012-10-061-0/+6
* ALSA: platform: Check CONFIG_PM_SLEEP instead of CONFIG_PMTakashi Iwai2012-08-091-1/+1
* ALSA: convert PM ops of platform_driver to new pm opsTakashi Iwai2012-07-031-9/+10
* ALSA: Add missing .owner=THIS_MODULE to platform_driver definitionsTakashi Iwai2012-07-021-1/+2
* ALSA: snd-aloop - improve the sample copy accurracyJaroslav Kysela2012-05-151-27/+35
* ALSA: module_param: make bool parameters really boolRusty Russell2011-12-191-1/+1
* sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker2011-10-311-1/+1
* ALSA: aloop - Use vmalloc bufferTakashi Iwai2011-09-241-6/+7
* ALSA: aloop - Fix possible IRQ lock inversionTakashi Iwai2011-03-181-10/+9
* ALSA: snd-aloop - add pause supportJaroslav Kysela2010-10-201-5/+22
* ALSA: snd-aloop - fix locking issues (running flag updates)Jaroslav Kysela2010-10-201-13/+19
* ALSA: snd-aloop: add cable#0 and cable#1 files to proc card treeJaroslav Kysela2010-10-181-0/+84
* ALSA: snd-aloop - fix issue in the timer start functionJaroslav Kysela2010-10-141-1/+7
* ALSA: snd-aloop: Fix hw_params restrictions and checkingJaroslav Kysela2010-10-111-18/+106
* ALSA: snd-aloop - fix "PCM Slave Active" element read valueJaroslav Kysela2010-10-021-1/+1
* ALSA: snd-aloop - fix capture buffer silenceJaroslav Kysela2010-09-301-2/+4
* ALSA: snd-aloop - fix the "PCM Playback Channels" kcontrolJaroslav Kysela2010-09-151-1/+1
* ALSA: introduce the snd-aloop module for the PCM loopbackJaroslav Kysela2010-08-091-0/+1055