summaryrefslogtreecommitdiff
path: root/sound_trigger_hw_iaxxx.c
diff options
context:
space:
mode:
authorNicholas Ambur <nambur@google.com>2020-03-11 09:24:49 -0700
committerNicholas Ambur <nambur@google.com>2020-03-11 12:11:13 -0700
commit4bf24e8d9f71488187ca8329de1a6c1ab58d3b9a (patch)
tree5f6690404d4d2a155537414caefb20b39393ca0c /sound_trigger_hw_iaxxx.c
parented79a6526f9e78f18b57b75c8d8684b9a7875707 (diff)
downloadsound_trigger_hal-4bf24e8d9f71488187ca8329de1a6c1ab58d3b9a.tar.gz
update supported model arch for pixel 4
Bug: 150634503 Test: `dumpsys voiceinteraction` to confirm model arch string is updatecd Change-Id: I9cb4114e3e4c0f999fe924f1cbea59784ccc9bb5 Change-Id: Ie95115488fb14557b522ee0ca4417032ba68339e
Diffstat (limited to 'sound_trigger_hw_iaxxx.c')
-rw-r--r--sound_trigger_hw_iaxxx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound_trigger_hw_iaxxx.c b/sound_trigger_hw_iaxxx.c
index 9c14bf8..100132b 100644
--- a/sound_trigger_hw_iaxxx.c
+++ b/sound_trigger_hw_iaxxx.c
@@ -111,7 +111,7 @@ static const struct sound_trigger_properties hw_properties = {
POWER_CONSUMPTION // power_consumption_mw
};
-const char codec_arch[SOUND_TRIGGER_MAX_STRING_LEN] = "hemidelta_athletico";
+const char codec_arch[SOUND_TRIGGER_MAX_STRING_LEN] = "9b55e25e-8ea3-4f73-bce9-b37860d57f5a";
static struct sound_trigger_properties_extended_1_3 hw_properties_1_3;