asoc: msm_hdmi_codec_rx: add 44.1kHz support for DP playback
Change-Id: Iaf45d62b8250c7e54e86018822805ca52a9d5941
Este commit está contenido en:

cometido por
Gerrit - the friendly Code Review server

padre
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",
|
||||
.channels_min = 1,
|
||||
.channels_max = 8,
|
||||
.rate_min = 48000,
|
||||
.rate_min = 44100,
|
||||
.rate_max = 192000,
|
||||
.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 |
|
||||
SNDRV_PCM_FMTBIT_S24_LE |
|
||||
SNDRV_PCM_FMTBIT_S24_3LE,
|
||||
|
Referencia en una nueva incidencia
Block a user