diff options
Diffstat (limited to 'sound/soc/codecs/mc13783.c')
| -rw-r--r-- | sound/soc/codecs/mc13783.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sound/soc/codecs/mc13783.c b/sound/soc/codecs/mc13783.c index 8f726c063f42..115a40301810 100644 --- a/sound/soc/codecs/mc13783.c +++ b/sound/soc/codecs/mc13783.c | |||
| @@ -659,7 +659,7 @@ static struct snd_soc_dai_driver mc13783_dai_async[] = { | |||
| 659 | .id = MC13783_ID_STEREO_DAC, | 659 | .id = MC13783_ID_STEREO_DAC, |
| 660 | .playback = { | 660 | .playback = { |
| 661 | .stream_name = "Playback", | 661 | .stream_name = "Playback", |
| 662 | .channels_min = 1, | 662 | .channels_min = 2, |
| 663 | .channels_max = 2, | 663 | .channels_max = 2, |
| 664 | .rates = SNDRV_PCM_RATE_8000_96000, | 664 | .rates = SNDRV_PCM_RATE_8000_96000, |
| 665 | .formats = MC13783_FORMATS, | 665 | .formats = MC13783_FORMATS, |
| @@ -670,7 +670,7 @@ static struct snd_soc_dai_driver mc13783_dai_async[] = { | |||
| 670 | .id = MC13783_ID_STEREO_CODEC, | 670 | .id = MC13783_ID_STEREO_CODEC, |
| 671 | .capture = { | 671 | .capture = { |
| 672 | .stream_name = "Capture", | 672 | .stream_name = "Capture", |
| 673 | .channels_min = 1, | 673 | .channels_min = 2, |
| 674 | .channels_max = 2, | 674 | .channels_max = 2, |
| 675 | .rates = MC13783_RATES_RECORD, | 675 | .rates = MC13783_RATES_RECORD, |
| 676 | .formats = MC13783_FORMATS, | 676 | .formats = MC13783_FORMATS, |
| @@ -692,14 +692,14 @@ static struct snd_soc_dai_driver mc13783_dai_sync[] = { | |||
| 692 | .id = MC13783_ID_SYNC, | 692 | .id = MC13783_ID_SYNC, |
| 693 | .playback = { | 693 | .playback = { |
| 694 | .stream_name = "Playback", | 694 | .stream_name = "Playback", |
| 695 | .channels_min = 1, | 695 | .channels_min = 2, |
| 696 | .channels_max = 2, | 696 | .channels_max = 2, |
| 697 | .rates = SNDRV_PCM_RATE_8000_96000, | 697 | .rates = SNDRV_PCM_RATE_8000_96000, |
| 698 | .formats = MC13783_FORMATS, | 698 | .formats = MC13783_FORMATS, |
| 699 | }, | 699 | }, |
| 700 | .capture = { | 700 | .capture = { |
| 701 | .stream_name = "Capture", | 701 | .stream_name = "Capture", |
| 702 | .channels_min = 1, | 702 | .channels_min = 2, |
| 703 | .channels_max = 2, | 703 | .channels_max = 2, |
| 704 | .rates = MC13783_RATES_RECORD, | 704 | .rates = MC13783_RATES_RECORD, |
| 705 | .formats = MC13783_FORMATS, | 705 | .formats = MC13783_FORMATS, |
