ASoC: mchp-spdifrx: remove struct mchp_spdifrx_dev::fmt member
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>
This commit is contained in:
Родитель
36187a67ab
Коммит
ddce4aecca
|
@ -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;
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче