forked from thesofproject/sof
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CODEOWNERS
Validating CODEOWNERS rules...
73 lines (61 loc) · 1.9 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# 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 @wwittbrx @zrombel @dbaluta
src/include/uapi/ipc/* @xiulipan @bardliao @wwittbrx @zrombel @dbaluta
src/include/gdb/* @mrajwa
src/include/audio/kpb.h @mrajwa
# audio component
src/audio/src* @singalsu
src/audio/eq* @singalsu
src/audio/fir* @singalsu
src/audio/iir* @singalsu
src/audio/tone.c @singalsu
src/audio/kpb.c @mrajwa
# platforms
src/arch/xtensa/* @tlauda
src/platform/* @tlauda
src/platform/baytrail/* @xiulipan
src/platform/haswell/* @xiulipan @randerwang
src/platform/suecreek/* @lyakh
src/arch/xtensa/gdb/* @mrajwa
# drivers
src/drivers/intel/cavs/dmic.c @singalsu
src/drivers/intel/cavs/sue-iomux.c @lyakh
src/drivers/intel/haswell/* @randerwang
src/drivers/dw/* @lyakh
# other libs
src/host/* @ranj063
src/math/* @singalsu
src/ipc/* @xiulipan @bardliao
src/ipc/sue-ipc.c @lyakh
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
# build system
**/CMakeLists.txt @jajanusz
**/Kconfig @jajanusz
scripts/cmake/** @jajanusz
scripts/kconfig/** @jajanusz
# related fileds
*.sh @jajanusz
*trace.* @xiulipan
# You can also use email addresses if you prefer.
#docs/* docs@example.com