]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: Intel: avs: rt286: Adjust platform name
authorCezary Rojewski <cezary.rojewski@intel.com>
Tue, 2 Sep 2025 09:48:48 +0000 (11:48 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 3 Sep 2025 11:34:09 +0000 (12:34 +0100)
commit210233c24d248e69b5309d651ab4b1021c6631e7
tree0598a24ffa9a7547f1fd4db671e418d5ab156a48
parent1a78108293dfe421255ee0abd69ef73e5c68539a
ASoC: Intel: avs: rt286: Adjust platform name

The name of the platform component matches the name of the card's
platform_device.

This allows for simplifying card and dai_link initialization:
- drop mach->mach_params.platform usage
- drop snd_soc_fixup_dai_links_platform_name() usage

Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com>
Reviewed-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Message-ID: <20250902094853.1231842-13-cezary.rojewski@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/avs/boards/rt286.c