asoc: msm_hdmi_codec_rx: add 44.1kHz support for DP playback
Change-Id: Iaf45d62b8250c7e54e86018822805ca52a9d5941
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

parent
3ae97cf8fa
commit
5f4dbcb2f5
@@ -832,10 +832,10 @@ 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 = 48000,
|
.rate_min = 44100,
|
||||||
.rate_max = 192000,
|
.rate_max = 192000,
|
||||||
.rates = SNDRV_PCM_RATE_48000 | SNDRV_PCM_RATE_96000 |
|
.rates = SNDRV_PCM_RATE_48000 | SNDRV_PCM_RATE_96000 |
|
||||||
SNDRV_PCM_RATE_192000,
|
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 |
|
||||||
SNDRV_PCM_FMTBIT_S24_3LE,
|
SNDRV_PCM_FMTBIT_S24_3LE,
|
||||||
|
Reference in New Issue
Block a user