ALSA: sound/pci/azt3328.h: no variables for enums

AZF_FREQUENCIES and AZF_GAME_CONFIGS were variables, and this doesn't
seem to have been intended.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: Andreas Mohr <andi@lisas.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

authored by

Adrian Bunk and committed by
Takashi Iwai
6aa1e464 94324841

+2 -2
+2 -2
sound/pci/azt3328.h
··· 94 AZF_FREQ(48000), 95 AZF_FREQ(66200), 96 #undef AZF_FREQ 97 - } AZF_FREQUENCIES; 98 99 /** recording area (see also: playback bit flag definitions) **/ 100 #define IDX_IO_REC_FLAGS 0x20 /* ??, PU:0x0000 */ ··· 210 211 enum { 212 AZF_GAME_LEGACY_IO_PORT = 0x200 213 - } AZF_GAME_CONFIGS; 214 215 #define IDX_GAME_LEGACY_COMPATIBLE 0x00 216 /* in some operation mode, writing anything to this port
··· 94 AZF_FREQ(48000), 95 AZF_FREQ(66200), 96 #undef AZF_FREQ 97 + }; 98 99 /** recording area (see also: playback bit flag definitions) **/ 100 #define IDX_IO_REC_FLAGS 0x20 /* ??, PU:0x0000 */ ··· 210 211 enum { 212 AZF_GAME_LEGACY_IO_PORT = 0x200 213 + }; 214 215 #define IDX_GAME_LEGACY_COMPATIBLE 0x00 216 /* in some operation mode, writing anything to this port