diff options
Diffstat (limited to 'sound/soc/soc-dsp.c')
-rw-r--r-- | sound/soc/soc-dsp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/soc-dsp.c b/sound/soc/soc-dsp.c index 0dd90d11..1770ee8 100644 --- a/sound/soc/soc-dsp.c +++ b/sound/soc/soc-dsp.c @@ -158,8 +158,8 @@ static int dsp_add_new_paths(struct snd_soc_pcm_runtime *fe, fe_type = snd_soc_dapm_aif_in; be_type = snd_soc_dapm_aif_out; } else { - fe_type = snd_soc_dapm_aif_in; - be_type = snd_soc_dapm_aif_out; + fe_type = snd_soc_dapm_aif_out; + be_type = snd_soc_dapm_aif_in; } /* get number of valid playback paths and their widgets */ |