drm/vc4: hdmi: Move audio structure offset checks
authorMaxime Ripard <maxime@cerno.tech>
Tue, 17 May 2022 10:38:06 +0000 (12:38 +0200)
committerMaxime Ripard <maxime@cerno.tech>
Wed, 7 Sep 2022 08:53:05 +0000 (10:53 +0200)
commit727732e7b05f54eca219ad95bda083e97de710d8
tree64a365de6253280c710b04eef77eaef756460779
parentdfb41df511eaeacc0c00db43924bedfe6596d8ab
drm/vc4: hdmi: Move audio structure offset checks

The HDMI driver unbind hook doesn't have any ALSA-related code anymore, so
let's move the ALSA sanity checks and comments we have to some other part
of the driver dedicated to ALSA.

Acked-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
drivers/gpu/drm/vc4/vc4_hdmi.c