aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-core.c
Commit message (Expand)AuthorAgeFilesLines
* merge opensource jb u5codeworkx2012-09-221-1/+1
* Merge linux-3.0.31 from korg into jellybeancodeworkx2012-09-181-3/+15
|\
| * ASoC: Ensure we generate a driver nameMark Brown2012-02-131-3/+15
* | samsung update 1codeworkx2012-06-021-22/+39
|/
* ASoC: core: Don't schedule deferred_resume_work twiceStephen Warren2011-12-211-9/+10
* ASoC: Mark cache as dirty when suspendingMark Brown2011-08-041-0/+1
* ASoC: Don't set invalid name string to snd_card->driver fieldTakashi Iwai2011-07-051-2/+3
* ASoC: core - remove superfluous new line.Liam Girdwood2011-05-251-1/+0
* ASoC: core - fix module reference counting for CPU DAIsLiam Girdwood2011-05-241-4/+5
* ASoC: core: Don't set "(null)" as a driver nameJarkko Nikula2011-05-221-1/+1
* ASoC: Silence DEBUG_STRICT_USER_COPY_CHECKS=y warningStephen Boyd2011-05-161-1/+1
* ASoC: core - allow ASoC more flexible machine nameLiam Girdwood2011-05-121-2/+4
* ASoC: Create codec DAPM widgets before calling the codecs probe functionLars-Peter Clausen2011-05-081-3/+4
* Merge branch 'for-2.6.39' into for-2.6.40Mark Brown2011-05-031-0/+2
|\
| * ASoC: Don't crash on PM operationsMark Brown2011-05-031-0/+2
* | ASoC: Move DAPM widget debugfs entry creation to snd_soc_dapm_new_widgetsLars-Peter Clausen2011-05-031-6/+7
* | ASoC: Move DAPM debugfs directory creation to snd_soc_dapm_debugfs_initLars-Peter Clausen2011-05-031-14/+2
* | ASoC: Free the card's DAPM contextLars-Peter Clausen2011-05-031-0/+2
* | ASoC: Work around allmodconfig failureMark Brown2011-04-281-0/+4
* | ASoC: Add more natural support for no-DMA DAIsMark Brown2011-04-271-5/+11
* | ASoC: Allow platform drivers to have no ops structureMark Brown2011-04-271-19/+24
* | ASoC: fix two ident style problemsLu Guanqun2011-04-201-2/+2
* | ASoC: Create card DAPM widgets early so they can be used in callbacksMark Brown2011-04-131-3/+4
* | ASoC: Add soc_remove_dai_linksKuninori Morimoto2011-04-111-4/+12
* | ASoC: Add data based control initialisation for CODECs and cardsMark Brown2011-04-081-0/+11
* | Merge branch 'for-2.6.39' into for-2.6.40Mark Brown2011-04-071-1/+3
|\ \ | |/
| * ASoC: fix config error pathLu Guanqun2011-04-071-0/+1
| * ASoC: check channel mismatch between cpu_dai and codec_daiLu Guanqun2011-04-071-1/+2
* | Merge branch 'for-2.6.39' into for-2.6.40Mark Brown2011-04-061-0/+1
|\ \ | |/
| * ASoC: Tegra: Suspend/resume supportStephen Warren2011-04-061-0/+1
* | Merge branch 'for-2.6.39' into for-2.6.40Mark Brown2011-04-031-4/+4
|\ \ | |/
| * ASoC: format_register_str: Don't clip register valuesStephen Warren2011-04-031-4/+4
* | ASoC: Add snd_soc_codec_{readable,writable}_register()Dimitris Papastamos2011-03-261-0/+36
* | ASoC: Add default snd_soc_default_writable_register() callbackDimitris Papastamos2011-03-261-0/+3
* | ASoC: soc-cache: Introduce raw bulk write supportDimitris Papastamos2011-03-261-0/+7
|/
* ASoC: Remove bogus check for register validity in debugfs writeMark Brown2011-03-181-2/+0
* ASoC: Fix prefixing of DAPM controls by factoring prefix into snd_soc_cnew()Mark Brown2011-03-081-14/+31
* ASoC: Warn rather than set a silly constraint when we can't do symmetryMark Brown2011-03-081-0/+10
* ASoC: Refactor symmetric_rates check to reduce indentationMark Brown2011-03-081-14/+14
* ASoC: Provide CODEC clocking operations and API callsMark Brown2011-03-081-0/+46
* ASoC: Add DAPM widget and path data to CODEC driver structureMark Brown2011-03-081-2/+10
* ASoC: Add missing debugfs conditionalsMark Brown2011-03-071-0/+2
* ASoC: Add a late_probe() callback to cardsMark Brown2011-03-031-0/+9
* ASoC: Allow card DAPM widgets and routes to be set up at registrationMark Brown2011-03-031-0/+7
* ASoC: Add a per-card DAPM contextMark Brown2011-03-031-0/+13
* Merge branch 'for-2.6.38' into for-2.6.39Mark Brown2011-02-021-1/+1
|\
| * ASoC: fill in snd_soc_pcm_runtime.card before calling snd_soc_dai_link.init()Janusz Krzysztofik2011-02-021-1/+1
* | ASoC: soc-core: Support debugfs entries larger than PAGE_SIZE bytesDimitris Papastamos2011-02-021-37/+73
* | ASoC: Update PM ifdefs for exported suspend/resumeMark Brown2011-02-021-1/+1
* | ASoC: soc-core: Ensure codec_reg has fixed length fieldsDimitris Papastamos2011-02-011-3/+24