mirror of https://github.com/thesofproject/sof.git
Merge pull request #616 from singalsu/add_codeowners_singalsu
CODEOWNERS: Add SRC; EQ, FIR, IIR, tone, and DMIC to singalsu
This commit is contained in:
commit
77e96abba6
|
@ -14,5 +14,12 @@ src/platform/* @tlauda
|
||||||
*.sh @jajanusz
|
*.sh @jajanusz
|
||||||
src/include/sof/preproc*.h @mwierzbix
|
src/include/sof/preproc*.h @mwierzbix
|
||||||
test/cmocka/include/* @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
|
||||||
# You can also use email addresses if you prefer.
|
# You can also use email addresses if you prefer.
|
||||||
#docs/* docs@example.com
|
#docs/* docs@example.com
|
||||||
|
|
Loading…
Reference in New Issue