ASoC: Intel: avs: rt5682: Add missing components
authorCezary Rojewski <cezary.rojewski@intel.com>
Thu, 29 Jun 2023 11:24:48 +0000 (13:24 +0200)
committerMark Brown <broonie@kernel.org>
Sun, 9 Jul 2023 21:47:22 +0000 (22:47 +0100)
commit27cd41698de49c8afbcc148a0d76c35da3271519
tree9617d552a526a76500b0606d4470bb774ecde3f7
parent3ed180ac3cec77fe193573adcbaaca34bbc63551
ASoC: Intel: avs: rt5682: Add missing components

Align with what's done for all other boards and allocate jacks pins
dynamically and explicitly specify ->dai_fmt for the DAI link.

The latter clears any ambiguity - given the current implementation
of the codec driver, specifying format is optional but should the
implementation change, the sound card behaviour may be undesired.

Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com>
Link: https://lore.kernel.org/r/20230629112449.1755928-8-cezary.rojewski@intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/avs/boards/rt5682.c