Message ID | 20201113092125.19206-1-shumingf@realtek.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 106e6d8df4842d816dae23076c501ae48386afcb |
Headers | show |
Series | ASoC: rt1015: increase the time to detect BCLK | expand |
On Fri, 13 Nov 2020 17:21:25 +0800, shumingf@realtek.com wrote: > To meet the most platform, the detection time should be increased to > avoid that the flushing DAC data fails. Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/1] ASoC: rt1015: increase the time to detect BCLK commit: 106e6d8df4842d816dae23076c501ae48386afcb All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark
diff --git a/sound/soc/codecs/rt1015.c b/sound/soc/codecs/rt1015.c index 32d748cc5ae3..ac4c9f43b338 100644 --- a/sound/soc/codecs/rt1015.c +++ b/sound/soc/codecs/rt1015.c @@ -566,7 +566,7 @@ static void rt1015_flush_work(struct work_struct *work) struct rt1015_priv *rt1015 = container_of(work, struct rt1015_priv, flush_work.work); struct snd_soc_component *component = rt1015->component; - unsigned int val, i = 0, count = 20; + unsigned int val, i = 0, count = 200; while (i < count) { usleep_range(1000, 1500);