aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound/soc.h
Commit message (Expand)AuthorAgeFilesLines
* ASoC: core: Add flag to ignore pmdown_time at pcm_closePeter Ujfalusi2011-10-141-0/+1
* ASoC: fix codec breakage caused by the volsw/volsw_2r mergerPeter Ujfalusi2011-10-061-0/+2
* ASoC: core: Remove snd_soc_put_volsw_2r definitionPeter Ujfalusi2011-10-051-1/+0
* ASoC: core: Combine snd_soc_put_volsw/put_volsw_2r functionsPeter Ujfalusi2011-10-051-4/+3
* ASoC: core: Combine snd_soc_get_volsw/get_volsw_2r functionsPeter Ujfalusi2011-10-051-4/+2
* ASoC: core: Combine snd_soc_info_volsw/info_volsw_2r functionsPeter Ujfalusi2011-10-051-5/+3
* ASoC: core: Change SOC_SINGLE/DOUBLE_VALUE representationPeter Ujfalusi2011-10-051-2/+15
* ASoC: Do DAPM power checks only for widgets changed since last runMark Brown2011-10-041-0/+1
* ASoC: core: Introduce SOC_DOUBLE_R_VALUE macroPeter Ujfalusi2011-10-041-9/+10
* ASoC: core: Introduce SOC_DOUBLE_VALUE macroPeter Ujfalusi2011-10-041-18/+16
* ASoC: Allow DAI formats to be specified in the dai_linkMark Brown2011-09-281-0/+2
* ASoC: soc-core: symmetry checking for each DAIs separatelyDong Aisheng2011-09-211-2/+0
* ASoC: Trace and collect statistics for DAPM graph walkingMark Brown2011-09-211-0/+1
* ASoC: Allow source specification for CODEC level sysclkMark Brown2011-08-311-2/+2
* ASoC: Allow register defaults to be larger than unsigned shortMark Brown2011-08-311-1/+1
* ASoC: Allow idle_bias_off to be specified in CODEC driversMark Brown2011-08-221-0/+1
* Merge branch 'regmap-asoc' into for-3.2Mark Brown2011-08-081-0/+3
|\
| * ASoC: Add regmap as a control typeMark Brown2011-08-081-0/+1
| * ASoC: Use new register map API for ASoC generic physical I/OMark Brown2011-08-081-0/+2
* | ASoC: dapm - Add DAPM stream completion event.Liam Girdwood2011-07-251-0/+6
|/
* ASoC: core - Add convenience register for platform kcontrol and DAPMLiam Girdwood2011-07-051-0/+8
* ASoC: core - Add platform widget IOLiam Girdwood2011-07-051-0/+2
* ASoC: core - Add API call to register platform kcontrols.Liam Girdwood2011-07-051-0/+2
* ASoC: core - Add platform read and write.Liam Girdwood2011-07-041-0/+8
* Merge branch 'for-3.0' into for-3.1Mark Brown2011-06-131-2/+1
|\
| * ASoC: Remove unused and about to be broken SND_SOC_CUSTOM I/O busMark Brown2011-06-131-2/+1
* | ASoC: core - PCM mutex per rtdLiam Girdwood2011-06-091-0/+8
* | ASoC: core - Allow components to probe/remove in sequence.Liam Girdwood2011-06-071-0/+18
* | ASoC: core - Optimise and refactor pcm_new() to pass only rtdLiam Girdwood2011-06-071-2/+1
* | ASoC: Add context parameter to card DAPM callbacksMark Brown2011-06-061-0/+2
* | ASoC: Specify target bias state directly as a bias stateMark Brown2011-06-061-4/+4
|/
* ASoC: core - allow ASoC more flexible machine nameLiam Girdwood2011-05-121-0/+2
* ASoC: Declare const properly for enum textsTakashi Iwai2011-05-031-1/+1
* ASoC: Work around allmodconfig failureMark Brown2011-04-281-0/+3
* ASoC: Make struct snd_soc_card's dapm_widgets and dapm_routes constLars-Peter Clausen2011-04-131-2/+2
* ASoC: Add data based control initialisation for CODECs and cardsMark Brown2011-04-081-1/+6
* ASoC: Add snd_soc_codec_{readable,writable}_register()Dimitris Papastamos2011-03-261-0/+4
* ASoC: Add default snd_soc_default_writable_register() callbackDimitris Papastamos2011-03-261-0/+4
* ASoC: Add control_type in snd_soc_codecDimitris Papastamos2011-03-261-1/+2
* ASoC: soc-cache: Introduce raw bulk write supportDimitris Papastamos2011-03-261-0/+3
* ASoC: Fix prefixing of DAPM controls by factoring prefix into snd_soc_cnew()Mark Brown2011-03-081-1/+2
* ASoC: Provide CODEC clocking operations and API callsMark Brown2011-03-081-0/+11
* ASoC: Add DAPM widget and path data to CODEC driver structureMark Brown2011-03-081-0/+6
* ASoC: Add a late_probe() callback to cardsMark Brown2011-03-031-0/+1
* ASoC: Allow card DAPM widgets and routes to be set up at registrationMark Brown2011-03-031-0/+8
* ASoC: Add a per-card DAPM contextMark Brown2011-03-031-0/+3
* ASoC: Add kerneldoc for jack_status_check callbackMark Brown2011-02-181-0/+3
* ASoC: Allow GPIO jack detection to be configured as a wake sourceMark Brown2011-02-181-0/+3
* ASoC: add support for multiple jack typesVinod Koul2011-02-091-0/+23
* ASoC: Add card driver dataMark Brown2011-01-281-0/+13