This repository has been archived by the owner on Dec 5, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CODEOWNERS
Validating CODEOWNERS rules...
73 lines (66 loc) · 3.57 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
# 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
include/sound/sof/control.h @ranj063 @singalsu @dbaluta
include/sound/sof/dai.h @ranj063 @singalsu @juimonen @dbaluta
include/sound/sof/dai-intel.h @ranj063 @singalsu @juimonen
include/sound/sof/header.h @lyakh @ranj063 @keyonjie @juimonen
include/sound/sof/info.h @lyakh @ranj063 @keyonjie @juimonen
include/sound/sof/pm.h @lyakh @ranj063 @keyonjie @juimonen
include/sound/sof/stream.h @lyakh @ranj063 @keyonjie @juimonen
include/sound/sof/topology.h @ranj063 @singalsu @bardliao @juimonen
include/sound/sof/trace.h @juimonen @lyakh @kv2019i
include/sound/sof/xtensa.h @lyakh @xiulipan
include/uapi/sound/sof/abi.h @lyakh @juimonen @dbaluta
include/uapi/sound/sof/eq.h @singalsu @ranj063 @juimonen
include/uapi/sound/sof/fw.h @lyakh @ranj063 @keyonjie @juimonen
include/uapi/sound/sof/header.h @lyakh @ranj063 @keyonjie @juimonen
include/uapi/sound/sof/manifest.h @lyakh @ranj063 @keyonjie @juimonen
include/uapi/sound/sof/tokens.h @lyakh @ranj063 @keyonjie @juimonen
include/uapi/sound/sof/tone.h @singalsu @ranj063 @juimonen
include/uapi/sound/sof/trace.h @juimonen @lyakh @kv2019i
# core parts
sound/soc/sof/compressed @plbossart @dbaluta
sound/soc/sof/control.c @ranj063 @singalsu
sound/soc/sof/core.c @plbossart @dbaluta
sound/soc/sof/debug.c @ranj063 @xiulipan
sound/soc/sof/ipc.c @lyakh @dbaluta
sound/soc/sof/Kconfig @lyakh @dbaluta
sound/soc/sof/loader.c @lyakh @ranj063 @keyonjie @juimonen
sound/soc/sof/Makefile @lyakh @dbaluta
sound/soc/sof/nocodec.c @bardliao @libinyang
sound/soc/sof/ops.* @lyakh @ranj063 @keyonjie
sound/soc/sof/pcm.c @lyakh @ranj063 @keyonjie @juimonen
sound/soc/sof/pm.c @lyakh @ranj063 @keyonjie @juimonen
sound/soc/sof/sof-acpi-dev.c @juimonen @RanderWang
sound/soc/sof/sof-pci-dev.c @lyakh @bardliao @libinyang
sound/soc/sof/sof-priv.h @lyakh @ranj063 @keyonjie @juimonen
sound/soc/sof/topology.c @ranj063 @singalsu @bardliao @juimonen
sound/soc/sof/trace.c @juimonen @lyakh @kv2019i
sound/soc/sof/utils.c @juimonen @lyakh @kv2019i
# intel parts
sound/soc/sof/apl.c @keyonjie @libinyang @bardliao @lyakh
sound/soc/sof/bdw.c @RanderWang @keyonjie
sound/soc/sof/byt.c @juimonen @keyonjie
sound/soc/sof/cnl.c @keyonjie @libinyang @bardliao @RanderWang
sound/soc/sof/hda-bus.c @keyonjie @libinyang @bardliao
sound/soc/sof/hda.c @keyonjie @libinyang @bardliao
sound/soc/sof/hda-codec.c @keyonjie @libinyang @bardliao
sound/soc/sof/hda-ctrl.c @keyonjie @libinyang @bardliao
sound/soc/sof/hda-dai.c @keyonjie @libinyang @bardliao @RanderWang
sound/soc/sof/hda-dsp.c @keyonjie @libinyang @bardliao
sound/soc/sof/hda.h @keyonjie @libinyang @bardliao @lyakh
sound/soc/sof/hda-ipc.c @keyonjie @libinyang @bardliao @lyakh
sound/soc/sof/hda-loader.c @keyonjie @libinyang @bardliao @lyakh
sound/soc/sof/hda-pcm.c @keyonjie @libinyang @bardliao @lyakh
sound/soc/sof/hda-stream.c @keyonjie @libinyang @bardliao @lyakh
sound/soc/sof/hda-trace.c @keyonjie @libinyang @bardliao @lyakh
sound/soc/sof/intel-ipc.c @keyonjie @libinyang @bardliao @lyakh
sound/soc/sof/Kconfig @keyonjie @libinyang
sound/soc/sof/Makefile @keyonjie @libinyang
sound/soc/sof/shim.h @keyonjie @libinyang @bardliao @lyakh @juimonen