1# Lines starting with '#' are comments. 2# Each line is a file pattern followed by one or more owners. 3 4# These owners will be the default owners for everything in the repo. 5* @lgirdwood @plbossart @mmaka1 @lbetlej @dbaluta 6 7# Order is important. The last matching pattern has the most precedence. 8# So if a pull request only touches javascript files, only these owners 9# will be requested to review. 10 11# include files 12src/include/sof/drivers/dmic.h @singalsu 13src/include/ipc/** @thesofproject/steering-committee 14src/include/kernel/** @thesofproject/steering-committee 15src/include/user/** @thesofproject/steering-committee 16src/include/sof/debug/gdb/* @mrajwa 17src/include/sof/audio/kpb.h @mrajwa 18src/include/sof/audio/mux.h @akloniex 19src/include/sof/audio/codec_adapter/* @cujomalainey @mrajwa @dbaluta 20 21# audio component 22src/audio/src* @singalsu 23src/audio/eq* @singalsu 24src/audio/eq_fir* @singalsu 25src/audio/eq_iir* @singalsu 26src/audio/tone.c @singalsu 27src/audio/kpb.c @mrajwa 28src/audio/mux/* @akloniex 29src/audio/dcblock* @cujomalainey @chiang831 @johnylin76 30src/audio/crossover* @cujomalainey @chiang831 @johnylin76 31src/audio/tdfb* @singalsu 32src/audio/drc/* @johnylin76 @cujomalainey @chiang831 33src/audio/multiband_drc/* @johnylin76 @cujomalainey @chiang831 34src/audio/codec_adapter/* @cujomalainey @mrajwa @dbaluta 35src/audio/google_hotword_detect.c @benzh @cujomalainey @chiang831 @johnylin76 36 37# platforms 38src/platform/haswell/* @randerwang 39src/platform/suecreek/* @lyakh 40src/arch/xtensa/debug/gdb/* @mrajwa 41src/platform/imx8/** @dbaluta 42 43# drivers 44src/drivers/intel/dmic.c @singalsu 45src/drivers/intel/cavs/sue-iomux.c @lyakh 46src/drivers/intel/haswell/* @randerwang 47src/drivers/imx/** @dbaluta 48src/drivers/dw/* @lyakh 49 50# other libs 51src/math/* @singalsu 52src/ipc/* @bardliao 53src/drivers/intel/cavs/sue-ipc.c @lyakh 54src/lib/* @libinyang 55src/debug/gdb/* @mrajwa 56src/schedule @mrajwa 57 58# other helpers 59# Mostly overridden by *.(ba)sh below 60scripts/* @marc-hb 61 62# tools(old 'soft' repo) 63tools/logger/* @bkokoszx @akloniex 64tools/topology/* @ranj063 65tools/testbench/* @ranj063 66tools/test/audio/* @singalsu 67tools/ctl/* @singalsu 68tools/tune/* @singalsu 69tools/tune/crossover/* @cujomalainey @johnylin76 @chiang831 70tools/tune/dcblock/* @cujomalainey @johnylin76 @chiang831 71tools/tune/drc/* @cujomalainey @johnylin76 @chiang831 72tools/oss-fuzz/* @cujomalainey 73 74# build system 75# **/CMakeLists.txt 76# **/Kconfig 77# scripts/cmake/** 78# scripts/kconfig/** 79 80*.sh @marc-hb 81*.bash @marc-hb 82*trace.* @akloniex 83 84/.github/ @dbaluta @cujomalainey @lgirdwood @marc-hb @zrombel 85 86# You can also use email addresses if you prefer. 87#docs/* docs@example.com 88