From 15bd472a814390c101e58e26e18edff18b1e8522 Mon Sep 17 00:00:00 2001 From: Curtis Malainey Date: Mon, 29 Mar 2021 12:46:40 -0700 Subject: [PATCH] owners: add cujomalainey as owner of codec adapter Request for owner has gone unacknowledged, ToT adapter is broken suggesting we likely need additional reviewers given we have no existing code owner. Signed-off-by: Curtis Malainey --- CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index 3a808ffc8559..bf5673318015 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -16,6 +16,7 @@ src/include/user/** @thesofproject/steering-committee src/include/sof/debug/gdb/* @mrajwa src/include/sof/audio/kpb.h @mrajwa src/include/sof/audio/mux.h @akloniex +src/include/sof/audio/codec_adapter/* @cujomalainey # audio component src/audio/src* @singalsu @@ -30,6 +31,7 @@ src/audio/crossover* @cujomalainey @dgreid src/audio/tdfb* @singalsu src/audio/drc/* @johnylin76 @cujomalainey @dgreid src/audio/multiband_drc/* @johnylin76 @cujomalainey @dgreid +src/audio/codec_adapter/* @cujomalainey # platforms src/platform/haswell/* @randerwang