mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-29 14:55:12 +00:00
ALSA: sound/spi: patch for the unuseful variable removal
The '*bitclk' of structure 'snd_at73c213' seems no use, so I make a patch to remove the unnecessary variable. Signed-off-by: Wan ZongShun <mcuos.com@gmail.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
f534116308
commit
ff8bd64eaf
@ -69,7 +69,6 @@ struct snd_at73c213 {
|
||||
int irq;
|
||||
int period;
|
||||
unsigned long bitrate;
|
||||
struct clk *bitclk;
|
||||
struct ssc_device *ssc;
|
||||
struct spi_device *spi;
|
||||
u8 spi_wbuffer[2];
|
||||
|
Loading…
x
Reference in New Issue
Block a user