summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-dapm.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: dapm: fix some pointer error handlingLinus Walleij2017-01-201-0/+20
* ASoC: dapm: handle probe deferralsLinus Walleij2017-01-171-0/+42
* ASoC: dapm: Implement stereo mixer control supportChen-Yu Tsai2016-11-021-29/+112
* ASoC: dapm: Support second register for DAPM control updatesChen-Yu Tsai2016-11-021-2/+11
* Merge remote-tracking branch 'asoc/topic/dapm' into asoc-nextMark Brown2016-09-291-9/+8
|\
| * ASoC: dapm: Fix typos in commentPeter Meerwald-Stadler2016-08-161-9/+8
* | ASoC: dapm: Fix kcontrol creation for output driver widgetChen-Yu Tsai2016-09-011-0/+1
* | ASoC: dapm: Fix value setting for _ENUM_DOUBLE MUX's second channelChen-Yu Tsai2016-09-011-1/+1
* | ASoC: dapm: Fix possible uninitialized variable in snd_soc_dapm_get_volsw()Chen-Yu Tsai2016-09-011-0/+3
* | ASoC: dapm: Add a dummy snd_pcm_runtime to avoid NULL pointer accessNicolin Chen2016-07-271-0/+10
|/
*-. Merge remote-tracking branches 'asoc/topic/dpcm', 'asoc/topic/dt', 'asoc/topi...Mark Brown2016-07-241-13/+47
|\ \
| * | ASoC: dapm: Fix to return correct path list in is_connected_ep.Jeeja KP2016-06-151-2/+4
| * | ASoC: dapm: support user-defined stop condition in dai_get_connected_widgetsPiotr Stankiewicz2016-05-301-13/+45
| |/
* | ASoC: dapm: Export snd_soc_dapm_new_controlSubhransu S. Prusty2016-07-051-0/+1
|/
* ASoC: dapm: Make sure we have a card when displaying component widgetsMark Brown2016-03-181-0/+7
* Merge remote-tracking branch 'asoc/topic/dapm' into asoc-nextMark Brown2016-03-131-2/+2
|\
| * ASoC: dapm: Remove unneeded variable ret returning 0Rajan Vaja2016-03-051-2/+2
* | Merge remote-tracking branch 'asoc/fix/dapm' into asoc-linusMark Brown2016-03-051-4/+4
|\ \
| * | ASoC: dapm: Fix ctl value accesses in a wrong typeTakashi Iwai2016-03-011-4/+4
| |/
* | ASoC: dapm: Don't prefix autodisable widgets twiceLars-Peter Clausen2016-02-041-4/+4
|/
* Merge remote-tracking branch 'asoc/topic/pcm-list' into asoc-nextMark Brown2015-12-231-5/+2
|\
| * ASoC: Change the PCM runtime array to a listMengdong Lin2015-11-181-5/+2
* | Merge remote-tracking branch 'asoc/topic/dapm' into asoc-nextMark Brown2015-12-231-1/+6
|\ \
| * | ASoC: dapm: Make enable/disable_pin work with always on widgetsCharles Keepax2015-12-021-1/+1
| * | ASoC: dapm: add a dapm sink widgetVinod Koul2015-11-251-0/+5
| |/
* | ASoC: dapm: Reset dapm wcache after freeing damp widgetsJyri Sarha2015-11-101-0/+7
|/
* Merge remote-tracking branch 'asoc/topic/dapm' into asoc-nextMark Brown2015-10-261-6/+53
|\
| * ASoC: dapm: Add snd_soc_dapm_kcontrol_widget()Mythri P K2015-10-221-0/+12
| * ASoC: dapm: Add startup & shutdown for dai_linksJeeja KP2015-10-221-0/+30
| * ASoC: dapm: Add kcontrol support for PGAsJeeja KP2015-10-221-6/+11
* | ASoC: dapm: fix memory leakSudip Mukherjee2015-09-111-1/+1
|/
*-. Merge remote-tracking branches 'asoc/topic/davinci', 'asoc/topic/davinci-vcif...Mark Brown2015-08-301-1/+1
|\ \
| | * ASoC: Clean up docbook warningsJonathan Corbet2015-08-281-1/+1
| |/
* | Merge remote-tracking branch 'asoc/topic/rt5645' into asoc-nextMark Brown2015-08-301-6/+9
|\ \
| * | ASoC: dapm_widget_show_codec: Use component instead of CODECLars-Peter Clausen2015-07-071-6/+9
| |/
* | Merge remote-tracking branch 'asoc/topic/dapm' into asoc-nextMark Brown2015-08-301-262/+219
|\ \
| * | ASoC: dapm: Consolidate path trace eventsLars-Peter Clausen2015-08-131-9/+0
| * | ASoC: dapm: Consolidate input and output path handlingLars-Peter Clausen2015-08-131-178/+172
| * | ASoC: dapm: dapm_dai_get_connected_widgets: Fix missing mutex unlockLars-Peter Clausen2015-08-131-1/+1
| * | ASoC: dapm: Add widget path iteratorsLars-Peter Clausen2015-07-291-15/+15
| * | ASoC: dapm: Simplify list creation in dapm_dai_get_connected_widgets()Lars-Peter Clausen2015-07-291-65/+36
| * | ASoC: dapm: Drop always true checksLars-Peter Clausen2015-07-291-5/+0
| * | ASoC: dapm: Avoid duplicating immutable stringsLars-Peter Clausen2015-07-211-2/+2
| * | ASoC: dapm: Add helper function to free a widgetLars-Peter Clausen2015-07-211-16/+22
* | | Merge remote-tracking branch 'asoc/topic/core' into asoc-nextMark Brown2015-08-301-5/+0
|\ \ \ | |/ / |/| |
| * | ASoC: core: Don't probe the component which is dummyShengjiu Wang2015-07-071-5/+0
| |/
* | ASoC: dapm: Don't add prefix to widget stream nameLars-Peter Clausen2015-07-211-9/+3
* | ASoC: dapm: Fix kcontrol widget name memory managementLars-Peter Clausen2015-07-081-6/+4
* | ASoC: dapm: Lock during userspace accessLars-Peter Clausen2015-07-061-0/+9
* | ASoC: dapm: Fix deadlock on auto-disable mux controlsCharles Keepax2015-06-261-2/+2
|/
OpenPOWER on IntegriCloud