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: mwierzbix Line: 12: no users/groups matched Line: 13: incorrect codeowner user: singalsu Line: 13: no users/groups matched Line: 14: incorrect codeowner user: ranj063 Line: 14: no users/groups matched Line: 15: incorrect codeowner user: xiulipan Line: 15: no users/groups matched Line: 18: incorrect codeowner user: singalsu Line: 18: 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: 25: incorrect codeowner user: tlauda Line: 25: no users/groups matched Line: 26: incorrect codeowner user: tlauda Line: 26: no users/groups matched Line: 27: incorrect codeowner user: xiulipan Line: 27: no users/groups matched Line: 28: incorrect codeowner user: xiulipan Line: 28: no users/groups matched Line: 31: incorrect codeowner user: singalsu Line: 31: no users/groups matched Line: 34: incorrect codeowner user: ranj063 Line: 34: no users/groups matched Line: 35: incorrect codeowner user: singalsu Line: 35: no users/groups matched Line: 36: incorrect codeowner user: xiulipan Line: 36: no users/groups matched Line: 39: incorrect codeowner user: jajanusz Line: 39: no users/groups matched Line: 40: incorrect codeowner user: mwierzbix Line: 40: no users/groups matched Line: 41: incorrect codeowner user: xiulipan Line: 41: no users/groups matched Line: 42: incorrect codeowner user: xiulipan Line: 42: no users/groups matched Line: 45: incorrect codeowner user: xiulipan Line: 45: no users/groups matched Line: 46: incorrect codeowner user: ranj063 Line: 46: incorrect codeowner user: xiulipan Line: 46: no users/groups matched Line: 47: incorrect codeowner user: xiulipan Line: 47: no users/groups matched Line: 50: incorrect codeowner user: jajanusz Line: 50: no users/groups matched Line: 51: incorrect codeowner user: jajanusz Line: 51: no users/groups matched Line: 52: incorrect codeowner user: jajanusz Line: 52: no users/groups matched Line: 53: incorrect codeowner user: xiulipan Line: 53: no users/groups matched

57 lines
1.4 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.
# inlcldue files
src/include/sof/preproc*.h @mwierzbix
src/include/sof/dmic.h @singalsu
src/include/host/* @ranj063
src/include/uapi/ipc/* @xiulipan
# audio component
src/audio/src* @singalsu
src/audio/eq* @singalsu
src/audio/fir* @singalsu
src/audio/iir* @singalsu
src/audio/tone.c @singalsu
# platfroms
src/arch/xtensa/* @tlauda
src/platform/* @tlauda
src/platform/baytrail/* @xiulipan
src/platform/haswell/* @xiulipan
# drivers
src/drivers/intel/cavs/dmic.c @singalsu
# other libs
src/host/* @ranj063
src/math/* @singalsu
src/ipc/* @xiulipan
# other helpers
test/* @jajanusz
test/cmocka/include/* @mwierzbix
scripts/* @xiulipan
rimage/* @xiulipan
# tools(old soft)
tools/logger/* @xiulipan
tools/topology/* @ranj063 @xiulipan
tools/test/* @xiulipan
# related fileds
*.am @jajanusz
*.ac @jajanusz
*.sh @jajanusz
*trace.* @xiulipan
# You can also use email addresses if you prefer.
#docs/* docs@example.com