diff options
author | Krzysztof Helt <krzysztof.h1@wp.pl> | 2008-07-31 21:04:37 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-08-06 15:39:50 +0200 |
commit | 241b3ee70d2d69e88d5c144ce938b1887cd6d3fc (patch) | |
tree | bbd54781110f2e5ff73afaa25fdd5e11e832c669 /include/sound/wss.h | |
parent | 7779f75f072784d3fccf721b8ec43107f93619a0 (diff) | |
download | linux-241b3ee70d2d69e88d5c144ce938b1887cd6d3fc.tar.gz linux-241b3ee70d2d69e88d5c144ce938b1887cd6d3fc.tar.bz2 linux-241b3ee70d2d69e88d5c144ce938b1887cd6d3fc.zip |
ALSA: wss_lib: use struct snd_wss instead of snd_ad1848
The snd_wss is superset of the snd_ad1848 so kill
the latter and replace it with the snd_wss.
Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl>
Reviewed-by: Rene Herman <rene.herman@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
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 { unsigned short mode; /* see to WSS_MODE_XXXX */ unsigned short hardware; /* see to WSS_HW_XXXX */ unsigned short hwshare; /* shared resources */ - unsigned short single_dma:1, /* forced single DMA mode (GUS 16-bit daughter board) or dma1 == dma2 */ - ebus_flag:1; /* SPARC: EBUS present */ + unsigned short single_dma:1, /* forced single DMA mode (GUS 16-bit */ + /* daughter board) or dma1 == dma2 */ + ebus_flag:1, /* SPARC: EBUS present */ + thinkpad_flag:1; /* Thinkpad CS4248 needs extra help */ struct snd_card *card; struct snd_pcm *pcm; |