On 2022-04-27 10:18 AM, Cezary Rojewski wrote:
Allow for testing audio streaming over I2S interface through SSP-test board. No actual codec is needed here as board is intended for SSP loopback scenarios only. One playback and one capture endpoint is exposed per SSP port.
Signed-off-by: Amadeusz Sławiński amadeuszx.slawinski@linux.intel.com Signed-off-by: Cezary Rojewski cezary.rojewski@intel.com
sound/soc/intel/avs/boards/Kconfig | 6 + sound/soc/intel/avs/boards/Makefile | 2 + sound/soc/intel/avs/boards/ssp_test.c | 178 ++++++++++++++++++++++++++ 3 files changed, 186 insertions(+) create mode 100644 sound/soc/intel/avs/boards/ssp_test.c
I'll send v2 later today that renames this board from ssp_test to i2s_test - so it matches naming convention used for all other boards.
Regards, Czarek