From 014513676ac2ed9521334c29f1e2bce651fc2600 Mon Sep 17 00:00:00 2001 From: ShinHyung Date: Tue, 10 Sep 2019 18:43:35 +0900 Subject: [PATCH] [RAMEN9610-20754][9610] ASoC: abox: requested cpu gear to hold the usage count of PM Change-Id: I71181515f075308319156c5964298cec18b71750 Signed-off-by: ShinHyung --- sound/soc/samsung/abox/abox.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sound/soc/samsung/abox/abox.c b/sound/soc/samsung/abox/abox.c index c637dc31b868..86007870beaf 100644 --- a/sound/soc/samsung/abox/abox.c +++ b/sound/soc/samsung/abox/abox.c @@ -5291,6 +5291,8 @@ static int abox_enable(struct device *dev) abox_gic_enable_irq(data->dev_gic); + abox_request_cpu_gear(dev, data, (void *)DEFAULT_CPU_GEAR_ID, + ABOX_CPU_GEAR_MAX); ret = clk_set_rate(data->clk_pll, AUD_PLL_RATE_HZ_FOR_48000); if (ret < 0) dev_warn(dev, "setting audio pll clock to 1.2Ghz is failed: %d\n", ret); -- 2.20.1