diff options
-rw-r--r-- | sound/soc/s3c24xx/s3c-i2s-v2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/s3c24xx/s3c-i2s-v2.c b/sound/soc/s3c24xx/s3c-i2s-v2.c index ad690b2b83ae..bc4e5044e6ca 100644 --- a/sound/soc/s3c24xx/s3c-i2s-v2.c +++ b/sound/soc/s3c24xx/s3c-i2s-v2.c | |||
@@ -295,7 +295,7 @@ static int s3c2412_i2s_set_fmt(struct snd_soc_dai *cpu_dai, | |||
295 | iismod |= IISMOD_MASTER; | 295 | iismod |= IISMOD_MASTER; |
296 | break; | 296 | break; |
297 | default: | 297 | default: |
298 | pr_debug("unknwon master/slave format\n"); | 298 | pr_err("unknwon master/slave format\n"); |
299 | return -EINVAL; | 299 | return -EINVAL; |
300 | } | 300 | } |
301 | 301 | ||
@@ -312,7 +312,7 @@ static int s3c2412_i2s_set_fmt(struct snd_soc_dai *cpu_dai, | |||
312 | iismod |= S3C2412_IISMOD_SDF_IIS; | 312 | iismod |= S3C2412_IISMOD_SDF_IIS; |
313 | break; | 313 | break; |
314 | default: | 314 | default: |
315 | pr_debug("Unknown data format\n"); | 315 | pr_err("Unknown data format\n"); |
316 | return -EINVAL; | 316 | return -EINVAL; |
317 | } | 317 | } |
318 | 318 | ||