Merge branch 'asoc-5.2' into asoc-5.3

Šī revīzija ir iekļauta:
Mark Brown
2019-05-30 16:47:43 +01:00
revīzija 79b3b7c4a3
14 mainīti faili ar 199 papildinājumiem un 134 dzēšanām

Parādīt failu

@@ -1329,6 +1329,15 @@ static int sun4i_codec_spk_event(struct snd_soc_dapm_widget *w,
gpiod_set_value_cansleep(scodec->gpio_pa,
!!SND_SOC_DAPM_EVENT_ON(event));
if (SND_SOC_DAPM_EVENT_ON(event)) {
/*
* Need a delay to wait for DAC to push the data. 700ms seems
* to be the best compromise not to feel this delay while
* playing a sound.
*/
msleep(700);
}
return 0;
}