From c336672cb0dd1f7677b446803a8b18db7b42bf96 Mon Sep 17 00:00:00 2001 From: Viorel Suman Date: Mon, 30 Mar 2020 19:02:23 +0300 Subject: MLK-23725-3: ASoC: fsl_xcvr: fix CS comment Fix Channel Status comments. Signed-off-by: Viorel Suman Reviewed-by: Shengjiu Wang --- sound/soc/fsl/fsl_xcvr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sound/soc/fsl/fsl_xcvr.c') diff --git a/sound/soc/fsl/fsl_xcvr.c b/sound/soc/fsl/fsl_xcvr.c index 295d79d57eee..033baf8b7cd0 100644 --- a/sound/soc/fsl/fsl_xcvr.c +++ b/sound/soc/fsl/fsl_xcvr.c @@ -569,7 +569,7 @@ static int fsl_xcvr_tx_cs_put(struct snd_kcontrol *kcontrol, } static struct snd_kcontrol_new fsl_xcvr_rx_ctls[] = { - /* Status chanel controller */ + /* Channel status controller */ { .iface = SNDRV_CTL_ELEM_IFACE_PCM, .name = SNDRV_CTL_NAME_IEC958("", CAPTURE, DEFAULT), @@ -588,7 +588,7 @@ static struct snd_kcontrol_new fsl_xcvr_rx_ctls[] = { }; static struct snd_kcontrol_new fsl_xcvr_tx_ctls[] = { - /* Status chanel controller */ + /* Channel status controller */ { .iface = SNDRV_CTL_ELEM_IFACE_PCM, .name = SNDRV_CTL_NAME_IEC958("", PLAYBACK, DEFAULT), -- cgit v1.2.3