Loading sound/soc/msm/msm8226.c +3 −0 Original line number Diff line number Diff line Loading @@ -758,6 +758,9 @@ static int msm_slim_0_tx_be_hw_params_fixup(struct snd_soc_pcm_runtime *rtd, SNDRV_PCM_HW_PARAM_CHANNELS); pr_debug("%s()\n", __func__); param_set_mask(params, SNDRV_PCM_HW_PARAM_FORMAT, slim0_rx_bit_format); rate->min = rate->max = 48000; channels->min = channels->max = msm_slim_0_tx_ch; Loading Loading
sound/soc/msm/msm8226.c +3 −0 Original line number Diff line number Diff line Loading @@ -758,6 +758,9 @@ static int msm_slim_0_tx_be_hw_params_fixup(struct snd_soc_pcm_runtime *rtd, SNDRV_PCM_HW_PARAM_CHANNELS); pr_debug("%s()\n", __func__); param_set_mask(params, SNDRV_PCM_HW_PARAM_FORMAT, slim0_rx_bit_format); rate->min = rate->max = 48000; channels->min = channels->max = msm_slim_0_tx_ch; Loading