aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/soc-core.c
AgeCommit message (Expand)Author
2012-01-16ASoC: core - Free platform DAPM context at platform removal.Liam Girdwood
2012-01-10ASoC: Dynamically allocate the rtd device for a non-empty release()Mark Brown
2011-12-22ASoC: Declare soc_new_pcm() properlyMark Brown
2011-12-22ASoC: Allow DAI links to be specified using device tree nodesStephen Warren
2011-12-20ASoC: Add utility to parse DAPM routes from device treeStephen Warren
2011-12-20ASoC: Add utility to set a card's name from device treeStephen Warren
2011-12-11ASoC: Fix an obvious copy paste error in an error messageLothar Waßmann
2011-12-09ASoC: Refactor some conditions and loop in soc_bind_dai_link()Stephen Warren
2011-12-02ASoC: Drop unused state parameter from CODEC suspend callbackLars-Peter Clausen
2011-11-27ASoC: Fix CODEC enumeration for auto_nc_codec_pinsMark Brown
2011-11-23ASoC: Implement fully_routed card propertyStephen Warren
2011-11-23Merge branch 'for-3.2' into for-3.3Mark Brown
2011-11-23ASoC: skip resume of soc-audio devices without codecsEric Miao
2011-11-23ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen
2011-10-18ASoC: Fix prefixing of DAPM controlsMark Brown
2011-10-11ASoC: Instantiate card widgets immediatelyMark Brown
2011-10-08ASoC: Ensure all DAPM widgets are instantiated with the cardMark Brown
2011-10-08ASoC: Suppress early calls to snd_soc_dapm_sync()Mark Brown
2011-10-05ASoC: core: Combine snd_soc_put_volsw/put_volsw_2r functionsPeter Ujfalusi
2011-10-05ASoC: core: Combine snd_soc_get_volsw/get_volsw_2r functionsPeter Ujfalusi
2011-10-05ASoC: core: Combine snd_soc_info_volsw/info_volsw_2r functionsPeter Ujfalusi
2011-10-04ASoC: Do DAPM power checks only for widgets changed since last runMark Brown
2011-10-03ASoC: Instantiate DAPM widgets before we do the DAI link initMark Brown
2011-09-28ASoC: Allow DAI formats to be specified in the dai_linkMark Brown
2011-09-21Merge branch 'for-3.1' into for-3.2Mark Brown
2011-09-21ASoC: Ensure we generate a driver nameMark Brown
2011-09-08ASoC: Remove unused step size from debugfs CODEC write functionMark Brown
2011-08-31ASoC: Allow source specification for CODEC level sysclkMark Brown
2011-08-31ASoC: soc_codec_reg_show use snd_soc_codec_readable_registerLars-Peter Clausen
2011-08-31Merge branch 'for-3.1' into for-3.2Mark Brown
2011-08-31ASoC: snd_soc_codec_{readable,writable}_register change default to trueLars-Peter Clausen
2011-08-22Merge branch 'for-3.1' into for-3.2Mark Brown
2011-08-22ASoC: soc-core: use GFP_KERNEL flag for kmalloc in snd_soc_cnewAxel Lin
2011-08-22ASoC: Allow idle_bias_off to be specified in CODEC driversMark Brown
2011-08-01ASoC: Trivial formatting fix in soc-core.cMark Brown
2011-07-25ASoC: dapm - Add DAPM stream completion event.Liam Girdwood
2011-07-19ASoC: core: make comments fit the codeWolfram Sang
2011-07-19ASoC: Mark cache as dirty when suspendingMark Brown
2011-07-09Merge branch 'for-3.0' into for-3.1Mark Brown
2011-07-05ASoC: core - Add platform IO tracingLiam Girdwood
2011-07-05ASoC: core - Add convenience register for platform kcontrol and DAPMLiam Girdwood
2011-07-05ASoC: core - Add platform widget IOLiam Girdwood
2011-07-05ASoC: core - Add API call to register platform kcontrols.Liam Girdwood
2011-07-05ASoC: Don't set invalid name string to snd_card->driver fieldTakashi Iwai
2011-07-04ASoC: core - Add platform read and write.Liam Girdwood
2011-07-02ASoC: core - Make platform probe more like codec probe.Liam Girdwood
2011-06-09ASoC: core - PCM mutex per rtdLiam Girdwood
2011-06-09ASoC: core - Separate out PCM operations into new file.Liam Girdwood
2011-06-07ASoC: core - Allow components to probe/remove in sequence.Liam Girdwood
2011-06-07ASoC: core - Optimise and refactor pcm_new() to pass only rtdLiam Girdwood