]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: core: refactor soc_link_dai_widgets()
authorVinod Koul <vinod.koul@intel.com>
Mon, 9 Nov 2015 17:49:58 +0000 (23:19 +0530)
committerMark Brown <broonie@kernel.org>
Wed, 18 Nov 2015 12:56:51 +0000 (12:56 +0000)
commitd053e37bed8e570c663fe0464d6d85b0099b9742
tree9ccb737eac72a9535d5098f8345608a84b467e9b
parent837e0eb1c9d194f0eb3cf87d97b2235de146c9fe
ASoC: core: refactor soc_link_dai_widgets()

In soc_link_dai_widgets() we refer to local widget variables as
playback/capture_widget, but they are really sink/source widgets,
so change the names accordingly

Suggested-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-core.c