Skip to content

Commit 27b99b4

Browse files
Nathan LeeChromeos LUCI
Nathan Lee
authored and
Chromeos LUCI
committed
cras: dsp: Removed unused C files
Remove the C files that have been completely ported into rust codes. These C files have a copy in cras/src/dsp/c and are currently only used for unit tests. BUG=b:352433455 TEST=bazel test //... Change-Id: I05d6a1d4bc41f6a48cd429db7f44298f4a93d97d Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/adhd/+/5815951 Reviewed-by: Li-Yu Yu <[email protected]> Tested-by: [email protected] <[email protected]> Auto-Submit: Nathan Lee <[email protected]> Commit-Queue: Nathan Lee <[email protected]>
1 parent 8ba89ce commit 27b99b4

File tree

9 files changed

+0
-1785
lines changed

9 files changed

+0
-1785
lines changed

cras/src/dsp/BUILD.bazel

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,6 @@ cc_library(
5454
],
5555
)
5656

57-
cc_library(
58-
name = "eq",
59-
srcs = ["eq.c"],
60-
hdrs = ["eq.h"],
61-
visibility = ["//cras/benchmark:__pkg__"],
62-
deps = [
63-
":biquad",
64-
"@thesofproject_sof",
65-
],
66-
)
67-
6857
cc_library(
6958
name = "eq2",
7059
srcs = ["eq2.c"],
@@ -113,18 +102,6 @@ cc_library(
113102
],
114103
)
115104

116-
cc_library(
117-
name = "drc_kernel",
118-
srcs = ["drc_kernel.c"],
119-
hdrs = ["drc_kernel.h"],
120-
linkopts = ["-lm"],
121-
deps = [
122-
":drc_math",
123-
"//cras/common:check",
124-
"//cras/include",
125-
],
126-
)
127-
128105
cc_library(
129106
name = "drc_math",
130107
srcs = ["drc_math.c"],

cras/src/dsp/crossover.c

Lines changed: 0 additions & 190 deletions
This file was deleted.

cras/src/dsp/crossover.h

Lines changed: 0 additions & 73 deletions
This file was deleted.

cras/src/dsp/dcblock.c

Lines changed: 0 additions & 70 deletions
This file was deleted.

0 commit comments

Comments
 (0)