Searched refs:SOUND_BASE (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/cdrom/
H A Dsbpcd.h70 * The SOUND_BASE definition tells if we should try to turn the CD sound
74 * Example: #define SOUND_BASE 0x220 enables the sound card's CD channels
75 * #define SOUND_BASE 0 leaves the soundcard untouched
80 #define SOUND_BASE 0x220 /* <-----------<< sound address of this card or 0 */ macro
158 #ifndef SOUND_BASE
159 #define SOUND_BASE 0 macro
456 #define MIXER_addr SOUND_BASE+4 /* sound card's address register */
457 #define MIXER_data SOUND_BASE+5 /* sound card's data register */
H A Dsbpcd.c158 * SOUND_BASE (in sbpcd.h) accordingly (default: disabled).
5584 * The addresses are obtained from SOUND_BASE (see sbpcd.h).
5586 #if SOUND_BASE
5589 #endif /* SOUND_BASE */

Completed in 132 milliseconds