Commit 44e55f9d authored by Dr. David Alan Gilbert's avatar Dr. David Alan Gilbert Committed by Mark Brown

ASoC: codecs: lpass-rx-macro: remove unused struct 'rx_macro_reg_mask_val'

'rx_macro_reg_mask_val' is unused since the original
commit af3d54b9 ("ASoC: codecs: lpass-rx-macro: add support for
lpass rx macro").

Remove it.
Signed-off-by: default avatarDr. David Alan Gilbert <linux@treblig.org>
Link: https://msgid.link/r/20240601225446.183505-2-linux@treblig.orgSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 4ac0f06c
...@@ -463,12 +463,6 @@ static const struct comp_coeff_val comp_coeff_table[HPH_MODE_MAX][COMP_MAX_COEFF ...@@ -463,12 +463,6 @@ static const struct comp_coeff_val comp_coeff_table[HPH_MODE_MAX][COMP_MAX_COEFF
}, },
}; };
struct rx_macro_reg_mask_val {
u16 reg;
u8 mask;
u8 val;
};
enum { enum {
INTERP_HPHL, INTERP_HPHL,
INTERP_HPHR, INTERP_HPHR,
......
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