topology1: sof-tgl-sdw-max98373-rt5682: use a mockup of the smart amp

Remove 3rd party library dependency.

Signed-off-by: Fred Oh <fred.oh@linux.intel.com>
This commit is contained in:
Fred Oh 2021-08-13 10:30:07 -07:00 committed by Liam Girdwood
parent 14e7993979
commit ce97fc7128
1 changed files with 0 additions and 4 deletions

View File

@ -63,10 +63,6 @@ define(`SMART_REF_CH_NUM', 2)
define(`SMART_PCM_ID', 0)
define(`SMART_PCM_NAME', `smart373-spk')
# UUID related
DECLARE_SOF_RT_UUID("Maxim DSM", maxim_dsm_comp_uuid, 0x0cd84e80, 0xebd3,
0x11ea, 0xad, 0xc1, 0x02, 0x42, 0xac, 0x12, 0x00, 0x02);
define(`SMART_UUID', maxim_dsm_comp_uuid)
# Include Smart Amplifier support
include(`sof-smart-amplifier.m4')