summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-core.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-03-08ASoC: Provide CODEC clocking operations and API callsMark Brown1-0/+46
2011-03-08ASoC: Add DAPM widget and path data to CODEC driver structureMark Brown1-2/+10
2011-03-07ASoC: Add missing debugfs conditionalsMark Brown1-0/+2
2011-03-03ASoC: Add a late_probe() callback to cardsMark Brown1-0/+9
2011-03-03ASoC: Allow card DAPM widgets and routes to be set up at registrationMark Brown1-0/+7
2011-03-03ASoC: Add a per-card DAPM contextMark Brown1-0/+13
2011-02-02Merge branch 'for-2.6.38' into for-2.6.39Mark Brown1-1/+1
2011-02-02ASoC: fill in snd_soc_pcm_runtime.card before calling snd_soc_dai_link.init()Janusz Krzysztofik1-1/+1
2011-02-02ASoC: soc-core: Support debugfs entries larger than PAGE_SIZE bytesDimitris Papastamos1-37/+73
2011-02-02ASoC: Update PM ifdefs for exported suspend/resumeMark Brown1-1/+1
2011-02-01ASoC: soc-core: Ensure codec_reg has fixed length fieldsDimitris Papastamos1-3/+24
2011-01-31ASoC: Move card list initialization to snd_soc_register_cardStephen Warren1-1/+2
2011-01-28ASoC: soc-core: Increment codec and platform driver refcounts before probingJarkko Nikula1-8/+13
2011-01-27Merge branch 'for-2.6.38' into for-2.6.39Mark Brown1-3/+0
2011-01-27ASoC: Make cache status available via debugfsMark Brown1-0/+5
2011-01-27ASoC: Export card PM callbacks for use in direct registered cardsMark Brown1-17/+17
2011-01-27ASoC: Replace pdev with card in machine driver probe and removeMark Brown1-5/+3
2011-01-27ASoC: Use card rather than soc-audio device to card PM functionsMark Brown1-5/+4