25 Oct
2013
25 Oct
'13
9:06 a.m.
On Thu, Oct 24, 2013 at 09:29:06AM -0500, Brian Austin wrote:
This patch adds support for grabbing a reset GPIO from platform data and resetting the codec
This doesn't seem to apply against Linus' tree for me and I don't appear to currently be carrying any changes to it. Can you check please? The issue appears to be include/sound, looks like you've got some extra platform data in your tree. Also...
- dev_info(&i2c_client->dev,
"Cirrus Logic CS42L52, Revision: %02X\n", reg & 0xFF);
...this is fine but should be a separate patch, likewise...
-#define CS42L52_MAX_REGISTER 0x34 +#define CS42L52_MAX_REGISTER 0x47
...this.