diff options
| -rw-r--r-- | sound/soc/soc-dapm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/soc-dapm.c b/sound/soc/soc-dapm.c index 0c19f84e661a..ff0bce1a2d2c 100644 --- a/sound/soc/soc-dapm.c +++ b/sound/soc/soc-dapm.c | |||
| @@ -517,8 +517,8 @@ static int soc_dapm_update_bits(struct snd_soc_dapm_context *dapm, | |||
| 517 | { | 517 | { |
| 518 | if (!dapm->component) | 518 | if (!dapm->component) |
| 519 | return -EIO; | 519 | return -EIO; |
| 520 | return snd_soc_component_update_bits_async(dapm->component, reg, | 520 | return snd_soc_component_update_bits(dapm->component, reg, |
| 521 | mask, value); | 521 | mask, value); |
| 522 | } | 522 | } |
| 523 | 523 | ||
| 524 | static int soc_dapm_test_bits(struct snd_soc_dapm_context *dapm, | 524 | static int soc_dapm_test_bits(struct snd_soc_dapm_context *dapm, |
