Revert "temporary work-around for not being able to read sysclk from dts for ac10x"
This reverts commit 138d22226e
.
This commit is contained in:
parent
cf2a5fe807
commit
955707d944
1 changed files with 0 additions and 2 deletions
|
@ -457,8 +457,6 @@ static int seeed_voice_card_dai_link_of(struct device_node *node,
|
||||||
#else
|
#else
|
||||||
ret = asoc_simple_parse_clk_codec(dev, codec, dai_link, codec_dai);
|
ret = asoc_simple_parse_clk_codec(dev, codec, dai_link, codec_dai);
|
||||||
#endif
|
#endif
|
||||||
if (!strncmp(dai_link->codecs->dai_name, "ac10", 4))
|
|
||||||
codec_dai->sysclk = 24000000;
|
|
||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
goto dai_link_of_err;
|
goto dai_link_of_err;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue