diff options
Diffstat (limited to 'sound/soc/imx/imx-ssi.c')
| -rw-r--r-- | sound/soc/imx/imx-ssi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/imx/imx-ssi.c b/sound/soc/imx/imx-ssi.c index d2d98c75ee8a..ad21f814e6a1 100644 --- a/sound/soc/imx/imx-ssi.c +++ b/sound/soc/imx/imx-ssi.c | |||
| @@ -456,13 +456,13 @@ static int imx_ssi_dai_probe(struct snd_soc_dai *dai) | |||
| 456 | static struct snd_soc_dai_driver imx_ssi_dai = { | 456 | static struct snd_soc_dai_driver imx_ssi_dai = { |
| 457 | .probe = imx_ssi_dai_probe, | 457 | .probe = imx_ssi_dai_probe, |
| 458 | .playback = { | 458 | .playback = { |
| 459 | .channels_min = 2, | 459 | .channels_min = 1, |
| 460 | .channels_max = 2, | 460 | .channels_max = 2, |
| 461 | .rates = SNDRV_PCM_RATE_8000_96000, | 461 | .rates = SNDRV_PCM_RATE_8000_96000, |
| 462 | .formats = SNDRV_PCM_FMTBIT_S16_LE, | 462 | .formats = SNDRV_PCM_FMTBIT_S16_LE, |
| 463 | }, | 463 | }, |
| 464 | .capture = { | 464 | .capture = { |
| 465 | .channels_min = 2, | 465 | .channels_min = 1, |
| 466 | .channels_max = 2, | 466 | .channels_max = 2, |
| 467 | .rates = SNDRV_PCM_RATE_8000_96000, | 467 | .rates = SNDRV_PCM_RATE_8000_96000, |
| 468 | .formats = SNDRV_PCM_FMTBIT_S16_LE, | 468 | .formats = SNDRV_PCM_FMTBIT_S16_LE, |
