cs35l41: Remove VBSTMON DAPM Switch

This reverts commit "ASoC: cs35l41: VBSTMON DAPM Switch"

This commit caused the amp power on event come too early.

AMP on/off sequence before revert the change:
  amp turn on -> alsa bind command
  alsa unbind command -> amp turn off

AMP on/off sequence after revert the change:
  alsa bind command -> amp turn on
  amp turn off -> unbind command

Bug: 284201179
Test: Local stress test and no issue found.
Change-Id: I03e9165495fe7bcd569a33096b162b03236fd06c
Signed-off-by: David Rhodes <david.rhodes@cirrus.com>
Signed-off-by: Robert Lee <lerobert@google.com>
1 file changed