projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36187a6
)
ASoC: mchp-spdifrx: remove struct mchp_spdifrx_dev::fmt member
author
Claudiu Beznea
<claudiu.beznea@microchip.com>
Mon, 30 Jan 2023 12:06:45 +0000
(14:06 +0200)
committer
Mark Brown
<broonie@kernel.org>
Mon, 30 Jan 2023 18:36:24 +0000
(18:36 +0000)
Remove member fmt of struct mchp_spdifrx_dev as it is not used anywhere.
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Link:
https://lore.kernel.org/r/20230130120647.638049-7-claudiu.beznea@microchip.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/atmel/mchp-spdifrx.c
patch
|
blob
|
history
diff --git
a/sound/soc/atmel/mchp-spdifrx.c
b/sound/soc/atmel/mchp-spdifrx.c
index 90b2fb3a9844356a9560e73852b2006f2c1e2dd9..46fff31321f372481d12826c57f9d17c843f6d59 100644
(file)
--- a/
sound/soc/atmel/mchp-spdifrx.c
+++ b/
sound/soc/atmel/mchp-spdifrx.c
@@
-235,7
+235,6
@@
struct mchp_spdifrx_dev {
struct regmap *regmap;
struct clk *pclk;
struct clk *gclk;
- unsigned int fmt;
unsigned int trigger_enabled;
unsigned int gclk_enabled:1;
};