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