commit | b9b4bdd9f1c98388f13591608d574650a9873717 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Thu Nov 17 10:42:40 2005 +0100 |
committer | Jaroslav Kysela <perex@suse.cz> | Tue Jan 03 12:17:03 2006 +0100 |
tree | de8fe568faae12494ba09852cc9a33dfea3a15ae | |
parent | 95a98265eb7b112b3268761053d643635171e219 [diff] |
[ALSA] ac97 - Remove ac9_enum definition from public header Modules: AC97 Codec Remove the definition of ac97_enum struct from the public ac97_codec.h. It's used only in the module. The location of struct ac97_pcm is moved closer to its accessor to improve readability. Signed-off-by: Takashi Iwai <tiwai@suse.de>