summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-core.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: core: Fix obscure leak of runtime arrayMark Brown2012-03-151-4/+4
* ASoC: core: missing set_fmt should not be complaintShawn Guo2012-03-081-5/+6
* ASoC: core: Add platform component mutexLiam Girdwood2012-03-061-0/+1
* ASoC: core: Log a warning when machines use soc-audioMark Brown2012-03-021-0/+4
* ASoC: core: cleanup platform debugfs on probe failure.Liam Girdwood2012-03-021-0/+1
* ASoC: core: Don't overwrite .poweroff in snd_soc_pm_opsViresh Kumar2012-02-241-1/+5
* ASoC: core: Add support for masking out parts of coefficient blocksMark Brown2012-02-211-7/+67
* ASoC: core: Add SND_SOC_BYTES control for coefficient blocksMark Brown2012-02-211-0/+49
* ASoC: soc-core: Show the returned values on error messagesFabio Estevam2012-02-171-17/+22
* ASoC: dapm: Implement and instantiate DAI widgetsMark Brown2012-02-171-0/+11
* ASoC: dapm: Constify lots of names that are never modifiedMark Brown2012-02-171-1/+1
* ASoC: dapm: Supply the DAI and substream when calling stream eventsMark Brown2012-02-171-14/+16
* ASoC: core: add platform DAPM debugfs supportSebastien Guiriec2012-02-151-0/+32
* ASoC: core: Convert CODEC debugfs init to use dev_warn()Liam Girdwood2012-02-151-4/+2Star
* Merge tag 'v3.3-rc3' as we've got several bugfixes in there which areMark Brown2012-02-091-0/+11
|\
| * ASoC: core: Better support for idle_bias_off suspend ignoresMark Brown2012-01-311-0/+11
* | ASoC: core: Allow CODECs to set ignore_pmdown_time in the driver structMark Brown2012-02-091-0/+1
* | ASoC: core: Add support for DAI and machine kcontrols.Liam Girdwood2012-02-041-38/+70
* | ASoC: core: Support suspend to diskMark Brown2012-01-311-2/+1Star
* | ASoC: Use regmap update bits operation for drivers using regmapMark Brown2012-01-211-10/+15
* | ASoC: core - Improve card registration error messaging for large DAI links.Liam Girdwood2012-01-201-3/+5
|/
* ASoC: core - Free platform DAPM context at platform removal.Liam Girdwood2012-01-161-0/+4
* ASoC: Dynamically allocate the rtd device for a non-empty release()Mark Brown2012-01-101-19/+25
* ASoC: Declare soc_new_pcm() properlyMark Brown2011-12-221-2/+0Star
* ASoC: Allow DAI links to be specified using device tree nodesStephen Warren2011-12-221-7/+57
* ASoC: Add utility to parse DAPM routes from device treeStephen Warren2011-12-201-0/+57
* ASoC: Add utility to set a card's name from device treeStephen Warren2011-12-201-0/+25
* ASoC: Fix an obvious copy paste error in an error messageLothar Waßmann2011-12-111-1/+1
* ASoC: Refactor some conditions and loop in soc_bind_dai_link()Stephen Warren2011-12-091-22/+30
* ASoC: Drop unused state parameter from CODEC suspend callbackLars-Peter Clausen2011-12-021-1/+1
* ASoC: Fix CODEC enumeration for auto_nc_codec_pinsMark Brown2011-11-271-1/+1
* ASoC: Implement fully_routed card propertyStephen Warren2011-11-231-0/+4
* Merge branch 'for-3.2' into for-3.3Mark Brown2011-11-231-0/+6
|\
| * ASoC: skip resume of soc-audio devices without codecsEric Miao2011-11-231-0/+6
* | ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen2011-11-231-1/+1
|/
* 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/+19Star
* ASoC: core: Combine snd_soc_get_volsw/get_volsw_2r functionsPeter Ujfalusi2011-10-051-43/+13Star
* ASoC: core: Combine snd_soc_info_volsw/info_volsw_2r functionsPeter Ujfalusi2011-10-051-37/+3Star
* 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-091-4/+0Star
* | 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