Message ID | 20220323164442.921-1-jiaxin.yu@mediatek.com |
---|---|
Headers | show |
Series | ASoC: mediatek: mt8192: support rt1015p_rt5682s | expand |
On Thu, Mar 24, 2022 at 12:44:39AM +0800, Jiaxin Yu wrote: > + speaker-codec: If it is possible to have 1 or more items, would "speaker-codecs" be a better name? > + type: object > + properties: > + sound-dai: > + minItems: 2 It should be 1. Consider of rt1015p case.
On Thu, Mar 24, 2022 at 12:44:40AM +0800, Jiaxin Yu wrote: > MT8192 platform will use rt1015 or rt105p codec, so through the > snd_soc_of_get_dai_link_codecs() to complete the configuration > of dai_link's codecs. > > Signed-off-by: Jiaxin Yu <jiaxin.yu@mediatek.com> Reviewed-by: Tzung-Bi Shih <tzungbi@kernel.org> Except the name: speaker-codec vs. speaker-codecs. Have replied to the DT bindings patch in the same series.
On Thu, 2022-03-24 at 08:54 +0800, Tzung-Bi Shih wrote: > On Thu, Mar 24, 2022 at 12:44:39AM +0800, Jiaxin Yu wrote: > > + speaker-codec: > > If it is possible to have 1 or more items, would "speaker-codecs" be > a better > name? Hi Tzung-Bi, Yes, it is better to use "speaker-codecs", I will change it that in driver patch and bindings patch. Jiaxin.Yu Thanks > > > + type: object > > + properties: > > + sound-dai: > > + minItems: 2 > > It should be 1. Consider of rt1015p case. Yes, I will correct it.