[alsa-devel] [PATCH] ASoC: cs42l52: Fix build
29 Nov
2013
29 Nov
'13
12:42 p.m.
From: Mark Brown broonie@linaro.org
Signed-off-by: Mark Brown broonie@linaro.org --- sound/soc/codecs/cs42l52.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/codecs/cs42l52.c b/sound/soc/codecs/cs42l52.c index 4a47a634f376..0bac6d5a4ac8 100644 --- a/sound/soc/codecs/cs42l52.c +++ b/sound/soc/codecs/cs42l52.c @@ -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,
--
1.8.4.4
4041
Age (days ago)
4041
Last active (days ago)
0 comments
1 participants
participants (1)
-
Mark Brown