mirror of
https://github.com/torvalds/linux.git
synced 2024-11-06 12:11:59 +00:00
ASoC: pxa-ssp increase max_channels to 8
When running in TDM mode there can be more than 2 channels used. Datasheet has figures for upto 8 channels so increase max_channels on all SSP interfaces to this figure. Signed-off-by: Graeme Gregory <dp@xora.org.uk> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
2c9ee33d37
commit
f34762b647
@ -760,13 +760,13 @@ struct snd_soc_dai pxa_ssp_dai[] = {
|
||||
.resume = pxa_ssp_resume,
|
||||
.playback = {
|
||||
.channels_min = 1,
|
||||
.channels_max = 2,
|
||||
.channels_max = 8,
|
||||
.rates = PXA_SSP_RATES,
|
||||
.formats = PXA_SSP_FORMATS,
|
||||
},
|
||||
.capture = {
|
||||
.channels_min = 1,
|
||||
.channels_max = 2,
|
||||
.channels_max = 8,
|
||||
.rates = PXA_SSP_RATES,
|
||||
.formats = PXA_SSP_FORMATS,
|
||||
},
|
||||
@ -780,13 +780,13 @@ struct snd_soc_dai pxa_ssp_dai[] = {
|
||||
.resume = pxa_ssp_resume,
|
||||
.playback = {
|
||||
.channels_min = 1,
|
||||
.channels_max = 2,
|
||||
.channels_max = 8,
|
||||
.rates = PXA_SSP_RATES,
|
||||
.formats = PXA_SSP_FORMATS,
|
||||
},
|
||||
.capture = {
|
||||
.channels_min = 1,
|
||||
.channels_max = 2,
|
||||
.channels_max = 8,
|
||||
.rates = PXA_SSP_RATES,
|
||||
.formats = PXA_SSP_FORMATS,
|
||||
},
|
||||
@ -801,13 +801,13 @@ struct snd_soc_dai pxa_ssp_dai[] = {
|
||||
.resume = pxa_ssp_resume,
|
||||
.playback = {
|
||||
.channels_min = 1,
|
||||
.channels_max = 2,
|
||||
.channels_max = 8,
|
||||
.rates = PXA_SSP_RATES,
|
||||
.formats = PXA_SSP_FORMATS,
|
||||
},
|
||||
.capture = {
|
||||
.channels_min = 1,
|
||||
.channels_max = 2,
|
||||
.channels_max = 8,
|
||||
.rates = PXA_SSP_RATES,
|
||||
.formats = PXA_SSP_FORMATS,
|
||||
},
|
||||
@ -822,13 +822,13 @@ struct snd_soc_dai pxa_ssp_dai[] = {
|
||||
.resume = pxa_ssp_resume,
|
||||
.playback = {
|
||||
.channels_min = 1,
|
||||
.channels_max = 2,
|
||||
.channels_max = 8,
|
||||
.rates = PXA_SSP_RATES,
|
||||
.formats = PXA_SSP_FORMATS,
|
||||
},
|
||||
.capture = {
|
||||
.channels_min = 1,
|
||||
.channels_max = 2,
|
||||
.channels_max = 8,
|
||||
.rates = PXA_SSP_RATES,
|
||||
.formats = PXA_SSP_FORMATS,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user