summaryrefslogtreecommitdiff
path: root/sound/soc/fsl/fsl_xcvr.c
diff options
context:
space:
mode:
authorViorel Suman <viorel.suman@nxp.com>2020-03-30 19:02:23 +0300
committerViorel Suman <viorel.suman@nxp.com>2020-04-01 16:07:34 +0300
commitc336672cb0dd1f7677b446803a8b18db7b42bf96 (patch)
tree8a8bfb8ca75f444a2bf0c0de4fd7437f5928e222 /sound/soc/fsl/fsl_xcvr.c
parentbbca32f615d9b367a873ea458cb61ffc9c9690b2 (diff)
MLK-23725-3: ASoC: fsl_xcvr: fix CS comment
Fix Channel Status comments. Signed-off-by: Viorel Suman <viorel.suman@nxp.com> Reviewed-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Diffstat (limited to 'sound/soc/fsl/fsl_xcvr.c')
-rw-r--r--sound/soc/fsl/fsl_xcvr.c4
1 files changed, 2 insertions, 2 deletions
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),