aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-22ASoC: soc-core: use GFP_KERNEL flag for kmalloc in snd_soc_cnewAxel Lin1-1/+1
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
2011-04-28ASoC: Work around allmodconfig failureMark Brown1-0/+4
2011-04-27ASoC: Add more natural support for no-DMA DAIsMark Brown1-5/+11
2011-04-27ASoC: Allow platform drivers to have no ops structureMark Brown1-19/+24
2011-04-20ASoC: fix two ident style problemsLu Guanqun1-2/+2
2011-04-13ASoC: Create card DAPM widgets early so they can be used in callbacksMark Brown1-3/+4
2011-04-11ASoC: Add soc_remove_dai_linksKuninori Morimoto1-4/+12
2011-04-08ASoC: Add data based control initialisation for CODECs and cardsMark Brown1-0/+11
2011-04-07Merge branch 'for-2.6.39' into for-2.6.40Mark Brown1-1/+3
2011-04-07ASoC: fix config error pathLu Guanqun1-0/+1
2011-04-07ASoC: check channel mismatch between cpu_dai and codec_daiLu Guanqun1-1/+2
2011-04-06Merge branch 'for-2.6.39' into for-2.6.40Mark Brown1-0/+1
2011-04-06ASoC: Tegra: Suspend/resume supportStephen Warren1-0/+1
2011-04-03Merge branch 'for-2.6.39' into for-2.6.40Mark Brown1-4/+4
2011-04-03ASoC: format_register_str: Don't clip register valuesStephen Warren1-4/+4
2011-03-26ASoC: Add snd_soc_codec_{readable,writable}_register()Dimitris Papastamos1-0/+36
2011-03-26ASoC: Add default snd_soc_default_writable_register() callbackDimitris Papastamos1-0/+3
2011-03-26ASoC: soc-cache: Introduce raw bulk write supportDimitris Papastamos1-0/+7
2011-03-18ASoC: Remove bogus check for register validity in debugfs writeMark Brown1-2/+0
2011-03-08ASoC: Fix prefixing of DAPM controls by factoring prefix into snd_soc_cnew()Mark Brown1-14/+31
2011-03-08ASoC: Warn rather than set a silly constraint when we can't do symmetryMark Brown1-0/+10
2011-03-08ASoC: Refactor symmetric_rates check to reduce indentationMark Brown1-14/+14