diff options
Diffstat (limited to 'include/sound/wss.h')
-rw-r--r-- | include/sound/wss.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/sound/wss.h b/include/sound/wss.h index 3b53973f96a7..1e0dc77f0d25 100644 --- a/include/sound/wss.h +++ b/include/sound/wss.h | |||
@@ -77,8 +77,10 @@ struct snd_wss { | |||
77 | unsigned short mode; /* see to WSS_MODE_XXXX */ | 77 | unsigned short mode; /* see to WSS_MODE_XXXX */ |
78 | unsigned short hardware; /* see to WSS_HW_XXXX */ | 78 | unsigned short hardware; /* see to WSS_HW_XXXX */ |
79 | unsigned short hwshare; /* shared resources */ | 79 | unsigned short hwshare; /* shared resources */ |
80 | unsigned short single_dma:1, /* forced single DMA mode (GUS 16-bit daughter board) or dma1 == dma2 */ | 80 | unsigned short single_dma:1, /* forced single DMA mode (GUS 16-bit */ |
81 | ebus_flag:1; /* SPARC: EBUS present */ | 81 | /* daughter board) or dma1 == dma2 */ |
82 | ebus_flag:1, /* SPARC: EBUS present */ | ||
83 | thinkpad_flag:1; /* Thinkpad CS4248 needs extra help */ | ||
82 | 84 | ||
83 | struct snd_card *card; | 85 | struct snd_card *card; |
84 | struct snd_pcm *pcm; | 86 | struct snd_pcm *pcm; |