Skip to content

Commit

Permalink
ASoC: cs42l52: Fix build
Browse files Browse the repository at this point in the history
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Mark Brown <broonie@linaro.org>
  • Loading branch information
Mark Brown committed Nov 29, 2013
1 parent 3a85ca9 commit 69ae848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/cs42l52.c
Original file line number Diff line number Diff line change
Expand Up @@ -1232,7 +1232,7 @@ static int cs42l52_i2c_probe(struct i2c_client *i2c_client,

if (of_property_read_u32(i2c_client->dev.of_node,
"cirrus,chgfreq-divisor", &val32) >= 0)
pdata->chgfreq_divisor = val32;
pdata->chgfreq = val32;

pdata->reset_gpio =
of_get_named_gpio(i2c_client->dev.of_node,
Expand Down

0 comments on commit 69ae848

Please sign in to comment.