sof/CODEOWNERS
Line: 5: incorrect codeowner user: lgirdwood Line: 5: incorrect codeowner user: plbossart Line: 5: incorrect codeowner user: mmaka1 Line: 5: incorrect codeowner user: lbetlej Line: 5: incorrect codeowner user: dbaluta Line: 5: incorrect codeowner user: tlauda Line: 5: incorrect codeowner user: jajanusz Line: 5: no users/groups matched Line: 12: incorrect codeowner user: singalsu Line: 12: no users/groups matched Line: 13: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 14: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 15: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 16: incorrect codeowner user: mrajwa Line: 16: no users/groups matched Line: 17: incorrect codeowner user: mrajwa Line: 17: no users/groups matched Line: 18: incorrect codeowner user: akloniex Line: 18: no users/groups matched Line: 21: incorrect codeowner user: singalsu Line: 21: no users/groups matched Line: 22: incorrect codeowner user: singalsu Line: 22: no users/groups matched Line: 23: incorrect codeowner user: singalsu Line: 23: no users/groups matched Line: 24: incorrect codeowner user: singalsu Line: 24: no users/groups matched Line: 25: incorrect codeowner user: singalsu Line: 25: no users/groups matched Line: 26: incorrect codeowner user: mrajwa Line: 26: no users/groups matched Line: 27: incorrect codeowner user: akloniex Line: 27: no users/groups matched Line: 28: incorrect codeowner user: cujomalainey Line: 28: incorrect codeowner user: dgreid Line: 28: no users/groups matched Line: 31: incorrect codeowner user: tlauda Line: 31: no users/groups matched Line: 32: incorrect codeowner user: tlauda Line: 32: no users/groups matched Line: 33: incorrect codeowner user: xiulipan Line: 33: no users/groups matched Line: 34: incorrect codeowner user: xiulipan Line: 34: incorrect codeowner user: randerwang Line: 34: no users/groups matched Line: 35: incorrect codeowner user: lyakh Line: 35: no users/groups matched Line: 36: incorrect codeowner user: mrajwa Line: 36: no users/groups matched Line: 37: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 40: incorrect codeowner user: singalsu Line: 40: no users/groups matched Line: 41: incorrect codeowner user: lyakh Line: 41: no users/groups matched Line: 42: incorrect codeowner user: randerwang Line: 42: no users/groups matched Line: 43: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 44: incorrect codeowner user: lyakh Line: 44: no users/groups matched Line: 47: incorrect codeowner user: singalsu Line: 47: no users/groups matched Line: 48: incorrect codeowner user: xiulipan Line: 48: incorrect codeowner user: bardliao Line: 48: no users/groups matched Line: 49: incorrect codeowner user: lyakh Line: 49: no users/groups matched Line: 50: incorrect codeowner user: libinyang Line: 50: no users/groups matched Line: 51: incorrect codeowner user: mrajwa Line: 51: no users/groups matched Line: 52: incorrect codeowner user: tlauda Line: 52: incorrect codeowner user: mrajwa Line: 52: no users/groups matched Line: 55: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 56: incorrect codeowner user: xiulipan Line: 56: incorrect codeowner user: marc-hb Line: 56: no users/groups matched Line: 59: incorrect codeowner user: xiulipan Line: 59: incorrect codeowner user: bkokoszx Line: 59: incorrect codeowner user: akloniex Line: 59: no users/groups matched Line: 60: incorrect codeowner user: ranj063 Line: 60: incorrect codeowner user: xiulipan Line: 60: no users/groups matched Line: 61: incorrect codeowner user: ranj063 Line: 61: no users/groups matched Line: 62: incorrect codeowner user: xiulipan Line: 62: no users/groups matched Line: 63: incorrect codeowner user: singalsu Line: 63: no users/groups matched Line: 64: incorrect codeowner user: singalsu Line: 64: no users/groups matched Line: 65: incorrect codeowner user: singalsu Line: 65: no users/groups matched Line: 68: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 69: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 70: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 71: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 74: incorrect codeowner user: jajanusz Line: 74: no users/groups matched Line: 75: incorrect codeowner user: xiulipan Line: 75: incorrect codeowner user: akloniex Line: 75: no users/groups matched

79 lines
2.2 KiB
Plaintext

# 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.
* @lgirdwood @plbossart @mmaka1 @lbetlej @dbaluta @tlauda @jajanusz
# 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.
# include files
src/include/sof/drivers/dmic.h @singalsu
src/include/ipc/** @thesofproject/steering-committee
src/include/kernel/** @thesofproject/steering-committee
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
# audio component
src/audio/src* @singalsu
src/audio/eq* @singalsu
src/audio/eq_fir* @singalsu
src/audio/eq_iir* @singalsu
src/audio/tone.c @singalsu
src/audio/kpb.c @mrajwa
src/audio/mux/* @akloniex
src/audio/dcblock* @cujomalainey @dgreid
# platforms
src/arch/xtensa/* @tlauda
src/platform/* @tlauda
src/platform/baytrail/* @xiulipan
src/platform/haswell/* @xiulipan @randerwang
src/platform/suecreek/* @lyakh
src/arch/xtensa/debug/gdb/* @mrajwa
src/platform/imx8/** @dbaluta
# drivers
src/drivers/intel/cavs/dmic.c @singalsu
src/drivers/intel/cavs/sue-iomux.c @lyakh
src/drivers/intel/haswell/* @randerwang
src/drivers/imx/** @dbaluta
src/drivers/dw/* @lyakh
# other libs
src/math/* @singalsu
src/ipc/* @xiulipan @bardliao
src/drivers/intel/cavs/sue-ipc.c @lyakh
src/lib/* @libinyang
src/debug/gdb/* @mrajwa
src/schedule @tlauda @mrajwa
# other helpers
test/** @jajanusz
scripts/* @xiulipan @marc-hb
# tools(old soft)
tools/logger/* @xiulipan @bkokoszx @akloniex
tools/topology/* @ranj063 @xiulipan
tools/testbench/* @ranj063
tools/test/* @xiulipan
tools/test/audio/* @singalsu
tools/ctl/* @singalsu
tools/tune/* @singalsu
# build system
**/CMakeLists.txt @jajanusz
**/Kconfig @jajanusz
scripts/cmake/** @jajanusz
scripts/kconfig/** @jajanusz
# related files
*.sh @jajanusz
*trace.* @xiulipan @akloniex
# You can also use email addresses if you prefer.
#docs/* docs@example.com