summaryrefslogtreecommitdiffstats
path: root/sound/pci/ice1712/wm8776.h
diff options
context:
space:
mode:
authorRickard Strandqvist <rickard_strandqvist@spectrumdigital.se>2014-12-20 17:46:02 +0100
committerTakashi Iwai <tiwai@suse.de>2014-12-26 12:22:09 +0100
commitebd8146bba4d1716e2e47cbd5583f6836eeafb48 (patch)
tree162be3a799b5186d4e8f12ce7228ba5e6eb88645 /sound/pci/ice1712/wm8776.h
parentd6795827bd79b28fef1abdaf7e525fcca506b831 (diff)
downloadop-kernel-dev-ebd8146bba4d1716e2e47cbd5583f6836eeafb48.zip
op-kernel-dev-ebd8146bba4d1716e2e47cbd5583f6836eeafb48.tar.gz
ALSA: ice1712: wm8776.c: Remove some unused functions
Removes some functions that are not used anywhere: snd_wm8776_set_master_mode() snd_wm8776_set_adc_if() snd_wm8776_set_dac_if() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/ice1712/wm8776.h')
-rw-r--r--sound/pci/ice1712/wm8776.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/pci/ice1712/wm8776.h b/sound/pci/ice1712/wm8776.h
index 93a2d69..42acef0 100644
--- a/sound/pci/ice1712/wm8776.h
+++ b/sound/pci/ice1712/wm8776.h
@@ -216,9 +216,6 @@ struct snd_wm8776 {
void snd_wm8776_init(struct snd_wm8776 *wm);
void snd_wm8776_resume(struct snd_wm8776 *wm);
-void snd_wm8776_set_dac_if(struct snd_wm8776 *wm, u16 dac);
-void snd_wm8776_set_adc_if(struct snd_wm8776 *wm, u16 adc);
-void snd_wm8776_set_master_mode(struct snd_wm8776 *wm, u16 mode);
void snd_wm8776_set_power(struct snd_wm8776 *wm, u16 power);
void snd_wm8776_volume_restore(struct snd_wm8776 *wm);
int snd_wm8776_build_controls(struct snd_wm8776 *wm);
OpenPOWER on IntegriCloud