aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-08Merge remote-tracking branch 'asoc/fix/core' into asoc-linusMark Brown1-2/+2
2014-10-07ASoC: core: fix use after free in snd_soc_remove_platform()Daniel Mack1-2/+2
2014-10-06Merge remote-tracking branches 'asoc/topic/davinci', 'asoc/topic/dmic', 'asoc/topic/drivers', 'asoc/topic/es8328' and 'asoc/topic/fsl' into asoc-nextMark Brown1-5/+12
2014-10-06Merge remote-tracking branch 'asoc/topic/core' into asoc-nextMark Brown1-17/+13
2014-10-06Merge remote-tracking branch 'asoc/topic/component' into asoc-nextMark Brown1-363/+259
2014-09-29ASoC: Remove CODEC pointer from snd_soc_dapm_contextLars-Peter Clausen1-1/+0
2014-09-28Merge remote-tracking branches 'asoc/fix/atmel', 'asoc/fix/compress', 'asoc/fix/core', 'asoc/fix/fsl-ssi' and 'asoc/fix/rt286' into asoc-linusMark Brown1-2/+2
2014-09-28ASoC: core: fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li1-1/+1
2014-09-24ASoC: core: Fix volsw_range funcs so SOC_DOUBLE_R_RANGE_TLV works.Howard Mitchell1-8/+12
2014-09-23ASoC: Fix snd_soc_{new,free}_ac97_codec() locking removalLars-Peter Clausen1-1/+0
2014-09-22ASoC: Remove locking in snd_soc_{new,free}_ac97_codec()Lars-Peter Clausen1-8/+1
2014-09-06ASoC: Remove table based DAPM/control setup support from snd_soc_platform_driverLars-Peter Clausen1-52/+6
2014-09-04ASoC: Always run default suspend/resume codeLars-Peter Clausen1-4/+7
2014-09-04ASoC: Add support for automatically going to BIAS_OFF on suspendLars-Peter Clausen1-0/+1
2014-09-04ASoC: Shutdown DAPM contexts when removing a cardLars-Peter Clausen1-0/+1
2014-09-04ASoC: Set card->instantiated to false when removing the cardLars-Peter Clausen1-1/+3
2014-08-28ASoC: Remove unused cache_only from struct snd_soc_codecJarkko Nikula1-2/+0
2014-08-26ASoC: Restore idle_bias_off initializationLars-Peter Clausen1-0/+2
2014-08-19ASoC: Replace list_empty(&card->codec_dev_list) with !card->instantiatedLars-Peter Clausen1-8/+4
2014-08-19ASoC: Remove support for legacy snd_soc_platform IOLars-Peter Clausen1-22/+0
2014-08-19ASoC: Automatically initialize regmap for all componentsLars-Peter Clausen1-18/+17
2014-08-19ASoC: Consolidate CPU and CODEC DAI lookupLars-Peter Clausen1-53/+19
2014-08-19ASoC: Consolidate CPU and CODEC DAI removalLars-Peter Clausen1-23/+11
2014-08-19ASoC: Cleanup DAI module reference countingLars-Peter Clausen1-8/+0
2014-08-19ASoC: Move component->probed check into soc_{remove,probe}_component()Lars-Peter Clausen1-17/+12
2014-08-19ASoC: Pass component instead of DAPM context to AUX dev init callbackLars-Peter Clausen1-1/+1
2014-08-19ASoC: Move AUX dev support to the component levelLars-Peter Clausen1-12/+36
2014-08-19ASoC: Add component level probe/remove supportLars-Peter Clausen1-18/+24
2014-08-19ASoC: Make rtd->codec optionalLars-Peter Clausen1-10/+14
2014-08-19ASoC: Consolidate platform and CODEC probe/removeLars-Peter Clausen1-161/+174
2014-08-19ASoC: Move debugfs registration to the component levelLars-Peter Clausen1-70/+52
2014-08-17ASoC: Use dev_set_name() instead of init_nameLars-Peter Clausen1-1/+1
2014-08-04Merge remote-tracking branches 'asoc/topic/tlv', 'asoc/topic/tlv320aic23', 'asoc/topic/tlv320aic31xx' and 'asoc/topic/tlv320aic32x4' into asoc-nextMark Brown1-0/+21
2014-08-04Merge remote-tracking branch 'asoc/topic/core' into asoc-nextMark Brown1-1/+8
2014-07-22ASoC: Add function to register component controlsLars-Peter Clausen1-10/+25
2014-07-22ASoC: Move card field form platform/codec to componentLars-Peter Clausen1-9/+10
2014-07-22ASoC: Remove per card platform listLars-Peter Clausen1-2/+0
2014-07-16ASoC: core: Add initial support for DAI multicodecBenoit Cousson1-90/+203
2014-07-16Merge remote-tracking branch 'asoc/topic/component' into asoc-multiMark Brown1-280/+251
2014-07-16ASoC: core: add a helper for extended byte controls using TLVOmair Mohammed Abdullah1-0/+21
2014-07-09ASoC: core: Fix possible NULL pointer dereferenceTushar Behera1-1/+8
2014-07-02ASoC: core: Move non-shared code paths out of snd_soc_post_component_init()Lars-Peter Clausen1-75/+46
2014-07-02ASoC: core: Bind aux devs earlyLars-Peter Clausen1-42/+25
2014-07-02ASoC: core: Replace soc_find_matching_codec() with soc_find_codec()Lars-Peter Clausen1-22/+4
2014-07-02ASoC: core: Remove duplicated rtd->codec initializationLars-Peter Clausen1-6/+2
2014-07-01ASoC: core: Change soc_link_dai_widgets signature for multiple codecsBenoit Cousson1-4/+4
2014-06-28Merge remote-tracking branch 'asoc/fix/debugfs' into asoc-componentMark Brown1-4/+26
2014-06-28ASoC: fix debugfs directory creation bugRussell King1-4/+24
2014-06-21ASoC: dapm: Remove platform field from widget and dapm context structLars-Peter Clausen1-1/+0
2014-06-21ASoC: dapm: Remove DAI DAPM contextLars-Peter Clausen1-11/+1