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
|
2022-01-11 20:11:49 +08:00
|
|
|
src/include/ipc/** @randerwang @marcinszkudlinski
|
2019-05-31 21:04:48 +08:00
|
|
|
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
|
2021-06-05 04:32:44 +08:00
|
|
|
src/include/sof/audio/codec_adapter/* @cujomalainey @mrajwa @dbaluta
|
2021-08-04 18:59:29 +08:00
|
|
|
src/include/sof/drivers/acp_dai_dma.h @bhiregoudar @sunilkumardommati
|
2021-10-05 13:04:44 +08:00
|
|
|
src/include/sof/drivers/afe* @yaochunhung
|
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
|
2022-05-28 06:12:47 +08:00
|
|
|
src/audio/dcblock* @thesofproject/google
|
|
|
|
src/audio/crossover* @thesofproject/google
|
2020-05-12 00:19:11 +08:00
|
|
|
src/audio/tdfb* @singalsu
|
2022-05-28 06:12:47 +08:00
|
|
|
src/audio/drc/* @thesofproject/google
|
|
|
|
src/audio/multiband_drc/* @thesofproject/google
|
2021-06-05 04:32:44 +08:00
|
|
|
src/audio/codec_adapter/* @cujomalainey @mrajwa @dbaluta
|
2022-05-28 06:12:47 +08:00
|
|
|
src/audio/google_hotword_detect.c @thesofproject/google
|
2018-11-28 21:09:47 +08:00
|
|
|
|
2019-01-12 02:04:11 +08:00
|
|
|
# platforms
|
2021-03-19 02:14:25 +08:00
|
|
|
src/platform/haswell/* @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
|
2021-08-04 18:59:29 +08:00
|
|
|
src/platform/amd/** @bhiregoudar @sunilkumardommati
|
2021-10-05 13:04:44 +08:00
|
|
|
src/platform/mt8195/** @yaochunhung @kuanhsuncheng
|
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
|
2021-08-04 18:59:29 +08:00
|
|
|
src/drivers/amd/* @bhiregoudar @sunilkumardommati
|
2021-10-05 13:04:44 +08:00
|
|
|
src/drivers/mediatek/mt8195/* @yaochunhung @kuanhsuncheng
|
2018-11-28 21:09:47 +08:00
|
|
|
|
|
|
|
# other libs
|
|
|
|
src/math/* @singalsu
|
2022-01-11 20:11:49 +08:00
|
|
|
src/ipc/* @bardliao @marcinszkudlinski
|
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
|
2022-04-23 06:24:19 +08:00
|
|
|
scripts/* @marc-hb @aborisovich
|
2018-11-28 21:09:47 +08:00
|
|
|
|
2021-01-08 04:08:23 +08:00
|
|
|
# tools(old 'soft' repo)
|
2021-03-19 02:14:25 +08:00
|
|
|
tools/logger/* @bkokoszx @akloniex
|
|
|
|
tools/topology/* @ranj063
|
2020-03-25 02:47:24 +08:00
|
|
|
tools/testbench/* @ranj063
|
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
|
2022-05-28 06:12:47 +08:00
|
|
|
tools/tune/crossover/* @thesofproject/google
|
|
|
|
tools/tune/dcblock/* @thesofproject/google
|
|
|
|
tools/tune/drc/* @thesofproject/google
|
|
|
|
tools/oss-fuzz/* @thesofproject/google
|
2018-11-28 21:09:47 +08:00
|
|
|
|
2019-01-23 01:30:00 +08:00
|
|
|
# build system
|
2022-04-23 06:24:19 +08:00
|
|
|
**/CMakeLists.txt @marc-hb @aborisovich
|
2021-01-08 04:08:23 +08:00
|
|
|
# **/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
|
2021-03-19 02:14:25 +08:00
|
|
|
*trace.* @akloniex
|
2018-11-22 22:36:22 +08:00
|
|
|
|
2022-04-23 06:24:19 +08:00
|
|
|
/.github/ @dbaluta @cujomalainey @lgirdwood @marc-hb @aborisovich
|
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
|