diff options
Diffstat (limited to 'sound/soc/soc-core.c')
-rw-r--r-- | sound/soc/soc-core.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c index ef8f28284cb9..8b900a842677 100644 --- a/sound/soc/soc-core.c +++ b/sound/soc/soc-core.c | |||
@@ -1427,9 +1427,9 @@ EXPORT_SYMBOL_GPL(snd_soc_update_bits); | |||
1427 | * | 1427 | * |
1428 | * Returns 1 for change else 0. | 1428 | * Returns 1 for change else 0. |
1429 | */ | 1429 | */ |
1430 | static int snd_soc_update_bits_locked(struct snd_soc_codec *codec, | 1430 | int snd_soc_update_bits_locked(struct snd_soc_codec *codec, |
1431 | unsigned short reg, unsigned int mask, | 1431 | unsigned short reg, unsigned int mask, |
1432 | unsigned int value) | 1432 | unsigned int value) |
1433 | { | 1433 | { |
1434 | int change; | 1434 | int change; |
1435 | 1435 | ||
@@ -1439,6 +1439,7 @@ static int snd_soc_update_bits_locked(struct snd_soc_codec *codec, | |||
1439 | 1439 | ||
1440 | return change; | 1440 | return change; |
1441 | } | 1441 | } |
1442 | EXPORT_SYMBOL_GPL(snd_soc_update_bits_locked); | ||
1442 | 1443 | ||
1443 | /** | 1444 | /** |
1444 | * snd_soc_test_bits - test register for change | 1445 | * snd_soc_test_bits - test register for change |