diff options
Diffstat (limited to 'sound/aoa/aoa.h')
-rw-r--r-- | sound/aoa/aoa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/aoa/aoa.h b/sound/aoa/aoa.h index 378ef1e9879b..541b908f3cdf 100644 --- a/sound/aoa/aoa.h +++ b/sound/aoa/aoa.h | |||
@@ -99,7 +99,7 @@ struct aoa_fabric { | |||
99 | * that are not assigned yet are passed to the fabric | 99 | * that are not assigned yet are passed to the fabric |
100 | * again for reconsideration. */ | 100 | * again for reconsideration. */ |
101 | extern int | 101 | extern int |
102 | aoa_fabric_register(struct aoa_fabric *fabric); | 102 | aoa_fabric_register(struct aoa_fabric *fabric, struct device *dev); |
103 | 103 | ||
104 | /* it is vital to call this when the fabric exits! | 104 | /* it is vital to call this when the fabric exits! |
105 | * When calling, the remove_codec will be called | 105 | * When calling, the remove_codec will be called |