aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-core.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: skip resume of soc-audio devices without codecsEric Miao2011-11-231-0/+6
* ASoC: Fix prefixing of DAPM controlsMark Brown2011-10-181-3/+3
* ASoC: Instantiate card widgets immediatelyMark Brown2011-10-111-0/+2
* ASoC: Ensure all DAPM widgets are instantiated with the cardMark Brown2011-10-081-0/+2
* ASoC: Suppress early calls to snd_soc_dapm_sync()Mark Brown2011-10-081-0/+1
* ASoC: core: Combine snd_soc_put_volsw/put_volsw_2r functionsPeter Ujfalusi2011-10-051-47/+19
* ASoC: core: Combine snd_soc_get_volsw/get_volsw_2r functionsPeter Ujfalusi2011-10-051-43/+13
* ASoC: core: Combine snd_soc_info_volsw/info_volsw_2r functionsPeter Ujfalusi2011-10-051-37/+3
* ASoC: Do DAPM power checks only for widgets changed since last runMark Brown2011-10-041-0/+1
* ASoC: Instantiate DAPM widgets before we do the DAI link initMark Brown2011-10-031-3/+3
* ASoC: Allow DAI formats to be specified in the dai_linkMark Brown2011-09-281-0/+21
* Merge branch 'for-3.1' into for-3.2Mark Brown2011-09-211-3/+15
|\
| * ASoC: Ensure we generate a driver nameMark Brown2011-09-211-3/+15
* | ASoC: Remove unused step size from debugfs CODEC write functionMark Brown2011-09-081-4/+0
* | ASoC: Allow source specification for CODEC level sysclkMark Brown2011-08-311-3/+5
* | ASoC: soc_codec_reg_show use snd_soc_codec_readable_registerLars-Peter Clausen2011-08-311-1/+1
* | Merge branch 'for-3.1' into for-3.2Mark Brown2011-08-311-2/+2
|\ \ | |/
| * ASoC: snd_soc_codec_{readable,writable}_register change default to trueLars-Peter Clausen2011-08-311-2/+2
* | Merge branch 'for-3.1' into for-3.2Mark Brown2011-08-221-1/+1
|\ \ | |/
| * ASoC: soc-core: use GFP_KERNEL flag for kmalloc in snd_soc_cnewAxel Lin2011-08-221-1/+1
* | ASoC: Allow idle_bias_off to be specified in CODEC driversMark Brown2011-08-221-0/+2
* | ASoC: Trivial formatting fix in soc-core.cMark Brown2011-08-011-1/+1
* | ASoC: dapm - Add DAPM stream completion event.Liam Girdwood2011-07-251-0/+2
|/
* ASoC: core: make comments fit the codeWolfram Sang2011-07-191-2/+2
* ASoC: Mark cache as dirty when suspendingMark Brown2011-07-191-0/+1
* Merge branch 'for-3.0' into for-3.1Mark Brown2011-07-091-2/+3
|\
| * ASoC: Don't set invalid name string to snd_card->driver fieldTakashi Iwai2011-07-051-2/+3
* | ASoC: core - Add platform IO tracingLiam Girdwood2011-07-051-0/+2
* | ASoC: core - Add convenience register for platform kcontrol and DAPMLiam Girdwood2011-07-051-0/+11
* | ASoC: core - Add platform widget IOLiam Girdwood2011-07-051-0/+4
* | ASoC: core - Add API call to register platform kcontrols.Liam Girdwood2011-07-051-0/+30
* | ASoC: core - Add platform read and write.Liam Girdwood2011-07-041-0/+30
* | ASoC: core - Make platform probe more like codec probe.Liam Girdwood2011-07-021-15/+36
* | ASoC: core - PCM mutex per rtdLiam Girdwood2011-06-091-0/+1
* | ASoC: core - Separate out PCM operations into new file.Liam Girdwood2011-06-091-611/+1
* | ASoC: core - Allow components to probe/remove in sequence.Liam Girdwood2011-06-071-21/+39
* | ASoC: core - Optimise and refactor pcm_new() to pass only rtdLiam Girdwood2011-06-071-2/+1
* | ASoC: Enforce the mask in snd_soc_update_bits()Mark Brown2011-06-061-1/+1
* | Merge branch 'for-2.6.40' into for-2.6.41Mark Brown2011-05-301-7/+9
|\ \ | |/
| * 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: core: Don't schedule deferred_resume_work twiceStephen Warren2011-05-261-9/+10
|/
* 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