aboutsummaryrefslogtreecommitdiff
path: root/include/sound/ak4113.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sound/ak4113.h')
-rw-r--r--include/sound/ak4113.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/ak4113.h b/include/sound/ak4113.h
index 2609048c1d44..3a34f6edc2d1 100644
--- a/include/sound/ak4113.h
+++ b/include/sound/ak4113.h
@@ -286,7 +286,7 @@ struct ak4113 {
ak4113_write_t *write;
ak4113_read_t *read;
void *private_data;
- unsigned int init:1;
+ atomic_t wq_processing;
spinlock_t lock;
unsigned char regmap[AK4113_WRITABLE_REGS];
struct snd_kcontrol *kctls[AK4113_CONTROLS];