From: Takashi Iwai Date: Tue, 15 Jan 2013 10:22:01 +0000 (+0100) Subject: ALSA: hda/sigmatel - Remove superfluous fields from sigmatel_spec X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=9b473e8516c0d6745dd4c0ec69f9c17f14df0469;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git ALSA: hda/sigmatel - Remove superfluous fields from sigmatel_spec Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index ccad9adae928..a7eed73ab34e 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c @@ -187,7 +187,6 @@ struct sigmatel_spec { struct snd_kcontrol_new *mixers[4]; unsigned int num_mixers; - int board_config; unsigned int eapd_switch: 1; unsigned int surr_switch: 1; unsigned int alt_switch: 1;