Commits
Nicolin Chen committed 41e08c0cf8b
MLK-11479-01 ASoC: fsl: Use hw_params() and hw_free() to set FLL cherry-pick below patch from v3.14.y: ENGR00273838-7 ASoC: fsl: Use hw_params() and hw_free() to set FLL We followed community way by using set_bias() to set FLL of WM8962. But this can't meet our requirement: aplay -Dhw: 16khz.wav 24khz.wav. Thus use hw_params() and hw_free() instead. Acked-by: Wang Shengjiu <b02247@freescale.com> Signed-off-by: Nicolin Chen <b42378@freescale.com> (cherry picked from commit 8db9a2f44a5eecd02be2259a3783178a521ef2d2)