aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound/soc.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-04Merge remote-tracking branches 'asoc/topic/cs42l73', 'asoc/topic/dai' and 'asoc/topic/davinci' into asoc-nextMark Brown1-0/+3
2015-01-26ASoC: Add support for allocating AC'97 device before registering itLars-Peter Clausen1-0/+1
2015-01-07ASoC: Add helper function for changing the DAI link formatLars-Peter Clausen1-0/+3
2014-12-08Merge remote-tracking branches 'asoc/topic/multi-codec', 'asoc/topic/mxs-saif', 'asoc/topic/mxs-sgtl5000', 'asoc/topic/omap' and 'asoc/topic/pxa' into asoc-nextMark Brown1-0/+3
2014-12-08Merge remote-tracking branches 'asoc/topic/codec-mutex', 'asoc/topic/compress' and 'asoc/topic/cq93vc' into asoc-nextMark Brown1-1/+0
2014-12-08Merge remote-tracking branches 'asoc/topic/ac97', 'asoc/topic/ad193x', 'asoc/topic/adau1373' and 'asoc/topic/adau17x1' into asoc-nextMark Brown1-8/+56
2014-12-08Merge remote-tracking branch 'asoc/topic/core' into asoc-nextMark Brown1-18/+11
2014-11-25ASoC: Remove 'const' from the device_node pointersJean-Francois Moine1-3/+3
2014-11-25ASoC: Disable regmap helpers if regmap is disabledLars-Peter Clausen1-0/+4
2014-11-25ASoC: core: add multi-codec support in DTJean-Francois Moine1-0/+3
2014-11-19Merge branch 'topic/regmap' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-ac97Mark Brown1-0/+35
2014-11-19ASoC: Add helper functions for deferred regmap setupLars-Peter Clausen1-0/+35
2014-11-18ASoC: ac97: Push snd_ac97 pointer to the driver levelLars-Peter Clausen1-3/+2
2014-11-18ASoC: ac97: Drop delayed device registrationLars-Peter Clausen1-10/+0
2014-11-18ASoC: ac97: Drop support for setting platform data via the CPU DAILars-Peter Clausen1-3/+0
2014-11-18ASoC: ac97: Use static ac97_busLars-Peter Clausen1-2/+1
2014-11-18ASoC: Move AC'97 support to its own fileLars-Peter Clausen1-2/+26
2014-11-10ASoC: Remove CODEC mutexLars-Peter Clausen1-1/+0
2014-11-09ASoC: Remove snd_soc_cache_sync() implementationLars-Peter Clausen1-7/+12
2014-11-03ASoC: Remove snd_soc_platform_driver suspend/resume callbacksLars-Peter Clausen1-4/+0
2014-10-28ASoC: Use generic control handlers for S8 controlLars-Peter Clausen1-11/+8
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-0/+1
2014-10-06Merge remote-tracking branch 'asoc/topic/core' into asoc-nextMark Brown1-3/+3
2014-10-06Merge remote-tracking branch 'asoc/topic/component' into asoc-nextMark Brown1-35/+59
2014-09-06ASoC: Remove table based DAPM/control setup support from snd_soc_platform_driverLars-Peter Clausen1-9/+0
2014-09-06ASoC: Add snd_soc_component_{get,set}_drvdata()Lars-Peter Clausen1-4/+15
2014-09-04ASoC: Add support for automatically going to BIAS_OFF on suspendLars-Peter Clausen1-0/+1
2014-08-28ASoC: Remove unused cache_only from struct snd_soc_codecJarkko Nikula1-1/+0
2014-08-19ASoC: Remove support for legacy snd_soc_platform IOLars-Peter Clausen1-3/+0
2014-08-19ASoC: Automatically initialize regmap for all componentsLars-Peter Clausen1-3/+0
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-0/+1
2014-08-19ASoC: Add component level probe/remove supportLars-Peter Clausen1-0/+11
2014-08-19ASoC: Consolidate platform and CODEC probe/removeLars-Peter Clausen1-10/+17
2014-08-19ASoC: Move debugfs registration to the component levelLars-Peter Clausen1-5/+15
2014-08-18ASoC: core: fix .info for SND_SOC_BYTES_TLVSubhransu S. Prusty1-1/+1
2014-08-16ASoC: Drop const from struct snd_soc_dai_link *of_node membersSylwester Nawrocki1-3/+3
2014-08-04Merge remote-tracking branches 'asoc/topic/tlv', 'asoc/topic/tlv320aic23', 'asoc/topic/tlv320aic31xx' and 'asoc/topic/tlv320aic32x4' into asoc-nextMark Brown1-1/+13
2014-08-04Merge remote-tracking branch 'asoc/topic/core' into asoc-nextMark Brown1-0/+2
2014-07-22ASoC: Add function to register component controlsLars-Peter Clausen1-2/+4
2014-07-22ASoC: Move card field form platform/codec to componentLars-Peter Clausen1-2/+1
2014-07-22ASoC: Remove per card platform listLars-Peter Clausen1-3/+0
2014-07-16ASoC: pcm: Add soc_dai_hw_params helperBenoit Cousson1-0/+4
2014-07-16ASoC: core: Add initial support for DAI multicodecBenoit Cousson1-0/+13
2014-07-16ASoC: core: add a helper for extended byte controls using TLVOmair Mohammed Abdullah1-1/+13
2014-07-07ASoC: add SOC_VALUE_ENUM_EXTRichard Fitzgerald1-0/+2
2014-06-21ASoC: Add component level stream_event() and seq_notifier() supportLars-Peter Clausen1-6/+3
2014-06-21ASoC: Use component DAPM context for platformsLars-Peter Clausen1-3/+1
2014-06-21ASoC: Add DAPM support at the component levelLars-Peter Clausen1-0/+30
2014-06-21ASoC: Move name and id from CODEC/platform to componentLars-Peter Clausen1-4/+0