Re: [PATCH] drm/vc4: hdmi: Add a name to the codec DAI component

2020-10-29 Thread Maxime Ripard
On Wed, Oct 28, 2020 at 01:30:32PM +, Dave Stevenson wrote: > Hi Maxime > > On Wed, 8 Jul 2020 at 15:46, Maxime Ripard wrote: > > > > 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. > > > >

Re: [PATCH] drm/vc4: hdmi: Add a name to the codec DAI component

2020-10-28 Thread Dave Stevenson
Hi Maxime On Wed, 8 Jul 2020 at 15:46, Maxime Ripard wrote: > > 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 Reviewed-by: Dave Stevenson > --- >

[PATCH] drm/vc4: hdmi: Add a name to the codec DAI component

2020-07-08 Thread Maxime Ripard
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 --- drivers/gpu/drm/vc4/vc4_hdmi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/vc4/vc4_hdmi.c