diff options
| -rw-r--r-- | sound/soc/sh/rcar/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sh/rcar/core.c b/sound/soc/sh/rcar/core.c index 91880156e1ae..4e86265f625c 100644 --- a/sound/soc/sh/rcar/core.c +++ b/sound/soc/sh/rcar/core.c | |||
| @@ -315,7 +315,7 @@ static void rsnd_dma_of_name(struct rsnd_dma *dma, | |||
| 315 | dst_mod = mod[index]; | 315 | dst_mod = mod[index]; |
| 316 | } else { | 316 | } else { |
| 317 | src_mod = mod[index]; | 317 | src_mod = mod[index]; |
| 318 | dst_mod = mod[index + 1]; | 318 | dst_mod = mod[index - 1]; |
| 319 | } | 319 | } |
| 320 | 320 | ||
| 321 | index = 0; | 321 | index = 0; |
