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: 10: incorrect codeowner user: jajanusz Line: 10: no users/groups matched Line: 11: incorrect codeowner user: singalsu Line: 11: no users/groups matched Line: 12: incorrect codeowner user: tlauda Line: 12: no users/groups matched Line: 13: incorrect codeowner user: tlauda Line: 13: no users/groups matched Line: 14: incorrect codeowner user: jajanusz Line: 14: no users/groups matched Line: 15: incorrect codeowner user: mwierzbix Line: 15: no users/groups matched Line: 16: incorrect codeowner user: mwierzbix Line: 16: no users/groups matched Line: 17: incorrect codeowner user: singalsu Line: 17: 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: 23: incorrect codeowner user: singalsu Line: 23: no users/groups matched Line: 24: incorrect codeowner user: jajanusz Line: 24: no users/groups matched Line: 25: incorrect codeowner user: jajanusz Line: 25: no users/groups matched

29 lines
1.1 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.
test/* @jajanusz
src/math/* @singalsu
src/arch/xtensa/* @tlauda
src/platform/* @tlauda
*.sh @jajanusz
src/include/sof/preproc*.h @mwierzbix
test/cmocka/include/* @mwierzbix
src/audio/src* @singalsu
src/audio/eq* @singalsu
src/audio/fir* @singalsu
src/audio/iir* @singalsu
src/audio/tone.c @singalsu
src/drivers/intel/cavs/dmic.c @singalsu
src/include/sof/dmic.h @singalsu
*.am @jajanusz
*.ac @jajanusz
# You can also use email addresses if you prefer.
#docs/* docs@example.com