Commit 8080dde8 authored by Dr. David Alan Gilbert's avatar Dr. David Alan Gilbert Committed by Mark Brown

ASoC: codecs: cx2072x: remove unused struct 'cx2072x_eq_ctrl'

'cx2072x_eq_ctrl' has been unused since the original
commit a497a436 ("ASoC: Add support for Conexant CX2072X CODEC").

Remove it.
Signed-off-by: default avatarDr. David Alan Gilbert <linux@treblig.org>
Link: https://msgid.link/r/20240601225446.183505-4-linux@treblig.orgSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 62ccbe8c
......@@ -63,11 +63,6 @@ static const DECLARE_TLV_DB_SCALE(adc_tlv, -7400, 100, 0);
static const DECLARE_TLV_DB_SCALE(dac_tlv, -7400, 100, 0);
static const DECLARE_TLV_DB_SCALE(boost_tlv, 0, 1200, 0);
struct cx2072x_eq_ctrl {
u8 ch;
u8 band;
};
static const DECLARE_TLV_DB_RANGE(hpf_tlv,
0, 0, TLV_DB_SCALE_ITEM(120, 0, 0),
1, 63, TLV_DB_SCALE_ITEM(30, 30, 0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment