summaryrefslogtreecommitdiff
path: root/cras/src/dsp/eq2.h
diff options
context:
space:
mode:
Diffstat (limited to 'cras/src/dsp/eq2.h')
-rw-r--r--cras/src/dsp/eq2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cras/src/dsp/eq2.h b/cras/src/dsp/eq2.h
index dfa9a1df..9a9eed66 100644
--- a/cras/src/dsp/eq2.h
+++ b/cras/src/dsp/eq2.h
@@ -39,8 +39,8 @@ void eq2_free(struct eq2 *eq2);
* Returns:
* 0 if success. -1 if the eq has no room for more biquads.
*/
-int eq2_append_biquad(struct eq2 *eq2, int channel, enum biquad_type type,
- float freq, float Q, float gain);
+int eq2_append_biquad(struct eq2 *eq2, int channel,
+ enum biquad_type type, float freq, float Q, float gain);
/* Append a biquad filter to an EQ2. An EQ2 can have at most MAX_BIQUADS_PER_EQ2
* biquad filters. This is similar to eq2_append_biquad(), but it specifies the