summaryrefslogtreecommitdiff
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
* ALSA: pcm_dmaengine: Add check during device suspendTushar Behera2014-05-191-0/+6
* Merge branch 'for-next' into for-linusTakashi Iwai2014-03-3142-555/+519
|\
| * 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/+18
| * | ALSA: Clean up snd_device_*() codesTakashi Iwai2014-02-252-83/+50
| * | 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/+8
| * | ALSA: oss: Use standard printk helpersTakashi Iwai2014-02-142-56/+55
| * | 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/+8
| * | ALSA: seq_oss: Drop debug printsTakashi Iwai2014-02-147-68/+0
| * | ALSA: Use standard device refcount for card accountingTakashi Iwai2014-02-143-40/+17
| * | 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/+10
| * | 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/+4
* | ALSA: Remove superfluous header inclusions in memalloc.cTakashi Iwai2014-01-091-4/+0
* | ALSA: Remove memory reservation code from memalloc helperTakashi Iwai2014-01-092-282/+1
* | ALSA: Remove memory accounting in memalloc helperTakashi Iwai2014-01-091-29/+2
* | ALSA: compress: remove the sample rate checkVinod Koul2014-01-051-3/+0
* | 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/+1
* | sound/core/memalloc.c: use gen_pool_dma_alloc() to allocate iram bufferNicolin Chen2013-11-151-5/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-131-16/+6
|\ \ | |/ |/|
| * consolidate the reassignments of ->f_op in ->open() instancesAl Viro2013-10-241-16/+6
* | ALSA: compress: fix drain calls blocking other compress functions (v6)Vinod Koul2013-11-071-12/+19
* | Merge branch 'for-linus' into for-nextTakashi Iwai2013-11-041-0/+4
|\ \
| * | ALSA: fix oops in snd_pcm_info() caused by ASoC DPCMRussell King2013-10-311-0/+4
| |/