summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sound-fix-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-101-10/+12
|\
| * ALSA: pcm: oss: Fix regression by buffer overflow fix (again)Takashi Iwai2020-04-031-10/+12
* | Merge tag 'sound-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-04-0210-116/+186
|\|
| * Merge tag 'asoc-v5.7' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2020-03-303-10/+56
| |\
| | * Merge branch 'asoc-5.7' into asoc-nextMark Brown2020-03-273-10/+56
| | |\
| | | * Merge tag 'v5.6-rc5' into asoc-5.7Mark Brown2020-03-115-14/+38
| | | |\
| | | * \ Merge series "simple-audio-card codec2codec support" from Samuel Holland <sam...Mark Brown2020-03-061-9/+9
| | | |\ \
| | | | * | ALSA: pcm: Add a standalone version of snd_pcm_limit_hw_ratesSamuel Holland2020-03-061-9/+9
| | | * | | ALSA: dmaengine_pcm: No need to take runtime reference twice in pcm_pointerPeter Ujfalusi2020-03-061-2/+0
| | | |/ /
| | | * | ALSA: core: Implement compress page allocation and free routinesCezary Rojewski2020-02-181-0/+42
| | | * | ALSA: dmaengine_pcm: Consider DMA cache caused delay in pointer callbackPeter Ujfalusi2020-02-111-1/+2
| | | * | ALSA: dmaengine_pcm: Consider DMA cache caused delay in pointer callbackPeter Ujfalusi2020-02-111-0/+5
| * | | | Merge branch 'for-next' into for-linusTakashi Iwai2020-03-309-106/+130
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | ALSA: core: Add snd_device_get_state() helperTakashi Iwai2020-03-231-0/+21
| | * | | ALSA: pcm: Fix superfluous snprintf() usageTakashi Iwai2020-03-131-1/+1
| | * | | ALSA: pcm: oss: Simplify plugin frame size calculationsTakashi Iwai2020-03-091-64/+56
| | * | | Merge branch 'for-linus' into for-nextTakashi Iwai2020-03-091-0/+8
| | |\ \ \
| | * \ \ \ Merge branch 'topic/usb-uac2-effect-unit' into for-nextTakashi Iwai2020-02-175-14/+38
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | ALSA: pcm: oss: Unlock mutex temporarily for sleeping at read/writeTakashi Iwai2020-02-141-0/+4
| | * | | | ALSA: core: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-121-1/+1
| | * | | | ALSA: info: remove redundant assignment to variable cColin Ian King2020-02-101-1/+1
| | * | | | ALSA: pcm: Minor refactoringTakashi Iwai2020-02-101-6/+11
| | * | | | ALSA: pcm_dmaengine: Use pcm_for_each_format() macro for PCM format iterationTakashi Iwai2020-02-101-1/+1
| | * | | | ALSA: pcm: Use a macro for parameter masks to reduce the needed castTakashi Iwai2020-02-101-14/+18
| | * | | | ALSA: pcm: Use standard macros for fixing PCM format castTakashi Iwai2020-02-102-18/+16
| | | |_|/ | | |/| |
* | | | | Merge branch 'pm-qos'Rafael J. Wysocki2020-03-301-7/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | sound: Call cpu_latency_qos_*() instead of pm_qos_*()Rafael J. Wysocki2020-02-141-7/+7
| |/ / /
* | | | ALSA: seq: oss: Fix running status after receiving sysexTakashi Iwai2020-03-161-0/+1
* | | | ALSA: seq: virmidi: Fix running status after receiving sysexTakashi Iwai2020-03-161-0/+1
* | | | ALSA: pcm: oss: Remove WARNING from snd_pcm_plug_alloc() checksTakashi Iwai2020-03-121-2/+2
| |_|/ |/| |
* | | ALSA: pcm: oss: Avoid plugin buffer overflowTakashi Iwai2020-03-091-0/+8
| |/ |/|
* | ALSA: seq: Fix concurrent access to queue current tick/timeTakashi Iwai2020-02-144-9/+20
* | ALSA: seq: Avoid concurrent access to queue flagsTakashi Iwai2020-02-141-4/+16
* | ALSA: pcm: Fix double hw_free callsTakashi Iwai2020-02-131-1/+2
|/
* Merge tag 'sound-fix-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-02-062-79/+140
|\
| * ALSA: pcm: Fix sparse warnings wrt snd_pcm_state_tTakashi Iwai2020-01-312-70/+125
| * ALSA: pcm: Fix memory leak at closing a stream without hw_freeTakashi Iwai2020-01-291-9/+15
* | proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-19/+17
|/
* ALSA: pcm: Set per-card upper limit of PCM buffer allocationsTakashi Iwai2020-01-212-18/+52
* Merge branch 'for-linus' into for-nextTakashi Iwai2020-01-201-5/+9
|\
| * ALSA: seq: Fix racy access for queue timer in proc readTakashi Iwai2020-01-151-5/+9
* | ALSA: pcm: Make snd_pcm_hw_constraints_init() and _complete() staticTakashi Iwai2020-01-162-5/+2
* | ALSA: timer: fix nsec/sec initialization confusionPierre-Louis Bossart2020-01-121-1/+1
* | ALSA: control: potential uninitialized return valueDan Carpenter2020-01-081-1/+1
* | ALSA: rawmidi: More constificationTakashi Iwai2020-01-051-1/+1
* | ALSA: oss: More constificationsTakashi Iwai2020-01-052-2/+2
* | ALSA: jack: More constificationTakashi Iwai2020-01-051-1/+1
* | ALSA: info: More constificationsTakashi Iwai2020-01-051-2/+2
* | ALSA: seq: More constificationsTakashi Iwai2020-01-053-8/+8
* | ALSA: pcm: More constificationsTakashi Iwai2020-01-053-9/+10