diff options
author | Steven Toth <stoth@hauppauge.com> | 2006-09-25 12:43:42 -0300 |
---|---|---|
committer | Steven Toth <stoth@hauppauge.com> | 2006-09-25 12:43:42 -0300 |
commit | 9092a672ca84b9625c2f7ed1ec5479505baffdb0 (patch) | |
tree | 6ff375ac67fc96c4eb5f7a7b8022f7c65367ccae /linux/include | |
parent | 100ebe4cb9402ad48873d719f4d66de1aeb4d555 (diff) | |
download | mediapointer-dvb-s2-9092a672ca84b9625c2f7ed1ec5479505baffdb0.tar.gz mediapointer-dvb-s2-9092a672ca84b9625c2f7ed1ec5479505baffdb0.tar.bz2 |
Ensure the WM8775 driver is loaded generically for any board.
From: Steven Toth <stoth@hauppauge.com>
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>
Diffstat (limited to 'linux/include')
-rw-r--r-- | linux/include/media/audiochip.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/linux/include/media/audiochip.h b/linux/include/media/audiochip.h index 1fd4a2207..db8823d45 100644 --- a/linux/include/media/audiochip.h +++ b/linux/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 */ |