aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-core.c
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | ASoC: Move card list initialization to snd_soc_register_cardStephen Warren2011-01-311-1/+2
* | ASoC: soc-core: Increment codec and platform driver refcounts before probingJarkko Nikula2011-01-281-8/+13
* | Merge branch 'for-2.6.38' into for-2.6.39Mark Brown2011-01-271-3/+0
|\ \ | |/
| * ASoC: Fix module refcount for auxiliary devicesJarkko Nikula2011-01-261-3/+0
* | ASoC: Make cache status available via debugfsMark Brown2011-01-271-0/+5
* | ASoC: Export card PM callbacks for use in direct registered cardsMark Brown2011-01-271-17/+17
* | ASoC: Replace pdev with card in machine driver probe and removeMark Brown2011-01-271-5/+3
* | ASoC: Use card rather than soc-audio device to card PM functionsMark Brown2011-01-271-5/+4
* | ASoC: Fix type for snd_soc_volatile_register()Mark Brown2011-01-251-1/+2
* | ASoC: Provide per widget type callback when executing DAPM sequencesMark Brown2011-01-191-0/+1
* | ASoC: core: Remove dapm_sync call from soc_post_component_initPeter Ujfalusi2011-01-181-1/+0
* | ASoC: soc core allow machine driver to register the cardVinod Koul2011-01-171-10/+11
* | ASoC: soc core add inline to handle card list initialzationVinod Koul2011-01-131-6/+1
* | ASoC: soc core move the card debugfs initializationVinod Koul2011-01-131-2/+2
* | ASoC: soc core move card cleanup from soc_remove()Vinod Koul2011-01-131-22/+29
* | ASoC: Automatically assign the default readable()/volatile() functionsDimitris Papastamos2011-01-131-3/+12
* | ASoC: Update users of readable_register()/volatile_register()Dimitris Papastamos2011-01-131-2/+2
* | ASoC: soc-cache: Add reg_size as a member to snd_soc_codecDimitris Papastamos2011-01-121-0/+1