aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-12ALSA: core: Use ktime_get_ts()Thomas Gleixner1-2/+2
2014-06-04ALSA: seq: Continue broadcasting events to ports if one of them failsAdam Goode1-12/+24
2014-06-04ALSA: seq: correctly detect input buffer overflowAdam Goode1-1/+1
2014-06-03Merge branch 'for-linus' into for-nextTakashi Iwai1-0/+6
2014-05-19ALSA: pcm_dmaengine: Add check during device suspendTushar Behera1-0/+6
2014-04-28ALSA: core: Fix format string mismatch in seq_midi.cMasanari Iida1-2/+2
2014-04-16ALSA: pcm: 'BUG:' message unnecessarily triggers kerneloopsTim Gardner1-1/+1
2014-03-31Merge branch 'for-next' into for-linusTakashi Iwai42-555/+519
2014-03-19ALSA: compress: Pass through return value of open ops callbackCharles Keepax1-1/+1
2014-03-13Merge tag 'asoc-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai1-0/+1
2014-02-27ALSA: Move EXPORT_SYMBOL() in appropriate placesTakashi Iwai2-20/+18
2014-02-25ALSA: Clean up snd_device_*() codesTakashi Iwai2-83/+50
2014-02-25ALSA: Use priority list for managing device listTakashi Iwai2-40/+40
2014-02-25ALSA: hwdep: Allow to assign the given parentTakashi Iwai1-7/+12
2014-02-25ALSA: hwdep: Take private_data as drvdata for sysfsTakashi Iwai1-0/+2
2014-02-25ALSA: Create sysfs attribute files via groupsTakashi Iwai3-14/+53
2014-02-20ALSA: Export snd_pcm_constraint_mask64()Mark Brown1-0/+1
2014-02-19ALSA: core: Fix missing card sysfs contentsTakashi Iwai1-5/+5
2014-02-14ALSA: Drop __bitwise and typedefs for snd_device attributesTakashi Iwai1-4/+4
2014-02-14ALSA: seq_oss: Use standard printk helpersTakashi Iwai5-18/+18
2014-02-14ALSA: seq: Use standard printk helpersTakashi Iwai13-47/+47
2014-02-14ALSA: timer: Use standard printk helpersTakashi Iwai3-11/+8
2014-02-14ALSA: oss: Use standard printk helpersTakashi Iwai2-56/+55
2014-02-14ALSA: hwdep: Use standard printk helpersTakashi Iwai1-8/+12
2014-02-14ALSA: rawmidi: Use standard printk helpersTakashi Iwai1-15/+34
2014-02-14ALSA: core: Use standard printk helpersTakashi Iwai8-32/+38
2014-02-14ALSA: pcm: Use standard printk helpersTakashi Iwai4-43/+47
2014-02-14ALSA: control: Use standard printk helpersTakashi Iwai2-9/+8
2014-02-14ALSA: seq_oss: Drop debug printsTakashi Iwai7-68/+0
2014-02-14ALSA: Use standard device refcount for card accountingTakashi Iwai3-40/+17
2014-02-14ALSA: Use static groups for id and number card sysfs attr filesTakashi Iwai1-13/+19
2014-02-14ALSA: Embed card device into struct snd_cardTakashi Iwai1-19/+35
2014-02-12ALSA: Mandate to pass a device pointer at card creation timeTakashi Iwai1-3/+5
2014-02-12ALSA: Drop unused name argument in snd_register_oss_device()Takashi Iwai7-19/+10
2014-02-10ALSA: Replace with IS_ENABLED()Takashi Iwai8-18/+18
2014-02-10ALSA: Fix typos in alsa-driver-api.xmlMasanari Iida2-2/+2
2014-01-23ALSA: Refactor slot assignment codeTakashi Iwai1-27/+30
2014-01-23ALSA: bits vs bytes bug in snd_card_create()Dan Carpenter1-2/+2
2014-01-16Merge remote-tracking branch 'asoc/topic/pcm' into for-tiwaiMark Brown1-0/+39
2014-01-14ALSA: Add helper function for intersecting two rate masksLars-Peter Clausen1-0/+39
2014-01-11ALSA: PCM: Warn when buffer preallocation failsTakashi Iwai1-0/+5
2014-01-09ALSA: Merge memalloc code into snd-pcm moduleTakashi Iwai2-16/+4
2014-01-09ALSA: Remove superfluous header inclusions in memalloc.cTakashi Iwai1-4/+0
2014-01-09ALSA: Remove memory reservation code from memalloc helperTakashi Iwai2-282/+1
2014-01-09ALSA: Remove memory accounting in memalloc helperTakashi Iwai1-29/+2
2014-01-05ALSA: compress: remove the sample rate checkVinod Koul1-3/+0
2013-12-17ALSA: Add SNDRV_PCM_STATE_PAUSED case in wait_for_avail functionJongHo Kim1-0/+2
2013-11-16Merge tag 'sound-fix-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds2-5/+17
2013-11-15sound/core/memalloc.c: use gen_pool_dma_alloc() to allocate iram bufferNicolin Chen1-5/+1
2013-11-14ALSA: jack: Unregister input device at disconnectionTakashi Iwai1-3/+16