1. 18 8月, 2015 1 次提交
    • K
      ASoC: mediatek: Remove AIF widgets for backend DAIs · 0643558f
      Koro Chen 提交于
      DAPM core already creates widgets for DAIs. It is not necessary
      to declare them by SND_SOC_DAPM_AIF_IN/SND_SOC_DAPM_AIF_OUT.
      Furthermore, original codes use backend DAI's stream name to be the AIF
      widget name. It causes the same widget to be created twice, and after
      commit 92fa1242 ("ASoC: dapm: Add new widgets to the end of the
      widget list") the first created widget (by snd_soc_dapm_new_controls)
      is used, not the 2nd created one (by snd_soc_dapm_new_dai_widgets),
      so audio path is broken.
      Signed-off-by: NKoro Chen <koro.chen@mediatek.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      0643558f
  2. 22 7月, 2015 1 次提交
  3. 15 7月, 2015 1 次提交
  4. 23 6月, 2015 1 次提交
  5. 16 6月, 2015 1 次提交