From df36d2564eccea86322a526a0d426f2a091ec1b9 Mon Sep 17 00:00:00 2001 From: Curtis Malainey Date: Fri, 27 May 2022 15:12:47 -0700 Subject: [PATCH] OWNERS: move google files to team reference Now we won't need code changes to update reviewers when we have additions or departures. Signed-off-by: Curtis Malainey --- CODEOWNERS | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 3a5a8b899..7268a29f9 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -29,13 +29,13 @@ src/audio/eq_iir* @singalsu src/audio/tone.c @singalsu src/audio/kpb.c @mrajwa src/audio/mux/* @akloniex -src/audio/dcblock* @cujomalainey @chiang831 @johnylin76 -src/audio/crossover* @cujomalainey @chiang831 @johnylin76 +src/audio/dcblock* @thesofproject/google +src/audio/crossover* @thesofproject/google src/audio/tdfb* @singalsu -src/audio/drc/* @johnylin76 @cujomalainey @chiang831 -src/audio/multiband_drc/* @johnylin76 @cujomalainey @chiang831 +src/audio/drc/* @thesofproject/google +src/audio/multiband_drc/* @thesofproject/google src/audio/codec_adapter/* @cujomalainey @mrajwa @dbaluta -src/audio/google_hotword_detect.c @bzhg @cujomalainey @chiang831 @johnylin76 +src/audio/google_hotword_detect.c @thesofproject/google # platforms src/platform/haswell/* @randerwang @@ -73,10 +73,10 @@ tools/testbench/* @ranj063 tools/test/audio/* @singalsu tools/ctl/* @singalsu tools/tune/* @singalsu -tools/tune/crossover/* @cujomalainey @johnylin76 @chiang831 -tools/tune/dcblock/* @cujomalainey @johnylin76 @chiang831 -tools/tune/drc/* @cujomalainey @johnylin76 @chiang831 -tools/oss-fuzz/* @cujomalainey +tools/tune/crossover/* @thesofproject/google +tools/tune/dcblock/* @thesofproject/google +tools/tune/drc/* @thesofproject/google +tools/oss-fuzz/* @thesofproject/google # build system **/CMakeLists.txt @marc-hb @aborisovich