diff options
Diffstat (limited to 'include/sound/ad1848.h')
-rw-r--r-- | include/sound/ad1848.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/sound/ad1848.h b/include/sound/ad1848.h index b2c3f00a9b35..d04f9e78c7c1 100644 --- a/include/sound/ad1848.h +++ b/include/sound/ad1848.h | |||
@@ -2,7 +2,7 @@ | |||
2 | #define __SOUND_AD1848_H | 2 | #define __SOUND_AD1848_H |
3 | 3 | ||
4 | /* | 4 | /* |
5 | * Copyright (c) by Jaroslav Kysela <perex@suse.cz> | 5 | * Copyright (c) by Jaroslav Kysela <perex@perex.cz> |
6 | * Definitions for AD1847/AD1848/CS4248 chips | 6 | * Definitions for AD1847/AD1848/CS4248 chips |
7 | * | 7 | * |
8 | * | 8 | * |
@@ -27,7 +27,7 @@ | |||
27 | 27 | ||
28 | /* IO ports */ | 28 | /* IO ports */ |
29 | 29 | ||
30 | #define AD1848P( codec, x ) ( (chip) -> port + c_d_c_AD1848##x ) | 30 | #define AD1848P( chip, x ) ( (chip) -> port + c_d_c_AD1848##x ) |
31 | 31 | ||
32 | #define c_d_c_AD1848REGSEL 0 | 32 | #define c_d_c_AD1848REGSEL 0 |
33 | #define c_d_c_AD1848REG 1 | 33 | #define c_d_c_AD1848REG 1 |
@@ -154,7 +154,6 @@ struct snd_ad1848 { | |||
154 | #endif | 154 | #endif |
155 | 155 | ||
156 | spinlock_t reg_lock; | 156 | spinlock_t reg_lock; |
157 | struct mutex open_mutex; | ||
158 | }; | 157 | }; |
159 | 158 | ||
160 | /* exported functions */ | 159 | /* exported functions */ |