diff options
Diffstat (limited to 'drivers/soundwire/intel.c')
-rw-r--r-- | drivers/soundwire/intel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/soundwire/intel.c b/drivers/soundwire/intel.c index 31336b0271b0..60293a00a14e 100644 --- a/drivers/soundwire/intel.c +++ b/drivers/soundwire/intel.c | |||
@@ -715,8 +715,8 @@ static int intel_create_dai(struct sdw_cdns *cdns, | |||
715 | return -ENOMEM; | 715 | return -ENOMEM; |
716 | } | 716 | } |
717 | 717 | ||
718 | dais[i].playback.channels_min = 1; | 718 | dais[i].capture.channels_min = 1; |
719 | dais[i].playback.channels_max = max_ch; | 719 | dais[i].capture.channels_max = max_ch; |
720 | dais[i].capture.rates = SNDRV_PCM_RATE_48000; | 720 | dais[i].capture.rates = SNDRV_PCM_RATE_48000; |
721 | dais[i].capture.formats = SNDRV_PCM_FMTBIT_S16_LE; | 721 | dais[i].capture.formats = SNDRV_PCM_FMTBIT_S16_LE; |
722 | } | 722 | } |