diff options
-rw-r--r-- | sound/core/oss/pcm_plugin.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/core/oss/pcm_plugin.c b/sound/core/oss/pcm_plugin.c index cec2774425ec..0e67dd280a5d 100644 --- a/sound/core/oss/pcm_plugin.c +++ b/sound/core/oss/pcm_plugin.c | |||
@@ -470,7 +470,8 @@ int snd_pcm_plug_format_plugins(struct snd_pcm_substream *plug, | |||
470 | /* format change */ | 470 | /* format change */ |
471 | if (srcformat.format != dstformat.format) { | 471 | if (srcformat.format != dstformat.format) { |
472 | tmpformat.format = dstformat.format; | 472 | tmpformat.format = dstformat.format; |
473 | if (tmpformat.format == SNDRV_PCM_FORMAT_MU_LAW) { | 473 | if (srcformat.format == SNDRV_PCM_FORMAT_MU_LAW || |
474 | tmpformat.format == SNDRV_PCM_FORMAT_MU_LAW) { | ||
474 | err = snd_pcm_plugin_build_mulaw(plug, | 475 | err = snd_pcm_plugin_build_mulaw(plug, |
475 | &srcformat, &tmpformat, | 476 | &srcformat, &tmpformat, |
476 | &plugin); | 477 | &plugin); |