aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound/soc-dapm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-30ASoC: dapm: Add new widget type for constructing DAPM graphs on DSPs.Liam Girdwood1-0/+7
2016-11-02ASoC: dapm: Introduce DAPM_DOUBLE_R dual channel dual register control typeChen-Yu Tsai1-0/+5
2016-11-02ASoC: dapm: Introduce DAPM_DOUBLE dual channel control typeChen-Yu Tsai1-0/+5
2016-11-02ASoC: dapm: Support second register for DAPM control updatesChen-Yu Tsai1-0/+4
2016-07-24Merge remote-tracking branches 'asoc/topic/dpcm', 'asoc/topic/dt', 'asoc/topic/dwc' and 'asoc/topic/fsl' into asoc-nextMark Brown1-1/+4
2016-07-05ASoC: dapm: Export snd_soc_dapm_new_controlSubhransu S. Prusty1-0/+3
2016-05-30ASoC: dapm: support user-defined stop condition in dai_get_connected_widgetsPiotr Stankiewicz1-1/+4
2016-05-12ASoC: dapm: deprecate MICBIAS widget typeJohn Keeping1-1/+2
2015-12-23Merge remote-tracking branch 'asoc/topic/dapm' into asoc-nextMark Brown1-0/+4
2015-11-25ASoC: dapm: add a dapm sink widgetVinod Koul1-0/+4
2015-11-10ASoC: dapm: Reset dapm wcache after freeing damp widgetsJyri Sarha1-0/+1
2015-10-22ASoC: dapm: Add snd_soc_dapm_kcontrol_widget()Mythri P K1-0/+3
2015-08-13ASoC: dapm: Consolidate input and output path handlingLars-Peter Clausen1-14/+55
2015-07-29ASoC: dapm: Add widget path iteratorsLars-Peter Clausen1-0/+18
2015-07-21ASoC: dapm: Add helper function to free a widgetLars-Peter Clausen1-0/+1
2015-06-05Merge remote-tracking branches 'asoc/topic/topology', 'asoc/topic/twl6040', 'asoc/topic/wm5100', 'asoc/topic/wm8741' and 'asoc/topic/wm8960' into asoc-nextMark Brown1-0/+3
2015-06-05Merge remote-tracking branch 'asoc/topic/dapm' into asoc-nextMark Brown1-0/+46
2015-06-04ASoC: topology: Add topology coreLiam Girdwood1-0/+2
2015-06-03ASoC: topology: Add topology UAPI headerLiam Girdwood1-0/+1
2015-05-12ASoC: dapm: Add cache to speed up adding of routesCharles Keepax1-0/+7
2015-05-06ASoC: dapm: Add demux supportLars-Peter Clausen1-0/+5
2015-04-29Merge remote-tracking branch 'asoc/fix/dapm' into asoc-linusMark Brown1-1/+1
2015-04-27ASoC: Add helper functions bias level managementLars-Peter Clausen1-0/+34
2015-04-22ASoC: dapm: Enable autodisable on SOC_DAPM_SINGLE_TLV_AUTODISABLECharles Keepax1-1/+1
2015-04-12Merge remote-tracking branches 'asoc/topic/link-param', 'asoc/topic/max98090', 'asoc/topic/max98925' and 'asoc/topic/nuc900' into asoc-nextMark Brown1-0/+3
2015-04-12Merge remote-tracking branch 'asoc/topic/dapm' into asoc-nextMark Brown1-1/+0
2015-04-01ASoC: dapm: Remove delayed_work from dapm context structLars-Peter Clausen1-1/+0
2015-04-01ASoC: Remove suspend_bias_level from DAPM context structLars-Peter Clausen1-1/+0
2015-03-17ASoC: dapm: add code to configure dai link parametersNikesh Oswal1-0/+3
2015-03-16ASoC: Make snd_soc_dapm_kcontrol_codec() inlineLars-Peter Clausen1-1/+0
2015-02-04Merge remote-tracking branch 'asoc/topic/w-codec' into asoc-nextMark Brown1-1/+0
2015-02-04Merge remote-tracking branch 'asoc/topic/dapm' into asoc-nextMark Brown1-1/+0
2015-02-02ASoC: Add sysfs entries via static attribute groupsTakashi Iwai1-1/+1
2015-01-15ASoC: Remove codec field from snd_soc_dapm_widgetLars-Peter Clausen1-1/+0
2014-12-22ASoC: dapm: Simplify fully route card handlingLars-Peter Clausen1-1/+0
2014-10-28ASoC: dapm: Use more aggressive cachingLars-Peter Clausen1-0/+1
2014-10-28ASoC: dapm: Mark endpoints instead of IO widgets dirty during suspend/resumeLars-Peter Clausen1-1/+1
2014-10-28ASoC: dapm: Add a flag to mark paths connected to supply widgetsLars-Peter Clausen1-0/+1
2014-10-28ASoC: dapm: Introduce toplevel widget categoriesLars-Peter Clausen1-1/+3
2014-10-22ASoC: dapm: Remove path 'walked' flagLars-Peter Clausen1-1/+0
2014-10-06Merge remote-tracking branches 'asoc/topic/davinci', 'asoc/topic/dmic', 'asoc/topic/drivers', 'asoc/topic/es8328' and 'asoc/topic/fsl' into asoc-nextMark Brown1-1/+2
2014-10-06Merge remote-tracking branch 'asoc/topic/dapm' into asoc-nextMark Brown1-0/+1
2014-10-02ASoC: Export dapm_kcontrol_get_valueSubhransu S. Prusty1-0/+1
2014-09-29ASoC: Remove CODEC pointer from snd_soc_dapm_contextLars-Peter Clausen1-1/+0
2014-09-04ASoC: Add support for automatically going to BIAS_OFF on suspendLars-Peter Clausen1-1/+2
2014-06-21ASoC: dapm: Remove platform field from widget and dapm context structLars-Peter Clausen1-2/+0
2014-06-21ASoC: Add DAPM support at the component levelLars-Peter Clausen1-0/+2
2014-06-21ASoC: Add a set_bias_level() callback to the DAPM context structLars-Peter Clausen1-0/+2
2014-06-21ASoC: Auto disconnect pins from all DAPM contextsLars-Peter Clausen1-1/+1
2014-05-22Merge remote-tracking branch 'asoc/topic/enum' into asoc-nextMark Brown1-12/+0