mirror of https://github.com/thesofproject/sof.git
topology: Add UUID for Maxim DSM component
This patch adds UUID for Maxim DSM component in sof-tgl-max98373-rt5682. Signed-off-by: Dharageswari R <dharageswari.r@intel.com>
This commit is contained in:
parent
7bf3f8e99b
commit
808dfac9ae
|
@ -62,6 +62,10 @@ define(`SMART_REF_CH_NUM', 4)
|
|||
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')
|
||||
|
||||
|
|
Loading…
Reference in New Issue