Skip to content

Commit

Permalink
ASoC: AMD: Update DA7219 DAI clock name to align with codec updates
Browse files Browse the repository at this point in the history
As the DAI clocks for DA7219 have now been split into BCLK and WCLK,
the clock lookup name needs to be udpated here to select BCLK to
achieve the same functionality as before with regards to DAI clock
gating.

Signed-off-by: Adam Thomson <Adam.Thomson.Opensource@diasemi.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Adam Thomson authored and Mark Brown committed Mar 21, 2019
1 parent d90ba6c commit 8831490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/amd/acp-da7219-max98357a.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ static int cz_da7219_init(struct snd_soc_pcm_runtime *rtd)
return ret;
}

da7219_dai_clk = clk_get(component->dev, "da7219-dai-clks");
da7219_dai_clk = clk_get(component->dev, "da7219-dai-bclk");

ret = snd_soc_card_jack_new(card, "Headset Jack",
SND_JACK_HEADSET | SND_JACK_LINEOUT |
Expand Down

0 comments on commit 8831490

Please sign in to comment.