mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
ASoC: Intel: kbl_da7219_max98927: minor white space clean up
I just added a couple missing tabs. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
2eaa6e2330
commit
9ab2a1bd81
1 changed files with 2 additions and 2 deletions
|
@ -180,14 +180,14 @@ static int kabylake_ssp0_hw_params(struct snd_pcm_substream *substream,
|
|||
ret = snd_soc_dai_set_tdm_slot(codec_dai, 0x30, 3, 8, 16);
|
||||
if (ret < 0) {
|
||||
dev_err(runtime->dev, "DEV0 TDM slot err:%d\n", ret);
|
||||
return ret;
|
||||
return ret;
|
||||
}
|
||||
}
|
||||
if (!strcmp(codec_dai->component->name, MAXIM_DEV1_NAME)) {
|
||||
ret = snd_soc_dai_set_tdm_slot(codec_dai, 0xC0, 3, 8, 16);
|
||||
if (ret < 0) {
|
||||
dev_err(runtime->dev, "DEV1 TDM slot err:%d\n", ret);
|
||||
return ret;
|
||||
return ret;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue