summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
* ALSA: seq: Continue broadcasting events to ports if one of them failsAdam Goode2014-06-041-12/+24
* ALSA: seq: correctly detect input buffer overflowAdam Goode2014-06-041-1/+1
* Merge branch 'for-linus' into for-nextTakashi Iwai2014-06-031-0/+6
|\
| * ALSA: pcm_dmaengine: Add check during device suspendTushar Behera2014-05-191-0/+6
* | ALSA: core: Fix format string mismatch in seq_midi.cMasanari Iida2014-04-281-2/+2
* | ALSA: pcm: 'BUG:' message unnecessarily triggers kerneloopsTim Gardner2014-04-161-1/+1
|/
* Merge branch 'for-next' into for-linusTakashi Iwai2014-03-3142-555/+519Star
|\
| * Merge tag 'asoc-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Takashi Iwai2014-03-131-0/+1
| |\
| | * ALSA: Export snd_pcm_constraint_mask64()Mark Brown2014-02-201-0/+1
| * | ALSA: Move EXPORT_SYMBOL() in appropriate placesTakashi Iwai2014-02-272-20/+18Star
| * | ALSA: Clean up snd_device_*() codesTakashi Iwai2014-02-252-83/+50Star
| * | ALSA: Use priority list for managing device listTakashi Iwai2014-02-252-40/+40
| * | ALSA: hwdep: Allow to assign the given parentTakashi Iwai2014-02-251-7/+12
| * | ALSA: hwdep: Take private_data as drvdata for sysfsTakashi Iwai2014-02-251-0/+2
| * | ALSA: Create sysfs attribute files via groupsTakashi Iwai2014-02-253-14/+53
| * | ALSA: core: Fix missing card sysfs contentsTakashi Iwai2014-02-191-5/+5
| * | ALSA: Drop __bitwise and typedefs for snd_device attributesTakashi Iwai2014-02-141-4/+4
| * | ALSA: seq_oss: Use standard printk helpersTakashi Iwai2014-02-145-18/+18
| * | ALSA: seq: Use standard printk helpersTakashi Iwai2014-02-1413-47/+47
| * | ALSA: timer: Use standard printk helpersTakashi Iwai2014-02-143-11/+8Star
| * | ALSA: oss: Use standard printk helpersTakashi Iwai2014-02-142-56/+55Star
| * | ALSA: hwdep: Use standard printk helpersTakashi Iwai2014-02-141-8/+12
| * | ALSA: rawmidi: Use standard printk helpersTakashi Iwai2014-02-141-15/+34
| * | ALSA: core: Use standard printk helpersTakashi Iwai2014-02-148-32/+38
| * | ALSA: pcm: Use standard printk helpersTakashi Iwai2014-02-144-43/+47
| * | ALSA: control: Use standard printk helpersTakashi Iwai2014-02-142-9/+8Star
| * | ALSA: seq_oss: Drop debug printsTakashi Iwai2014-02-147-68/+0Star
| * | ALSA: Use standard device refcount for card accountingTakashi Iwai2014-02-143-40/+17Star
| * | ALSA: Use static groups for id and number card sysfs attr filesTakashi Iwai2014-02-141-13/+19
| * | ALSA: Embed card device into struct snd_cardTakashi Iwai2014-02-141-19/+35
| * | ALSA: Mandate to pass a device pointer at card creation timeTakashi Iwai2014-02-121-3/+5
| * | ALSA: Drop unused name argument in snd_register_oss_device()Takashi Iwai2014-02-127-19/+10Star
| * | ALSA: Replace with IS_ENABLED()Takashi Iwai2014-02-108-18/+18
| * | ALSA: Fix typos in alsa-driver-api.xmlMasanari Iida2014-02-102-2/+2
| |/
* / ALSA: compress: Pass through return value of open ops callbackCharles Keepax2014-03-191-1/+1
|/
* ALSA: Refactor slot assignment codeTakashi Iwai2014-01-231-27/+30
* ALSA: bits vs bytes bug in snd_card_create()Dan Carpenter2014-01-231-2/+2
* Merge remote-tracking branch 'asoc/topic/pcm' into for-tiwaiMark Brown2014-01-161-0/+39
|\
| * ALSA: Add helper function for intersecting two rate masksLars-Peter Clausen2014-01-141-0/+39
* | ALSA: PCM: Warn when buffer preallocation failsTakashi Iwai2014-01-111-0/+5
* | ALSA: Merge memalloc code into snd-pcm moduleTakashi Iwai2014-01-092-16/+4Star
* | ALSA: Remove superfluous header inclusions in memalloc.cTakashi Iwai2014-01-091-4/+0Star
* | ALSA: Remove memory reservation code from memalloc helperTakashi Iwai2014-01-092-282/+1Star
* | ALSA: Remove memory accounting in memalloc helperTakashi Iwai2014-01-091-29/+2Star
* | ALSA: compress: remove the sample rate checkVinod Koul2014-01-051-3/+0Star
* | ALSA: Add SNDRV_PCM_STATE_PAUSED case in wait_for_avail functionJongHo Kim2013-12-171-0/+2
|/
* Merge tag 'sound-fix-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-11-162-5/+17
|\
| * ALSA: jack: Unregister input device at disconnectionTakashi Iwai2013-11-141-3/+16
| * ALSA: compress_core: don't return -EBADFD from poll if pausedRichard Fitzgerald2013-11-121-2/+1Star
* | sound/core/memalloc.c: use gen_pool_dma_alloc() to allocate iram bufferNicolin Chen2013-11-151-5/+1Star