Merge "msm_hdmi_codec_rx: lower min sample rate for DP_DAI1"
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

commit
4a24723e3d
@@ -832,9 +832,9 @@ static struct snd_soc_dai_driver msm_ext_disp_audio_codec_rx_dais[] = {
|
|||||||
.stream_name = "Display Port Playback",
|
.stream_name = "Display Port Playback",
|
||||||
.channels_min = 1,
|
.channels_min = 1,
|
||||||
.channels_max = 8,
|
.channels_max = 8,
|
||||||
.rate_min = 44100,
|
.rate_min = 32000,
|
||||||
.rate_max = 192000,
|
.rate_max = 192000,
|
||||||
.rates = SNDRV_PCM_RATE_48000 | SNDRV_PCM_RATE_96000 |
|
.rates = SNDRV_PCM_RATE_32000 | SNDRV_PCM_RATE_48000 | SNDRV_PCM_RATE_96000 |
|
||||||
SNDRV_PCM_RATE_192000 | SNDRV_PCM_RATE_44100,
|
SNDRV_PCM_RATE_192000 | SNDRV_PCM_RATE_44100,
|
||||||
.formats = SNDRV_PCM_FMTBIT_S16_LE |
|
.formats = SNDRV_PCM_FMTBIT_S16_LE |
|
||||||
SNDRV_PCM_FMTBIT_S24_LE |
|
SNDRV_PCM_FMTBIT_S24_LE |
|
||||||
|
Reference in New Issue
Block a user