aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-dapm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-07Merge tag 'asoc-v4.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/soundLinus Torvalds1-1/+1
2018-02-07ASoC: dapm: fix debugfs read using path->connectedKaiChieh Chuang1-1/+1
2018-01-09treewide: Use DEVICE_ATTR_ROJoe Perches1-1/+1
2017-11-10Merge remote-tracking branch 'asoc/topic/dapm' into asoc-nextMark Brown1-60/+90
2017-10-10ASoC: dapm: mark 'snd_soc_dapm_free_kcontrol' as staticArnd Bergmann1-1/+1
2017-10-10ASoC: dapm: add initialization for w_param_text pointerArnd Bergmann1-0/+2
2017-10-05ASoC: dapm: Avoid creating kcontrol for paramsanish kumar1-54/+86
2017-09-25ASoC: dapm: Make snd_soc_dapm_add/del_routes use runtime mutex subclassStuart Henderson1-2/+2
2017-09-25ASoC: remove unneeded dai->driver->ops checkKuninori Morimoto1-4/+4
2017-09-20ASoC: dapm: Refactor the code in snd_soc_dapm_new_pcmanish kumar1-8/+4
2017-09-20ASoC: dapm: fix error path in snd_soc_dapm_new_pcmanish kumar1-1/+1
2017-01-20ASoC: dapm: fix some pointer error handlingLinus Walleij1-0/+20
2017-01-17ASoC: dapm: handle probe deferralsLinus Walleij1-0/+42
2016-11-02ASoC: dapm: Implement stereo mixer control supportChen-Yu Tsai1-29/+112
2016-11-02ASoC: dapm: Support second register for DAPM control updatesChen-Yu Tsai1-2/+11
2016-09-29Merge remote-tracking branch 'asoc/topic/dapm' into asoc-nextMark Brown1-9/+8
2016-09-01ASoC: dapm: Fix kcontrol creation for output driver widgetChen-Yu Tsai1-0/+1
2016-09-01ASoC: dapm: Fix value setting for _ENUM_DOUBLE MUX's second channelChen-Yu Tsai1-1/+1
2016-09-01ASoC: dapm: Fix possible uninitialized variable in snd_soc_dapm_get_volsw()Chen-Yu Tsai1-0/+3
2016-08-16ASoC: dapm: Fix typos in commentPeter Meerwald-Stadler1-9/+8
2016-07-27ASoC: dapm: Add a dummy snd_pcm_runtime to avoid NULL pointer accessNicolin Chen1-0/+10
2016-07-24Merge remote-tracking branches 'asoc/topic/dpcm', 'asoc/topic/dt', 'asoc/topic/dwc' and 'asoc/topic/fsl' into asoc-nextMark Brown1-13/+47
2016-07-05ASoC: dapm: Export snd_soc_dapm_new_controlSubhransu S. Prusty1-0/+1
2016-06-15ASoC: dapm: Fix to return correct path list in is_connected_ep.Jeeja KP1-2/+4
2016-05-30ASoC: dapm: support user-defined stop condition in dai_get_connected_widgetsPiotr Stankiewicz1-13/+45
2016-03-18ASoC: dapm: Make sure we have a card when displaying component widgetsMark Brown1-0/+7
2016-03-13Merge remote-tracking branch 'asoc/topic/dapm' into asoc-nextMark Brown1-2/+2
2016-03-05Merge remote-tracking branch 'asoc/fix/dapm' into asoc-linusMark Brown1-4/+4
2016-03-05ASoC: dapm: Remove unneeded variable ret returning 0Rajan Vaja1-2/+2
2016-03-01ASoC: dapm: Fix ctl value accesses in a wrong typeTakashi Iwai1-4/+4
2016-02-04ASoC: dapm: Don't prefix autodisable widgets twiceLars-Peter Clausen1-4/+4
2015-12-23Merge remote-tracking branch 'asoc/topic/pcm-list' into asoc-nextMark Brown1-5/+2
2015-12-23Merge remote-tracking branch 'asoc/topic/dapm' into asoc-nextMark Brown1-1/+6
2015-12-02ASoC: dapm: Make enable/disable_pin work with always on widgetsCharles Keepax1-1/+1
2015-11-25ASoC: dapm: add a dapm sink widgetVinod Koul1-0/+5
2015-11-18ASoC: Change the PCM runtime array to a listMengdong Lin1-5/+2
2015-11-10ASoC: dapm: Reset dapm wcache after freeing damp widgetsJyri Sarha1-0/+7
2015-10-26Merge remote-tracking branch 'asoc/topic/dapm' into asoc-nextMark Brown1-6/+53
2015-10-22ASoC: dapm: Add snd_soc_dapm_kcontrol_widget()Mythri P K1-0/+12
2015-10-22ASoC: dapm: Add startup & shutdown for dai_linksJeeja KP1-0/+30
2015-10-22ASoC: dapm: Add kcontrol support for PGAsJeeja KP1-6/+11
2015-09-11ASoC: dapm: fix memory leakSudip Mukherjee1-1/+1
2015-08-30Merge remote-tracking branches 'asoc/topic/davinci', 'asoc/topic/davinci-vcif', 'asoc/topic/doc' and 'asoc/topic/dpcm' into asoc-nextMark Brown1-1/+1
2015-08-30Merge remote-tracking branch 'asoc/topic/rt5645' into asoc-nextMark Brown1-6/+9
2015-08-30Merge remote-tracking branch 'asoc/topic/dapm' into asoc-nextMark Brown1-262/+219
2015-08-30Merge remote-tracking branch 'asoc/topic/core' into asoc-nextMark Brown1-5/+0
2015-08-28ASoC: Clean up docbook warningsJonathan Corbet1-1/+1
2015-08-13ASoC: dapm: Consolidate path trace eventsLars-Peter Clausen1-9/+0
2015-08-13ASoC: dapm: Consolidate input and output path handlingLars-Peter Clausen1-178/+172
2015-08-13ASoC: dapm: dapm_dai_get_connected_widgets: Fix missing mutex unlockLars-Peter Clausen1-1/+1