ALSA: hda: cirrus_scodec: Add KUnit test
authorRichard Fitzgerald <rf@opensource.cirrus.com>
Mon, 18 Sep 2023 09:51:29 +0000 (10:51 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 18 Sep 2023 15:49:28 +0000 (17:49 +0200)
commit2144833e7b41459fa2d52bb0676f0ab4920cf32c
tree24a44f3394dd2f14c63869fabc6675e62273525d
parent6f03b446cbaeb3187b1df1e7e8b13c6340cd6c68
ALSA: hda: cirrus_scodec: Add KUnit test

Add a KUnit test for cirrus_scodec_get_speaker_id(). It is impractical
to have enough hardware with every possible permutation of speaker id.
So use a test harness to test all theoretically supported options.

The test harness consists of:
- a mock GPIO controller.
- a mock struct device to represent the scodec driver
- software nodes to provide the fwnode info that would normally come
  from ACPI.

Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20230918095129.440-3-rf@opensource.cirrus.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/Kconfig
sound/pci/hda/Makefile
sound/pci/hda/cirrus_scodec_test.c [new file with mode: 0644]
sound/pci/hda/cs35l56_hda.c