Skip to content

Commit

Permalink
ALSA: sound/pci/azt3328.h: no variables for enums
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and Takashi Iwai committed Jul 27, 2008
1 parent 9432484 commit 6aa1e46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sound/pci/azt3328.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ enum azf_freq_t {
AZF_FREQ(48000),
AZF_FREQ(66200),
#undef AZF_FREQ
} AZF_FREQUENCIES;
};

/** recording area (see also: playback bit flag definitions) **/
#define IDX_IO_REC_FLAGS 0x20 /* ??, PU:0x0000 */
Expand Down Expand Up @@ -210,7 +210,7 @@ enum azf_freq_t {

enum {
AZF_GAME_LEGACY_IO_PORT = 0x200
} AZF_GAME_CONFIGS;
};

#define IDX_GAME_LEGACY_COMPATIBLE 0x00
/* in some operation mode, writing anything to this port
Expand Down

0 comments on commit 6aa1e46

Please sign in to comment.