Re: [PATCH] drm: radeon: Fix audio get_eld callback

2022-11-10 Thread Alex Deucher
On Thu, Nov 10, 2022 at 8:09 AM Takashi Iwai wrote: > > Check the availability of the audio capability and mode config before > going to the loop for avoiding the access to an unusable state. Also, > change the loop iterations over encoder instead of connector in order > to align with

[PATCH] drm: radeon: Fix audio get_eld callback

2022-11-10 Thread Takashi Iwai
Check the availability of the audio capability and mode config before going to the loop for avoiding the access to an unusable state. Also, change the loop iterations over encoder instead of connector in order to align with radeon_audio_enable(). Link: