diff options
author | Maxime Ripard <maxime@cerno.tech> | 2020-07-08 16:45:55 +0200 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2020-10-29 10:25:44 +0100 |
commit | a3a0ded3ed38f4eafa86cef61799d50250da4dbe (patch) | |
tree | 45be32091bb284ee856378855c5aadf2e76a5cdd /drivers/gpu | |
parent | f49a51bfdc8ea717c97ccd4cc98b7e6daaa5553a (diff) | |
download | linux-a3a0ded3ed38f4eafa86cef61799d50250da4dbe.tar.gz linux-a3a0ded3ed38f4eafa86cef61799d50250da4dbe.tar.bz2 linux-a3a0ded3ed38f4eafa86cef61799d50250da4dbe.zip |
drm/vc4: hdmi: Add a name to the codec DAI component
Since the components for a given device in ASoC are identified by their
name, it makes sense to add one even though it's not strictly necessary.
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Reviewed-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200708144555.718404-1-maxime@cerno.tech
Diffstat (limited to 'drivers/gpu')
-rw-r--r-- | drivers/gpu/drm/vc4/vc4_hdmi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/vc4/vc4_hdmi.c b/drivers/gpu/drm/vc4/vc4_hdmi.c index 73ac52714e54..95779d50cca0 100644 --- a/drivers/gpu/drm/vc4/vc4_hdmi.c +++ b/drivers/gpu/drm/vc4/vc4_hdmi.c @@ -1077,6 +1077,7 @@ static const struct snd_soc_dapm_route vc4_hdmi_audio_routes[] = { }; static const struct snd_soc_component_driver vc4_hdmi_audio_component_drv = { + .name = "vc4-hdmi-codec-dai-component", .controls = vc4_hdmi_audio_controls, .num_controls = ARRAY_SIZE(vc4_hdmi_audio_controls), .dapm_widgets = vc4_hdmi_audio_widgets, |