Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1578191
| From | Chen-Yu Tsai <wens@csie.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v4 4/8] ASoC: sun8i-codec-analog: Add amplifier event to fix first delay |
| Date | 2017-02-10 07:20 +0100 |
| Message-ID | <t9cIN-8aK-3@gated-at.bofh.it> (permalink) |
| References | <t6lSi-1ZO-3@gated-at.bofh.it> <t6lSi-1ZO-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Thu, Feb 2, 2017 at 5:24 PM, Mylène Josserand <mylene.josserand@free-electrons.com> wrote: > When playing a sound for the first time, a short delay, where the audio > file is not played, can be noticed. > On a second play (right after), the sound is played correctly. > If we wait a short time (~5 sec which corresponds to the aplay > timeout), the delay is back. > > This patch fixes it by using an event on headphone amplifier. > It allows to keep the amplifier enable while playing a sound. > A delay of 700ms allows to wait that the amplifier is powered-up > before playing the sound. > > Signed-off-by: Mylène Josserand <mylene.josserand@free-electrons.com> > Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com> I get some static in my headphones in the time between when the amplifier is enabled and when sound starts playing. Wonder if this can be fixed in any way? One solution that might work is to mute the headphone output while the amp is being charged, by setting SUN8I_ADDA_HP_VOLC_HP_VOL to 0, and then restoring the value once it is charged. In other words, overriding the value for the duration of sun8i_headphone_amp_event. Regards ChenYu
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v4 4/8] ASoC: sun8i-codec-analog: Add amplifier event to fix first delay Mylène Josserand <mylene.josserand@free-electrons.com> - 2017-02-02 10:30 +0100
Re: [PATCH v4 4/8] ASoC: sun8i-codec-analog: Add amplifier event to fix first delay Chen-Yu Tsai <wens@csie.org> - 2017-02-10 07:20 +0100
Re: [PATCH v4 4/8] ASoC: sun8i-codec-analog: Add amplifier event to fix first delay Mark Brown <broonie@kernel.org> - 2017-02-10 13:10 +0100
csiph-web