summaryrefslogtreecommitdiff
path: root/sound/drivers/aloop.c
AgeCommit message (Expand)Author
2019-11-22ALSA: aloop: Avoid unexpected timer event callback taskletsAndrew Gabbasov
2019-11-22ALSA: aloop: Remove redundant locking in timer open functionAndrew Gabbasov
2019-11-20ALSA: aloop: Support runtime change of snd_timer via info interfaceAndrew Gabbasov
2019-11-20ALSA: aloop: Support selection of snd_timer instead of jiffiesTimo Wischer
2019-11-20ALSA: aloop: Move CABLE_VALID_BOTH to the top of fileTimo Wischer
2019-11-20ALSA: aloop: Rename all jiffies timer specific functionsTimo Wischer
2019-11-20ALSA: aloop: Use callback functions for timer specific implementationsTimo Wischer
2019-11-20ALSA: aloop: Support return of error code for timer start and stopTimo Wischer
2019-11-20ALSA: aloop: Describe units of variablesTimo Wischer
2019-11-06ALSA: aloop: Convert to the common vmalloc memallocTakashi Iwai
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-03-25ALSA: aloop: Support S24 sample formatsTimo Wischer
2019-02-06ALSA: drivers: Clean up with new procfs helpersTakashi Iwai
2019-01-15ALSA: drivers: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai
2018-07-18ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc()Takashi Iwai
2018-05-28ALSA: aloop: Reduced duplicated PCM ops definitionTakashi Iwai
2018-04-30ALSA: aloop: Add missing cable lock to ctl API callbacksTakashi Iwai
2018-03-27ALSA: aloop: Mark paused device as inactiveRobert Rosengren
2018-03-22ALSA: aloop: Fix access to not-yet-ready substream via cableTakashi Iwai
2018-03-22ALSA: aloop: Sync stale timer before releaseTakashi Iwai
2018-01-05ALSA: aloop: Fix racy hw constraints adjustmentTakashi Iwai
2018-01-05ALSA: aloop: Fix inconsistent format due to incomplete ruleTakashi Iwai
2018-01-05ALSA: aloop: Release cable upon open error pathTakashi Iwai
2017-10-24ALSA: drivers: Convert timers to use timer_setup()Kees Cook
2017-08-19ALSA: drivers: constify snd_pcm_ops structuresArvind Yadav
2017-08-17ALSA: drivers: make snd_pcm_hardware constBhumika Goyal
2015-05-29ALSA: aloop: Drop unnecessary ifdef CONFIG_PROC_FSTakashi Iwai
2015-01-19ALSA: aloop: Use setup_timer() and mod_timer()Takashi Iwai
2014-10-20ALSA: drivers: drop owner assignment from platform_driversWolfram Sang
2014-02-12ALSA: drivers: Convert to snd_card_new() with a device pointerTakashi Iwai
2013-05-23ALSA: aloop: Remove redundant platform_set_drvdata()Sachin Kamat
2013-04-29ALSA: pcm_format_to_bits strong-typed conversionEldad Zack
2013-02-04ALSA: aloop: Fix Oops while PM resumeTakashi Iwai
2012-12-07ALSA: drivers: remove __dev* attributesBill Pemberton
2012-10-21ALSA: aloop - Close races at restarting the streamTakashi Iwai
2012-10-06ALSA: aloop - add locking to timer accessOmair Mohammed Abdullah
2012-08-09ALSA: platform: Check CONFIG_PM_SLEEP instead of CONFIG_PMTakashi Iwai
2012-07-03ALSA: convert PM ops of platform_driver to new pm opsTakashi Iwai
2012-07-02ALSA: Add missing .owner=THIS_MODULE to platform_driver definitionsTakashi Iwai
2012-05-15ALSA: snd-aloop - improve the sample copy accurracyJaroslav Kysela
2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell
2011-10-31sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker
2011-09-24ALSA: aloop - Use vmalloc bufferTakashi Iwai
2011-03-18ALSA: aloop - Fix possible IRQ lock inversionTakashi Iwai
2010-10-20ALSA: snd-aloop - add pause supportJaroslav Kysela
2010-10-20ALSA: snd-aloop - fix locking issues (running flag updates)Jaroslav Kysela
2010-10-18ALSA: snd-aloop: add cable#0 and cable#1 files to proc card treeJaroslav Kysela
2010-10-14ALSA: snd-aloop - fix issue in the timer start functionJaroslav Kysela
2010-10-11ALSA: snd-aloop: Fix hw_params restrictions and checkingJaroslav Kysela
2010-10-02ALSA: snd-aloop - fix "PCM Slave Active" element read valueJaroslav Kysela