ASoC: codecs: cx2072x: remove unused struct 'cx2072x_eq_ctrl'
authorDr. David Alan Gilbert <linux@treblig.org>
Sat, 1 Jun 2024 22:54:46 +0000 (23:54 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 3 Jun 2024 14:59:28 +0000 (15:59 +0100)
'cx2072x_eq_ctrl' has been unused since the original
commit a497a4363706 ("ASoC: Add support for Conexant CX2072X CODEC").

Remove it.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Link: https://msgid.link/r/20240601225446.183505-4-linux@treblig.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/cx2072x.c

index e8e22b1a1963b2f9e22130f4d5a5918e74f4ce36..8cfec8dcf83966d1ad18aef3f6ebdb7ecc699b7e 100644 (file)
@@ -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)