26 Nov
2019
26 Nov
'19
6:04 p.m.
On Sat, Nov 23, 2019 at 12:25:32AM +0100, Michael Walle wrote:
The simple-card tries to signal the codec to disable rate constraints, see commit 2458adb8f92a ("SoC: simple-card-utils: set 0Hz to sysclk when shutdown"). This wasn't handled by the codec, instead it would set the FLL frequency to 0Hz which isn't working. Since we don't have any rate constraints just ignore this request.
Fixes: 13409d27cb39 ("ASoC: wm8904: configure sysclk/FLL automatically") Signed-off-by: Michael Walle michael@walle.cc
Acked-by: Charles Keepax ckeepax@opensource.cirrus.com
Thanks, Charles