* [PATCH] ASoC: rt5677: depop stereo dac
@ 2019-06-24 20:52 Curtis Malainey
2019-06-24 21:13 ` Ross Zwisler
0 siblings, 1 reply; 2+ messages in thread
From: Curtis Malainey @ 2019-06-24 20:52 UTC (permalink / raw)
To: alsa-devel
Cc: Oder Chiou, Takashi Iwai, Liam Girdwood, Mark Brown, Ross Zwisler,
Bard Liao, Curtis Malainey
Upon enabling the ASRC DAC we need a delay to avoid popping the
speakers.
Signed-off-by: Curtis Malainey <cujomalainey@chromium.org>
Cc: Ross Zwisler <zwisler@chromium.org>
---
sound/soc/codecs/rt5677.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sound/soc/codecs/rt5677.c b/sound/soc/codecs/rt5677.c
index 20b1d03530bd0..c779dc3474f9e 100644
--- a/sound/soc/codecs/rt5677.c
+++ b/sound/soc/codecs/rt5677.c
@@ -2608,7 +2608,8 @@ static const struct snd_soc_dapm_widget rt5677_dapm_widgets[] = {
SND_SOC_DAPM_SUPPLY_S("I2S2 ASRC", 1, RT5677_ASRC_1, 1, 0, NULL, 0),
SND_SOC_DAPM_SUPPLY_S("I2S3 ASRC", 1, RT5677_ASRC_1, 2, 0, NULL, 0),
SND_SOC_DAPM_SUPPLY_S("I2S4 ASRC", 1, RT5677_ASRC_1, 3, 0, NULL, 0),
- SND_SOC_DAPM_SUPPLY_S("DAC STO ASRC", 1, RT5677_ASRC_2, 14, 0, NULL, 0),
+ SND_SOC_DAPM_SUPPLY_S("DAC STO ASRC", 1, RT5677_ASRC_2, 14, 0,
+ rt5677_filter_power_event, SND_SOC_DAPM_POST_PMU),
SND_SOC_DAPM_SUPPLY_S("DAC MONO2 L ASRC", 1, RT5677_ASRC_2, 13, 0, NULL,
0),
SND_SOC_DAPM_SUPPLY_S("DAC MONO2 R ASRC", 1, RT5677_ASRC_2, 12, 0, NULL,
--
2.22.0.410.gd8fdbe21b5-goog
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ASoC: rt5677: depop stereo dac
2019-06-24 20:52 [PATCH] ASoC: rt5677: depop stereo dac Curtis Malainey
@ 2019-06-24 21:13 ` Ross Zwisler
0 siblings, 0 replies; 2+ messages in thread
From: Ross Zwisler @ 2019-06-24 21:13 UTC (permalink / raw)
To: Curtis Malainey
Cc: Oder Chiou, alsa-devel, Takashi Iwai, Liam Girdwood, Mark Brown,
Ross Zwisler, Bard Liao
On Mon, Jun 24, 2019 at 01:52:39PM -0700, Curtis Malainey wrote:
> Upon enabling the ASRC DAC we need a delay to avoid popping the
> speakers.
>
> Signed-off-by: Curtis Malainey <cujomalainey@chromium.org>
> Cc: Ross Zwisler <zwisler@chromium.org>
This solves the popping issue for me.
Tested-by: Ross Zwisler <zwisler@google.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-06-24 21:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-24 20:52 [PATCH] ASoC: rt5677: depop stereo dac Curtis Malainey
2019-06-24 21:13 ` Ross Zwisler
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.