On Jan 24, 2016, at 9:37 AM, Andrew Lunn andrew@lunn.ch wrote:
On Sun, Jan 24, 2016 at 12:36:39AM +0200, Aaro Koskinen wrote:
Fix audio on kirkwood-openrd-client:
The audio-controller was left disabled.
The probe fails because cs42l51 is missing #sound-dai-cells.
/sound/simple-audio-card,codec: could not get #sound-dai-cells for /ocp@f1000000/i2c@11000/cs42l51@4a asoc-simple-card sound: parse error -22 asoc-simple-card: probe of sound failed with error -22
The mapping is incorrect:
asoc-simple-card sound: cs42l51-hifi <-> spdif mapping ok
should be:
asoc-simple-card sound: cs42l51-hifi <-> i2s mapping ok
Reported-by: Rick Thomas rbthomas@pobox.com Signed-off-by: Aaro Koskinen aaro.koskinen@iki.fi
It would be good to have a Tested-by: from Rick.
Reviewed-by: Andrew Lunn andrew@lunn.ch
Andrew
If someone will make a .deb I can download, I'll be happy to install it and test it. Please be explicit in describing what and how you want tested.
Rick