diff options
author | Steven Toth <stoth@hauppauge.com> | 2006-09-25 11:43:42 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-10-03 14:13:48 -0400 |
commit | 3057906df5c9be9c99a181eccac3bc40cf07ad9f (patch) | |
tree | 6a4abffff320d8a7e39cf78958489f40c121e43b /include/media/audiochip.h | |
parent | ba7e6f3e3e639de2597afffaae3fda75f6e6082d (diff) |
V4L/DVB (4666): Ensure the WM8775 driver is loaded generically for any board.
A generic change to cards to allow any board to specify whether
it needs the wm8775 module loaded (by the core) or not.
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'include/media/audiochip.h')
-rw-r--r-- | include/media/audiochip.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/media/audiochip.h b/include/media/audiochip.h index 1fd4a2207574..db8823d45a7d 100644 --- a/include/media/audiochip.h +++ b/include/media/audiochip.h | |||
@@ -18,7 +18,9 @@ enum audiochip { | |||
18 | AUDIO_CHIP_TDA9874, | 18 | AUDIO_CHIP_TDA9874, |
19 | AUDIO_CHIP_PIC16C54, | 19 | AUDIO_CHIP_PIC16C54, |
20 | /* Provided by msp3400.c */ | 20 | /* Provided by msp3400.c */ |
21 | AUDIO_CHIP_MSP34XX | 21 | AUDIO_CHIP_MSP34XX, |
22 | /* Provided by wm8775.c */ | ||
23 | AUDIO_CHIP_WM8775 | ||
22 | }; | 24 | }; |
23 | 25 | ||
24 | #endif /* AUDIOCHIP_H */ | 26 | #endif /* AUDIOCHIP_H */ |