From 3b8ef3a791107d91daa639300fe94b1b8574b69f Mon Sep 17 00:00:00 2001 From: Curtis Malainey Date: Tue, 10 Jan 2023 11:20:13 -0800 Subject: [PATCH] owners: fix google audio component path Forgot to update this after moving our components to a folder Signed-off-by: Curtis Malainey --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index 7268a29f9..22b678ea6 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -35,7 +35,7 @@ src/audio/tdfb* @singalsu src/audio/drc/* @thesofproject/google src/audio/multiband_drc/* @thesofproject/google src/audio/codec_adapter/* @cujomalainey @mrajwa @dbaluta -src/audio/google_hotword_detect.c @thesofproject/google +src/audio/google/* @thesofproject/google # platforms src/platform/haswell/* @randerwang