2018-11-22 00:25:57 +08:00
|
|
|
# Lines starting with '#' are comments.
|
|
|
|
# Each line is a file pattern followed by one or more owners.
|
|
|
|
|
|
|
|
# These owners will be the default owners for everything in the repo.
|
2021-01-08 04:08:23 +08:00
|
|
|
* @lgirdwood @plbossart @mmaka1 @lbetlej @dbaluta
|
2018-11-22 00:25:57 +08:00
|
|
|
|
|
|
|
# Order is important. The last matching pattern has the most precedence.
|
|
|
|
# So if a pull request only touches javascript files, only these owners
|
|
|
|
# will be requested to review.
|
2018-11-28 21:09:47 +08:00
|
|
|
|
2019-01-12 02:04:11 +08:00
|
|
|
# include files
|
2020-03-25 02:47:24 +08:00
|
|
|
src/include/sof/drivers/dmic.h @singalsu
|
2019-05-31 21:04:48 +08:00
|
|
|
src/include/ipc/** @thesofproject/steering-committee
|
|
|
|
src/include/kernel/** @thesofproject/steering-committee
|
|
|
|
src/include/user/** @thesofproject/steering-committee
|
2020-03-25 02:47:24 +08:00
|
|
|
src/include/sof/debug/gdb/* @mrajwa
|
|
|
|
src/include/sof/audio/kpb.h @mrajwa
|
|
|
|
src/include/sof/audio/mux.h @akloniex
|
2018-11-28 21:09:47 +08:00
|
|
|
|
|
|
|
# audio component
|
2018-11-28 01:22:11 +08:00
|
|
|
src/audio/src* @singalsu
|
|
|
|
src/audio/eq* @singalsu
|
2020-03-25 02:47:24 +08:00
|
|
|
src/audio/eq_fir* @singalsu
|
|
|
|
src/audio/eq_iir* @singalsu
|
2018-11-28 01:22:11 +08:00
|
|
|
src/audio/tone.c @singalsu
|
2019-03-08 08:20:01 +08:00
|
|
|
src/audio/kpb.c @mrajwa
|
2019-05-30 02:33:24 +08:00
|
|
|
src/audio/mux/* @akloniex
|
2020-03-29 11:15:31 +08:00
|
|
|
src/audio/dcblock* @cujomalainey @dgreid
|
2020-04-17 05:30:28 +08:00
|
|
|
src/audio/crossover* @cujomalainey @dgreid
|
2020-05-12 00:19:11 +08:00
|
|
|
src/audio/tdfb* @singalsu
|
2020-09-15 18:32:12 +08:00
|
|
|
src/audio/drc/* @johnylin76 @cujomalainey @dgreid
|
2020-11-12 15:14:20 +08:00
|
|
|
src/audio/multiband_drc/* @johnylin76 @cujomalainey @dgreid
|
2018-11-28 21:09:47 +08:00
|
|
|
|
2019-01-12 02:04:11 +08:00
|
|
|
# platforms
|
2018-11-28 21:09:47 +08:00
|
|
|
src/platform/baytrail/* @xiulipan
|
2019-01-14 10:15:37 +08:00
|
|
|
src/platform/haswell/* @xiulipan @randerwang
|
2019-01-24 18:27:11 +08:00
|
|
|
src/platform/suecreek/* @lyakh
|
2020-03-25 02:47:24 +08:00
|
|
|
src/arch/xtensa/debug/gdb/* @mrajwa
|
2020-01-02 20:43:29 +08:00
|
|
|
src/platform/imx8/** @dbaluta
|
2018-11-28 21:09:47 +08:00
|
|
|
|
|
|
|
# drivers
|
2020-08-11 02:59:29 +08:00
|
|
|
src/drivers/intel/dmic.c @singalsu
|
2019-01-24 18:27:11 +08:00
|
|
|
src/drivers/intel/cavs/sue-iomux.c @lyakh
|
2019-01-14 10:15:37 +08:00
|
|
|
src/drivers/intel/haswell/* @randerwang
|
2020-01-02 20:43:29 +08:00
|
|
|
src/drivers/imx/** @dbaluta
|
2019-01-24 18:27:11 +08:00
|
|
|
src/drivers/dw/* @lyakh
|
2018-11-28 21:09:47 +08:00
|
|
|
|
|
|
|
# other libs
|
|
|
|
src/math/* @singalsu
|
2018-12-02 07:01:10 +08:00
|
|
|
src/ipc/* @xiulipan @bardliao
|
2020-03-25 02:47:24 +08:00
|
|
|
src/drivers/intel/cavs/sue-ipc.c @lyakh
|
2018-12-05 09:01:42 +08:00
|
|
|
src/lib/* @libinyang
|
2020-09-03 20:24:11 +08:00
|
|
|
src/debug/gdb/* @mrajwa
|
|
|
|
src/schedule @mrajwa
|
2018-11-28 01:22:11 +08:00
|
|
|
|
2018-11-28 21:09:47 +08:00
|
|
|
# other helpers
|
2020-08-11 03:01:58 +08:00
|
|
|
# Mostly overridden by *.(ba)sh below
|
2020-04-04 09:43:49 +08:00
|
|
|
scripts/* @xiulipan @marc-hb
|
2018-11-28 21:09:47 +08:00
|
|
|
|
2021-01-08 04:08:23 +08:00
|
|
|
# tools(old 'soft' repo)
|
2019-04-01 18:06:16 +08:00
|
|
|
tools/logger/* @xiulipan @bkokoszx @akloniex
|
2018-11-28 21:09:47 +08:00
|
|
|
tools/topology/* @ranj063 @xiulipan
|
2020-03-25 02:47:24 +08:00
|
|
|
tools/testbench/* @ranj063
|
2018-11-28 21:09:47 +08:00
|
|
|
tools/test/* @xiulipan
|
2018-12-04 22:25:18 +08:00
|
|
|
tools/test/audio/* @singalsu
|
2020-03-25 02:47:24 +08:00
|
|
|
tools/ctl/* @singalsu
|
2018-12-04 22:25:18 +08:00
|
|
|
tools/tune/* @singalsu
|
2020-11-24 05:49:41 +08:00
|
|
|
tools/tune/crossover/* @cujomalainey @johnylin76 @dgreid
|
|
|
|
tools/tune/dcblock/* @cujomalainey @johnylin76 @dgreid
|
|
|
|
tools/tune/drc/* @cujomalainey @johnylin76 @dgreid
|
2020-10-28 08:23:46 +08:00
|
|
|
tools/oss-fuzz/* @cujomalainey
|
2018-11-28 21:09:47 +08:00
|
|
|
|
2019-01-23 01:30:00 +08:00
|
|
|
# build system
|
2021-01-08 04:08:23 +08:00
|
|
|
# **/CMakeLists.txt
|
|
|
|
# **/Kconfig
|
|
|
|
# scripts/cmake/**
|
|
|
|
# scripts/kconfig/**
|
2019-01-23 01:30:00 +08:00
|
|
|
|
2021-01-08 04:08:23 +08:00
|
|
|
*.sh @marc-hb
|
|
|
|
*.bash @marc-hb
|
2019-04-01 18:06:16 +08:00
|
|
|
*trace.* @xiulipan @akloniex
|
2018-11-22 22:36:22 +08:00
|
|
|
|
2021-01-30 05:13:03 +08:00
|
|
|
/.github/ @dbaluta @cujomalainey @xiulipan @lgirdwood @marc-hb @zrombel
|
2021-01-28 10:16:47 +08:00
|
|
|
|
2018-11-22 00:25:57 +08:00
|
|
|
# You can also use email addresses if you prefer.
|
|
|
|
#docs/* docs@example.com
|