aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-18ASoC: Fix prefixing of DAPM controlsMark Brown1-3/+3
2011-10-11ASoC: Instantiate card widgets immediatelyMark Brown1-0/+2
2011-10-08ASoC: Ensure all DAPM widgets are instantiated with the cardMark Brown1-0/+2
2011-10-08ASoC: Suppress early calls to snd_soc_dapm_sync()Mark Brown1-0/+1
2011-10-05ASoC: core: Combine snd_soc_put_volsw/put_volsw_2r functionsPeter Ujfalusi1-47/+19
2011-10-05ASoC: core: Combine snd_soc_get_volsw/get_volsw_2r functionsPeter Ujfalusi1-43/+13
2011-10-05ASoC: core: Combine snd_soc_info_volsw/info_volsw_2r functionsPeter Ujfalusi1-37/+3
2011-10-04ASoC: Do DAPM power checks only for widgets changed since last runMark Brown1-0/+1
2011-10-03ASoC: Instantiate DAPM widgets before we do the DAI link initMark Brown1-3/+3
2011-09-28ASoC: Allow DAI formats to be specified in the dai_linkMark Brown1-0/+21
2011-09-21Merge branch 'for-3.1' into for-3.2Mark Brown1-3/+15
2011-09-21ASoC: Ensure we generate a driver nameMark Brown1-3/+15
2011-09-08ASoC: Remove unused step size from debugfs CODEC write functionMark Brown1-4/+0
2011-08-31ASoC: Allow source specification for CODEC level sysclkMark Brown1-3/+5
2011-08-31ASoC: soc_codec_reg_show use snd_soc_codec_readable_registerLars-Peter Clausen1-1/+1
2011-08-31Merge branch 'for-3.1' into for-3.2Mark Brown1-2/+2
2011-08-31ASoC: snd_soc_codec_{readable,writable}_register change default to trueLars-Peter Clausen1-2/+2
2011-08-22Merge branch 'for-3.1' into for-3.2Mark Brown1-1/+1
2011-08-22ASoC: soc-core: use GFP_KERNEL flag for kmalloc in snd_soc_cnewAxel Lin1-1/+1
2011-08-22ASoC: Allow idle_bias_off to be specified in CODEC driversMark Brown1-0/+2
2011-08-01ASoC: Trivial formatting fix in soc-core.cMark Brown1-1/+1
2011-07-25ASoC: dapm - Add DAPM stream completion event.Liam Girdwood1-0/+2
2011-07-19ASoC: core: make comments fit the codeWolfram Sang1-2/+2
2011-07-19ASoC: Mark cache as dirty when suspendingMark Brown1-0/+1
2011-07-09Merge branch 'for-3.0' into for-3.1Mark Brown1-2/+3
2011-07-05ASoC: core - Add platform IO tracingLiam Girdwood1-0/+2
2011-07-05ASoC: core - Add convenience register for platform kcontrol and DAPMLiam Girdwood1-0/+11
2011-07-05ASoC: core - Add platform widget IOLiam Girdwood1-0/+4
2011-07-05ASoC: core - Add API call to register platform kcontrols.Liam Girdwood1-0/+30
2011-07-05ASoC: Don't set invalid name string to snd_card->driver fieldTakashi Iwai1-2/+3
2011-07-04ASoC: core - Add platform read and write.Liam Girdwood1-0/+30
2011-07-02ASoC: core - Make platform probe more like codec probe.Liam Girdwood1-15/+36
2011-06-09ASoC: core - PCM mutex per rtdLiam Girdwood1-0/+1
2011-06-09ASoC: core - Separate out PCM operations into new file.Liam Girdwood1-611/+1
2011-06-07ASoC: core - Allow components to probe/remove in sequence.Liam Girdwood1-21/+39
2011-06-07ASoC: core - Optimise and refactor pcm_new() to pass only rtdLiam Girdwood1-2/+1
2011-06-06ASoC: Enforce the mask in snd_soc_update_bits()Mark Brown1-1/+1
2011-05-30Merge branch 'for-2.6.40' into for-2.6.41Mark Brown1-7/+9
2011-05-26ASoC: core: Don't schedule deferred_resume_work twiceStephen Warren1-9/+10
2011-05-25ASoC: core - remove superfluous new line.Liam Girdwood1-1/+0
2011-05-24ASoC: core - fix module reference counting for CPU DAIsLiam Girdwood1-4/+5
2011-05-22ASoC: core: Don't set "(null)" as a driver nameJarkko Nikula1-1/+1
2011-05-16ASoC: Silence DEBUG_STRICT_USER_COPY_CHECKS=y warningStephen Boyd1-1/+1
2011-05-12ASoC: core - allow ASoC more flexible machine nameLiam Girdwood1-2/+4
2011-05-08ASoC: Create codec DAPM widgets before calling the codecs probe functionLars-Peter Clausen1-3/+4
2011-05-03Merge branch 'for-2.6.39' into for-2.6.40Mark Brown1-0/+2
2011-05-03ASoC: Don't crash on PM operationsMark Brown1-0/+2
2011-05-03ASoC: Move DAPM widget debugfs entry creation to snd_soc_dapm_new_widgetsLars-Peter Clausen1-6/+7
2011-05-03ASoC: Move DAPM debugfs directory creation to snd_soc_dapm_debugfs_initLars-Peter Clausen1-14/+2
2011-05-03ASoC: Free the card's DAPM contextLars-Peter Clausen1-0/+2