diff options
| -rw-r--r-- | sound/soc/samsung/i2s.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/samsung/i2s.c b/sound/soc/samsung/i2s.c index b302f3b7a587..a7e3519ad7c4 100644 --- a/sound/soc/samsung/i2s.c +++ b/sound/soc/samsung/i2s.c | |||
| @@ -1060,7 +1060,7 @@ static struct i2s_dai *i2s_alloc_dai(struct platform_device *pdev, bool sec) | |||
| 1060 | i2s->i2s_dai_drv.ops = &samsung_i2s_dai_ops; | 1060 | i2s->i2s_dai_drv.ops = &samsung_i2s_dai_ops; |
| 1061 | i2s->i2s_dai_drv.suspend = i2s_suspend; | 1061 | i2s->i2s_dai_drv.suspend = i2s_suspend; |
| 1062 | i2s->i2s_dai_drv.resume = i2s_resume; | 1062 | i2s->i2s_dai_drv.resume = i2s_resume; |
| 1063 | i2s->i2s_dai_drv.playback.channels_min = 2; | 1063 | i2s->i2s_dai_drv.playback.channels_min = 1; |
| 1064 | i2s->i2s_dai_drv.playback.channels_max = 2; | 1064 | i2s->i2s_dai_drv.playback.channels_max = 2; |
| 1065 | i2s->i2s_dai_drv.playback.rates = SAMSUNG_I2S_RATES; | 1065 | i2s->i2s_dai_drv.playback.rates = SAMSUNG_I2S_RATES; |
| 1066 | i2s->i2s_dai_drv.playback.formats = SAMSUNG_I2S_FMTS; | 1066 | i2s->i2s_dai_drv.playback.formats = SAMSUNG_I2S_FMTS; |
