aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-18Merge tag 'asoc-v3.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai1-23/+62
2013-04-17Merge tag 'v3.9-rc7' into asoc-dmaMark Brown1-5/+5
2013-04-17ASoC: Add snd_soc_{add, remove}_platformLars-Peter Clausen1-23/+62
2013-04-12Merge remote-tracking branch 'asoc/topic/core' into asoc-nextMark Brown1-14/+15
2013-04-12Merge remote-tracking branch 'asoc/topic/component' into asoc-nextMark Brown1-8/+91
2013-03-27ASoC: Constify the 'driver' field of snd_soc_platformLars-Peter Clausen1-1/+1
2013-03-26ASoC: export snd_soc_register_componentStephen Warren1-0/+2
2013-03-26ASoC: snd_soc_[un]register_dai[s]() become non global functionKuninori Morimoto1-8/+4
2013-03-26ASoC: snd_soc_register_component() uses properly snd_soc_register_dai[s]()Kuninori Morimoto1-1/+9
2013-03-26ASoC: core: Fix to check return value of snd_soc_update_bits_locked()Joonyoung Shim1-1/+1
2013-03-20ASoC: core: fix invalid free of devm_ allocated dataSilviu-Mihai Popescu1-2/+0
2013-03-13ASoC: add snd_soc_register_component()Kuninori Morimoto1-0/+77
2013-03-12ASoC: core: fix possible memory leak in snd_soc_bytes_put()Wei Yongjun1-2/+4
2013-03-12ASoC: core: remove codec from list if registration failedKuninori Morimoto1-0/+4
2013-03-04ASoC: core: use snd_soc_register_dais() on codecKuninori Morimoto1-9/+5
2013-03-04ASoC: core: tidyup snd_soc_register_codec() fail caseKuninori Morimoto1-4/+5
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-1/+1
2013-02-11Merge remote-tracking branch 'asoc/topic/of' into asoc-nextMark Brown1-0/+107
2013-02-11Merge remote-tracking branch 'asoc/topic/core' into asoc-nextMark Brown1-7/+9
2013-02-08ASoC: core: Allow digital mute for captureMark Brown1-2/+10
2013-01-30ASoC: clock gating is decided by bool on snd_soc_of_parse_daifmt()Kuninori Morimoto1-14/+6
2013-01-27ASoC: add snd_soc_of_parse_daifmt() for DeviceTreeKuninori Morimoto1-0/+115
2013-01-21ASoC: core: Ensure SND_SOC_BYTES writes are from DMA safe memoryMark Brown1-7/+5
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell1-1/+1
2012-12-27ASoC: core: fix the memory leak in case of remove_aux_dev()Chuansheng Liu1-1/+1
2012-12-27ASoC: core: fix the memory leak in case of device_add() failureChuansheng Liu1-0/+2
2012-12-24ASoC: core: giving WARN when device starting from non-off bias with idle_bias_offChuansheng Liu1-0/+4
2012-12-24ASoC: soc-core: Remove unused 'ret' variableFabio Estevam1-1/+0
2012-12-20ASoC: core: Fix SOC_DOUBLE_RANGE() macrosMark Brown1-2/+30
2012-12-15Merge remote-tracking branch 'asoc/topic/log' into asoc-nextMark Brown1-5/+5
2012-12-10ASoC: core: Fix splitting of log messagesMark Brown1-5/+5
2012-12-10Merge remote-tracking branch 'asoc/topic/log' into asoc-nextMark Brown1-118/+123
2012-11-21ASoC: core: Standardise ASoC messagesLiam Girdwood1-118/+123
2012-11-20ASoC: remove use of __devinitconstBill Pemberton1-1/+1
2012-11-09ASoC: core: Double control update err for snd_soc_put_volsw_sxMukund Navada1-2/+3
2012-10-09Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-43/+57
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-3/+3
2012-09-18ASoC: Avoid recalculating the bitmask for SOC_ENUM controlsLars-Peter Clausen1-10/+6
2012-09-13ASoC: core: Remove useless kfreePeter Senna Tschudin1-2/+0
2012-09-13ASoC: core: Mark regmap CODEC register maps as dirty when suspendingMark Brown1-0/+2
2012-09-06ASoC: dapm: Ensure bypass paths are suspended and resumedMark Brown1-0/+8
2012-09-05Merge branch 'asoc-omap' into for-3.7Mark Brown1-4/+6
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-3/+3
2012-08-20ASoC: add compress stream supportNamarta Kohli1-23/+34
2012-08-10ASoC: core: remove unused variable in soc_probe() in linux-nextJerry Snitselaar1-1/+0
2012-08-09ASoC: core: Remove pointless error on card registration failureMark Brown1-7/+1
2012-08-09ASoC: core: Upgrade the severity of probe deferral errors to dev_err()Mark Brown1-4/+6
2012-08-07ASoC: core: Set dapm->idle_bias_off for DAIs not mapped with a codecPeter Ujfalusi1-0/+6
2012-08-02ASoC: core: Fix check before defaulting to regmapMark Brown1-1/+1
2012-07-11ASoC: Free memory in the error paths of soc_of_parse_audio_routing()Matthias Kaehlcke1-0/+2