mirror of https://gitee.com/openkylin/linux.git
ASoC: Display S3C IISv2 mode and MS errors by default
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
af3ea7bdc7
commit
38e43c81a0
|
@ -295,7 +295,7 @@ static int s3c2412_i2s_set_fmt(struct snd_soc_dai *cpu_dai,
|
||||||
iismod |= IISMOD_MASTER;
|
iismod |= IISMOD_MASTER;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
pr_debug("unknwon master/slave format\n");
|
pr_err("unknwon master/slave format\n");
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -312,7 +312,7 @@ static int s3c2412_i2s_set_fmt(struct snd_soc_dai *cpu_dai,
|
||||||
iismod |= S3C2412_IISMOD_SDF_IIS;
|
iismod |= S3C2412_IISMOD_SDF_IIS;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
pr_debug("Unknown data format\n");
|
pr_err("Unknown data format\n");
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue