projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ac0f06
)
ASoC: codecs: lpass-rx-macro: remove unused struct 'rx_macro_reg_mask_val'
author
Dr. David Alan Gilbert
<linux@treblig.org>
Sat, 1 Jun 2024 22:54:44 +0000
(23:54 +0100)
committer
Mark Brown
<broonie@kernel.org>
Mon, 3 Jun 2024 14:59:27 +0000
(15:59 +0100)
'rx_macro_reg_mask_val' is unused since the original
commit
af3d54b99764
("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>
sound/soc/codecs/lpass-rx-macro.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/lpass-rx-macro.c
b/sound/soc/codecs/lpass-rx-macro.c
index
f35187d
..
dfb7e4c
100644
(file)
--- a/
sound/soc/codecs/lpass-rx-macro.c
+++ b/
sound/soc/codecs/lpass-rx-macro.c
@@
-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,