summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-core.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: Don't crash on PM operationsMark Brown2011-05-041-0/+2
* 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
* ASoC: Tegra: Suspend/resume supportStephen Warren2011-04-061-0/+1
* ASoC: format_register_str: Don't clip register valuesStephen Warren2011-04-031-4/+4
* ASoC: Remove bogus check for register validity in debugfs writeMark Brown2011-03-181-2/+0Star
* 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/+0Star
|\|
| * ASoC: Fix module refcount for auxiliary devicesJarkko Nikula2011-01-261-3/+0Star
* | 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/+3Star
* | ASoC: Use card rather than soc-audio device to card PM functionsMark Brown2011-01-271-5/+4Star
* | 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/+0Star
* | 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-141-6/+1Star
* | ASoC: soc core move the card debugfs initializationVinod Koul2011-01-141-2/+2
* | ASoC: soc core move card cleanup from soc_remove()Vinod Koul2011-01-141-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
* | ASoC: Fix indentation in soc_remove()Mark Brown2011-01-111-1/+1
* | ASoC: soc-core: Simplify compress_type overriding functionalityDimitris Papastamos2011-01-111-12/+2Star
* | ASoC: let snd_soc_update_bits() return an error codeTimur Tabi2011-01-111-4/+12
* | ASoC: Update name of debugfs root symbol to snd_soc_Mark Brown2011-01-101-10/+10
* | ASoC: Export debugfs root dentryStephen Warren2011-01-101-9/+10
* | ASoC: soc-core: Add support for NULL default register cachesDimitris Papastamos2011-01-101-5/+7
* | ASoC: Taint the kernel if debugfs is used to write directly to CODECsMark Brown2011-01-101-0/+4
|/
* ASoC: Fix the device references to codec and platform driversHarsha Priya2011-01-051-7/+7
* ASoC: Extend DAPM to handle power changes on cross-device pathsJarkko Nikula2010-12-151-0/+2
* ASoC: Move widgets from DAPM context to snd_soc_cardJarkko Nikula2010-12-151-1/+1
* ASoC: Move DAPM paths from DAPM context to snd_soc_cardJarkko Nikula2010-12-151-1/+1
* ASoC: Fix AC'97 registration unwindMark Brown2010-12-131-1/+1