Loading sound/soc/msm/msm-dai-fe.c +3 −3 Original line number Diff line number Diff line Loading @@ -1935,13 +1935,13 @@ static struct snd_soc_dai_driver msm_fe_dais[] = { .capture = { .stream_name = "CPE Listen Audio capture", .aif_name = "CPE_LSM_UL_HL", .rates = SNDRV_PCM_RATE_16000, .rates = SNDRV_PCM_RATE_8000_48000, .formats = (SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S24_LE), .channels_min = 1, .channels_max = 1, .rate_min = 16000, .rate_max = 16000, .rate_min = 8000, .rate_max = 48000, }, .ops = &msm_fe_dai_ops, .name = "CPE_LSM_NOHOST", Loading Loading
sound/soc/msm/msm-dai-fe.c +3 −3 Original line number Diff line number Diff line Loading @@ -1935,13 +1935,13 @@ static struct snd_soc_dai_driver msm_fe_dais[] = { .capture = { .stream_name = "CPE Listen Audio capture", .aif_name = "CPE_LSM_UL_HL", .rates = SNDRV_PCM_RATE_16000, .rates = SNDRV_PCM_RATE_8000_48000, .formats = (SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S24_LE), .channels_min = 1, .channels_max = 1, .rate_min = 16000, .rate_max = 16000, .rate_min = 8000, .rate_max = 48000, }, .ops = &msm_fe_dai_ops, .name = "CPE_LSM_NOHOST", Loading