From 1a049e5fbf2ca9b2687a3477441f13978170633e Mon Sep 17 00:00:00 2001 From: Keyon Jie Date: Tue, 3 Jul 2018 10:41:41 +0800 Subject: [PATCH] [SQUASHME] ASoC: SOF: intel: fix a typo in hda-dai Should be 8 channel for SSP2 Rx, correct it. Signed-off-by: Keyon Jie --- sound/soc/sof/intel/hda-dai.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/sof/intel/hda-dai.c b/sound/soc/sof/intel/hda-dai.c index 9df9c4990eb109..59e41ee6907210 100644 --- a/sound/soc/sof/intel/hda-dai.c +++ b/sound/soc/sof/intel/hda-dai.c @@ -39,7 +39,7 @@ static struct snd_soc_dai_driver skl_dai[] = { .name = "SSP2 Pin", .playback = SOF_DAI_STREAM("ssp2 Tx", 1, 8, SNDRV_PCM_RATE_8000_192000, SKL_FORMATS), - .capture = SOF_DAI_STREAM("ssp2 Rx", 1, 16, + .capture = SOF_DAI_STREAM("ssp2 Rx", 1, 8, SNDRV_PCM_RATE_8000_192000, SKL_FORMATS), }, {