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: no users/groups matched Line: 12: incorrect codeowner user: singalsu Line: 12: no users/groups matched Line: 13: incorrect codeowner user: ranj063 Line: 13: no users/groups matched Line: 14: incorrect codeowner user: bardliao Line: 14: no users/groups matched Line: 15: incorrect codeowner user: xiulipan Line: 15: incorrect codeowner user: bardliao Line: 15: no users/groups matched Line: 16: incorrect codeowner user: mrajwa Line: 16: no users/groups matched Line: 19: incorrect codeowner user: singalsu Line: 19: no users/groups matched Line: 20: incorrect codeowner user: singalsu Line: 20: 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: 26: incorrect codeowner user: tlauda Line: 26: no users/groups matched Line: 27: incorrect codeowner user: tlauda Line: 27: no users/groups matched Line: 28: incorrect codeowner user: xiulipan Line: 28: no users/groups matched Line: 29: incorrect codeowner user: xiulipan Line: 29: incorrect codeowner user: randerwang Line: 29: no users/groups matched Line: 32: incorrect codeowner user: singalsu Line: 32: no users/groups matched Line: 33: incorrect codeowner user: randerwang Line: 33: no users/groups matched Line: 36: incorrect codeowner user: ranj063 Line: 36: no users/groups matched Line: 37: incorrect codeowner user: singalsu Line: 37: no users/groups matched Line: 38: incorrect codeowner user: xiulipan Line: 38: incorrect codeowner user: bardliao Line: 38: no users/groups matched Line: 39: incorrect codeowner user: libinyang Line: 39: no users/groups matched Line: 40: incorrect codeowner user: mrajwa Line: 40: no users/groups matched Line: 43: incorrect codeowner user: jajanusz Line: 43: no users/groups matched Line: 44: incorrect codeowner user: xiulipan Line: 44: no users/groups matched Line: 45: incorrect codeowner user: xiulipan Line: 45: no users/groups matched Line: 48: incorrect codeowner user: xiulipan Line: 48: no users/groups matched Line: 49: incorrect codeowner user: ranj063 Line: 49: incorrect codeowner user: xiulipan Line: 49: no users/groups matched Line: 50: incorrect codeowner user: xiulipan Line: 50: no users/groups matched Line: 51: incorrect codeowner user: singalsu Line: 51: no users/groups matched Line: 52: incorrect codeowner user: singalsu Line: 52: no users/groups matched Line: 53: incorrect codeowner user: singalsu Line: 53: no users/groups matched Line: 56: incorrect codeowner user: jajanusz Line: 56: no users/groups matched Line: 57: incorrect codeowner user: jajanusz Line: 57: no users/groups matched Line: 58: incorrect codeowner user: jajanusz Line: 58: no users/groups matched Line: 59: incorrect codeowner user: xiulipan Line: 59: no users/groups matched

63 lines
1.5 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
# 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/dmic.h @singalsu
src/include/host/* @ranj063
src/include/uapi/* @bardliao
src/include/uapi/ipc/* @xiulipan @bardliao
src/include/gdb/* @mrajwa
# audio component
src/audio/src* @singalsu
src/audio/eq* @singalsu
src/audio/fir* @singalsu
src/audio/iir* @singalsu
src/audio/tone.c @singalsu
# platforms
src/arch/xtensa/* @tlauda
src/platform/* @tlauda
src/platform/baytrail/* @xiulipan
src/platform/haswell/* @xiulipan @randerwang
# drivers
src/drivers/intel/cavs/dmic.c @singalsu
src/drivers/intel/haswell/* @randerwang
# other libs
src/host/* @ranj063
src/math/* @singalsu
src/ipc/* @xiulipan @bardliao
src/lib/* @libinyang
src/gdb/* @mrajwa
# other helpers
test/* @jajanusz
scripts/* @xiulipan
rimage/* @xiulipan
# tools(old soft)
tools/logger/* @xiulipan
tools/topology/* @ranj063 @xiulipan
tools/test/* @xiulipan
tools/test/audio/* @singalsu
tools/eqctl/* @singalsu
tools/tune/* @singalsu
# related fileds
*.am @jajanusz
*.ac @jajanusz
*.sh @jajanusz
*trace.* @xiulipan
# You can also use email addresses if you prefer.
#docs/* docs@example.com