Re: [PATCH] ALSA: lola: lola_mixer: Remove some unused functions

2015-01-11 Thread Takashi Iwai
At Sun, 11 Jan 2015 15:24:02 +0100, Rickard Strandqvist wrote: > > Removes some functions that are not used anywhere: > lola_restore_mixer() lola_save_mixer() These are needed (yet-to-be-implemented) suspend/resume for this driver. Takashi > > This was partially found by using a static code a

[PATCH] ALSA: lola: lola_mixer: Remove some unused functions

2015-01-11 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: lola_restore_mixer() lola_save_mixer() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- sound/pci/lola/lola.h |2 -- sound/pci/lola/lola_mixer.c | 43 -