mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
Revert "ASoC: rockchip: rk817-codec: add support recover playback/capture path after resume"
This reverts commit 20d8a7925f.
Generally, we cannot guarantee that the paths of capture and
playback need to be turned on by default after resume, which
can be manually controlled by the user layer. In this way, the
problem of asymmetrical clock operation can also be corrected
after resume.
Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
Change-Id: I1cb7b364313a7573032851fe0c2970cf1a078b0a
This commit is contained in:
@@ -1083,10 +1083,6 @@ static int rk817_suspend(struct snd_soc_component *component)
|
||||
|
||||
static int rk817_resume(struct snd_soc_component *component)
|
||||
{
|
||||
struct rk817_codec_priv *rk817 = snd_soc_component_get_drvdata(component);
|
||||
|
||||
rk817_capture_path_config(component, OFF, rk817->capture_path);
|
||||
rk817_playback_path_config(component, OFF, rk817->playback_path);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user