diff options
Diffstat (limited to 'sound/soc/soc-dapm.c')
-rw-r--r-- | sound/soc/soc-dapm.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/soc-dapm.c b/sound/soc/soc-dapm.c index 912330b147e0..19fda1339510 100644 --- a/sound/soc/soc-dapm.c +++ b/sound/soc/soc-dapm.c | |||
@@ -2251,6 +2251,10 @@ static int snd_soc_dapm_add_route(struct snd_soc_dapm_context *dapm, | |||
2251 | path->connect = 0; | 2251 | path->connect = 0; |
2252 | return 0; | 2252 | return 0; |
2253 | } | 2253 | } |
2254 | |||
2255 | dapm_mark_dirty(wsource, "Route added"); | ||
2256 | dapm_mark_dirty(wsink, "Route added"); | ||
2257 | |||
2254 | return 0; | 2258 | return 0; |
2255 | 2259 | ||
2256 | err: | 2260 | err: |