diff options
author | Steven Toth <stoth@hauppauge.com> | 2006-09-25 12:43:42 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-10-03 15:13:48 -0300 |
commit | 3057906df5c9be9c99a181eccac3bc40cf07ad9f (patch) | |
tree | 6a4abffff320d8a7e39cf78958489f40c121e43b /include/media | |
parent | ba7e6f3e3e639de2597afffaae3fda75f6e6082d (diff) | |
download | linux-3057906df5c9be9c99a181eccac3bc40cf07ad9f.tar.bz2 |
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')
-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 { AUDIO_CHIP_TDA9874, AUDIO_CHIP_PIC16C54, /* Provided by msp3400.c */ - AUDIO_CHIP_MSP34XX + AUDIO_CHIP_MSP34XX, + /* Provided by wm8775.c */ + AUDIO_CHIP_WM8775 }; #endif /* AUDIOCHIP_H */ |