]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: Intel: avs: Add rt5640 machine board
authorCezary Rojewski <cezary.rojewski@intel.com>
Fri, 30 May 2025 14:21:20 +0000 (16:21 +0200)
committerMark Brown <broonie@kernel.org>
Sun, 8 Jun 2025 22:34:38 +0000 (23:34 +0100)
commitc95e925daa434ee1a40a86aec6476ce588e4bd77
tree1e6478b4dd1c7e2c4031d69c060894a6847d30e4
parent19f971057b2d7b99c80530ec1052b45de236a8da
ASoC: Intel: avs: Add rt5640 machine board

To support connection between Intel AudioDSP and Realek 5640 codec
implement avs_rt5640 machine board driver. The codec chip is located on
I2C bus and the streaming occurs over I2S interface. A number of such
devices can be connected simultaneously to the platform. Majority of the
board's behavior is inherited from existing representatives such as
avs_rt274.

Reviewed-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com>
Link: https://patch.msgid.link/20250530142120.2944095-4-cezary.rojewski@intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/avs/board_selection.c
sound/soc/intel/avs/boards/Kconfig
sound/soc/intel/avs/boards/Makefile
sound/soc/intel/avs/boards/rt5640.c [new file with mode: 0644]