summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'asoc/fix/core' into asoc-linusMark Brown2014-10-081-2/+2
|\
| * ASoC: core: fix use after free in snd_soc_remove_platform()Daniel Mack2014-10-071-2/+2
| |
| \
*-. \ Merge remote-tracking branches 'asoc/topic/davinci', 'asoc/topic/dmic', 'asoc...Mark Brown2014-10-061-5/+12
|\ \ \
| | * | ASoC: Always run default suspend/resume codeLars-Peter Clausen2014-09-041-4/+7
| | * | ASoC: Add support for automatically going to BIAS_OFF on suspendLars-Peter Clausen2014-09-041-0/+1
| | * | ASoC: Shutdown DAPM contexts when removing a cardLars-Peter Clausen2014-09-041-0/+1
| | * | ASoC: Set card->instantiated to false when removing the cardLars-Peter Clausen2014-09-041-1/+3
* | | | Merge remote-tracking branch 'asoc/topic/core' into asoc-nextMark Brown2014-10-061-17/+13
|\ \ \ \
| * | | | ASoC: core: Fix volsw_range funcs so SOC_DOUBLE_R_RANGE_TLV works.Howard Mitchell2014-09-241-8/+12
| * | | | ASoC: Fix snd_soc_{new,free}_ac97_codec() locking removalLars-Peter Clausen2014-09-231-1/+0
| * | | | ASoC: Remove locking in snd_soc_{new,free}_ac97_codec()Lars-Peter Clausen2014-09-221-8/+1
| |/ / /
* | | | Merge remote-tracking branch 'asoc/topic/component' into asoc-nextMark Brown2014-10-061-363/+259
|\ \ \ \
| * | | | ASoC: Remove CODEC pointer from snd_soc_dapm_contextLars-Peter Clausen2014-09-291-1/+0
| * | | | ASoC: Remove table based DAPM/control setup support from snd_soc_platform_driverLars-Peter Clausen2014-09-061-52/+6
| | |/ / | |/| |
| * | | ASoC: Remove unused cache_only from struct snd_soc_codecJarkko Nikula2014-08-281-2/+0
| * | | ASoC: Restore idle_bias_off initializationLars-Peter Clausen2014-08-261-0/+2
| * | | ASoC: Replace list_empty(&card->codec_dev_list) with !card->instantiatedLars-Peter Clausen2014-08-191-8/+4
| * | | ASoC: Remove support for legacy snd_soc_platform IOLars-Peter Clausen2014-08-191-22/+0
| * | | ASoC: Automatically initialize regmap for all componentsLars-Peter Clausen2014-08-191-18/+17
| * | | ASoC: Consolidate CPU and CODEC DAI lookupLars-Peter Clausen2014-08-191-53/+19
| * | | ASoC: Consolidate CPU and CODEC DAI removalLars-Peter Clausen2014-08-191-23/+11
| * | | ASoC: Cleanup DAI module reference countingLars-Peter Clausen2014-08-191-8/+0
| * | | ASoC: Move component->probed check into soc_{remove,probe}_component()Lars-Peter Clausen2014-08-191-17/+12
| * | | ASoC: Pass component instead of DAPM context to AUX dev init callbackLars-Peter Clausen2014-08-191-1/+1
| * | | ASoC: Move AUX dev support to the component levelLars-Peter Clausen2014-08-191-12/+36
| * | | ASoC: Add component level probe/remove supportLars-Peter Clausen2014-08-191-18/+24
| * | | ASoC: Make rtd->codec optionalLars-Peter Clausen2014-08-191-10/+14
| * | | ASoC: Consolidate platform and CODEC probe/removeLars-Peter Clausen2014-08-191-161/+174
| * | | ASoC: Move debugfs registration to the component levelLars-Peter Clausen2014-08-191-70/+52
| |/ /
| | |
| \ \
*-. \ \ Merge remote-tracking branches 'asoc/fix/atmel', 'asoc/fix/compress', 'asoc/f...Mark Brown2014-09-281-2/+2
|\ \ \ \ | |_|/ / |/| | / | | |/
| | * ASoC: core: fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li2014-09-281-1/+1
| |/ |/|
| * ASoC: Use dev_set_name() instead of init_nameLars-Peter Clausen2014-08-171-1/+1
|/
*-. Merge remote-tracking branches 'asoc/topic/tlv', 'asoc/topic/tlv320aic23', 'a...Mark Brown2014-08-041-0/+21
|\ \
| * | ASoC: core: add a helper for extended byte controls using TLVOmair Mohammed Abdullah2014-07-161-0/+21
| |/
* | Merge remote-tracking branch 'asoc/topic/core' into asoc-nextMark Brown2014-08-041-1/+8
|\ \
| * | ASoC: core: Fix possible NULL pointer dereferenceTushar Behera2014-07-091-1/+8
| |/
* | ASoC: Add function to register component controlsLars-Peter Clausen2014-07-221-10/+25
* | ASoC: Move card field form platform/codec to componentLars-Peter Clausen2014-07-221-9/+10
* | ASoC: Remove per card platform listLars-Peter Clausen2014-07-221-2/+0
* | ASoC: core: Add initial support for DAI multicodecBenoit Cousson2014-07-161-90/+203
* | Merge remote-tracking branch 'asoc/topic/component' into asoc-multiMark Brown2014-07-161-280/+251
|\ \
| * | ASoC: core: Move non-shared code paths out of snd_soc_post_component_init()Lars-Peter Clausen2014-07-021-75/+46
| * | ASoC: core: Bind aux devs earlyLars-Peter Clausen2014-07-021-42/+25
| * | ASoC: core: Replace soc_find_matching_codec() with soc_find_codec()Lars-Peter Clausen2014-07-021-22/+4
| * | ASoC: core: Remove duplicated rtd->codec initializationLars-Peter Clausen2014-07-021-6/+2
| * | Merge remote-tracking branch 'asoc/fix/debugfs' into asoc-componentMark Brown2014-06-281-4/+26
| |\ \
| | * | ASoC: fix debugfs directory creation bugRussell King2014-06-281-4/+24
| | |/
| * | ASoC: dapm: Remove platform field from widget and dapm context structLars-Peter Clausen2014-06-211-1/+0
| * | ASoC: dapm: Remove DAI DAPM contextLars-Peter Clausen2014-06-211-11/+1
| * | ASoC: Add component level stream_event() and seq_notifier() supportLars-Peter Clausen2014-06-211-3/+22
OpenPOWER on IntegriCloud