Re: [PATCH v3] drm/tegra: sor: Enable HDA interrupts at plug-in

2019-07-24 Thread Dmitry Osipenko
24.07.2019 14:11, Jon Hunter пишет: > > On 24/07/2019 10:27, Dmitry Osipenko wrote: >> 23.07.2019 15:40, Viswanath L пишет: >>> HDMI plugout calls runtime suspend, which clears interrupt registers >>> and causes audio functionality to break on subsequent plug-in; setting >>> interrupt registers

Re: [PATCH v3] drm/tegra: sor: Enable HDA interrupts at plug-in

2019-07-24 Thread Jon Hunter
On 24/07/2019 10:27, Dmitry Osipenko wrote: > 23.07.2019 15:40, Viswanath L пишет: >> HDMI plugout calls runtime suspend, which clears interrupt registers >> and causes audio functionality to break on subsequent plug-in; setting >> interrupt registers in sor_audio_prepare() solves the issue. >>

RE: [PATCH v3] drm/tegra: sor: Enable HDA interrupts at plug-in

2019-07-24 Thread Viswanath L
; linux-ker...@vger.kernel.org; sta...@vger.kernel.org Subject: Re: [PATCH v3] drm/tegra: sor: Enable HDA interrupts at plug-in 23.07.2019 15:40, Viswanath L пишет: > HDMI plugout calls runtime suspend, which clears interrupt registers > and causes audio functionality to break on subsequen

Re: [PATCH v3] drm/tegra: sor: Enable HDA interrupts at plug-in

2019-07-24 Thread Dmitry Osipenko
23.07.2019 15:40, Viswanath L пишет: > HDMI plugout calls runtime suspend, which clears interrupt registers > and causes audio functionality to break on subsequent plug-in; setting > interrupt registers in sor_audio_prepare() solves the issue. > > Signed-off-by: Viswanath L Yours signed-off-by

[PATCH v3] drm/tegra: sor: Enable HDA interrupts at plug-in

2019-07-23 Thread Viswanath L
HDMI plugout calls runtime suspend, which clears interrupt registers and causes audio functionality to break on subsequent plug-in; setting interrupt registers in sor_audio_prepare() solves the issue. Signed-off-by: Viswanath L Fixes: 8e2988a76c26 ("drm/tegra: sor: Support for audio over HDMI")