Re: [RESEND PATCH] ASoC: audio-graph-card: Drop remote-endpoint as required property

2021-01-18 Thread Mark Brown
On Mon, 18 Jan 2021 11:13:05 +0530, Sameer Pujar wrote: > The remote-endpoint may not be available if it is part of some > pluggable module. One such example would be an audio card, the > Codec endpoint will not be available until it is plugged in. > Hence drop 'remote-endpoint' as a required prope

[RESEND PATCH] ASoC: audio-graph-card: Drop remote-endpoint as required property

2021-01-17 Thread Sameer Pujar
The remote-endpoint may not be available if it is part of some pluggable module. One such example would be an audio card, the Codec endpoint will not be available until it is plugged in. Hence drop 'remote-endpoint' as a required property. Cc: Rob Herring Cc: Kuninori Morimoto Signed-off-by: Sam