1
0
Fork 0

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>
5.4-rM2-2.2.x-imx-squashed
Viorel Suman 2020-03-30 19:02:23 +03:00
parent bbca32f615
commit c336672cb0
1 changed files with 2 additions and 2 deletions

View File

@ -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),