Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ src/include/sof/drivers/afe* @yaochunhung

# audio component
src/audio/src* @singalsu @abonislawski
src/audio/chain_dma* @makarukp
# src/audio/chain_dma* TODO
src/audio/copier/* @randerwang @abonislawski @pblaszko
src/audio/eq* @singalsu
src/audio/eq_fir* @singalsu
Expand Down Expand Up @@ -63,7 +63,7 @@ src/drivers/mediatek/mt8195/* @yaochunhung @kuanhsuncheng
# other libs
src/math/* @singalsu
src/ipc/* @bardliao @marcinszkudlinski @pblaszko
src/lib/* @libinyang
# src/lib/* TODO
src/debug/gdb/* @abonislawski
src/schedule @pblaszko @marcinszkudlinski @dbaluta @LaurentiuM1234

Expand All @@ -72,7 +72,7 @@ samples/audio/detect_test.c @iganakov

# other helpers
# Many files overridden by *.(ba)sh pattern below
scripts/* @marc-hb
# scripts/* TODO

# tools(old 'soft' repo)
tools/logger/* @bkokoszx @akloniex
Expand All @@ -93,27 +93,27 @@ zephyr/lib/alloc.c @dabekjakub
zephyr/lib/regions_mm.c @dabekjakub

# installer
installer/** @marc-hb
# installer/** TODO

# CMake

# Include only "top-level" CMakeLists.txt files; the other ones are just
# dumb list of source files and generate too much noise.
/CMakeLists.txt @marc-hb
/*/CMakeLists.txt @marc-hb
/test/cmocka/CMakeLists.txt @marc-hb
# /CMakeLists.txt TODO
#/*/CMakeLists.txt TODO
# /test/cmocka/CMakeLists.txt TODO

# There's a small enough number of files in tools/ and little
# churn: keep it simple and take them all.
# FIXME: some topology CMakeLists.txt files are configuration files
# in disguise. Move them to actual configuration files.
/tools/**/CMakeLists.txt @marc-hb
# /tools/**/CMakeLists.txt TODO

*.sh @marc-hb
*.bash @marc-hb
# *.sh TODO
# *.bash TODO
*trace.* @akloniex

/.github/ @dbaluta @cujomalainey @lgirdwood @marc-hb
/.github/ @dbaluta @cujomalainey @lgirdwood

# You can also use email addresses if you prefer.
#docs/* docs@example.com