mirror of
https://github.com/torvalds/linux.git
synced 2026-07-29 10:41:49 +02:00
ASoC: codecs: lpass-rx-macro: remove unused struct 'rx_macro_reg_mask_val'
'rx_macro_reg_mask_val' is unused since the original
commit af3d54b997 ("ASoC: codecs: lpass-rx-macro: add support for
lpass rx macro").
Remove it.
Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Link: https://msgid.link/r/20240601225446.183505-2-linux@treblig.org
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
4ac0f06ca0
commit
44e55f9de9
|
|
@ -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 {
|
||||
INTERP_HPHL,
|
||||
INTERP_HPHR,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user