ASoC: meson: cards: remove DT_PREFIX for standard daifmt properties
authorJerome Brunet <jbrunet@baylibre.com>
Wed, 29 Jul 2020 15:44:56 +0000 (17:44 +0200)
committerMark Brown <broonie@kernel.org>
Thu, 30 Jul 2020 18:45:02 +0000 (19:45 +0100)
Standard dai format property don't need the "amlogic," prefix.
There nothing amlogic specific about them. Just remove it.

Fixes: 435857e015dc ("ASoC: meson: align axg card driver with DT bindings documentation")
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Link: https://lore.kernel.org/r/20200729154456.1983396-5-jbrunet@baylibre.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/meson/meson-card-utils.c

index 5a4a91c..bacdeaa 100644 (file)
@@ -119,7 +119,7 @@ unsigned int meson_card_parse_daifmt(struct device_node *node,
        struct device_node *framemaster = NULL;
        unsigned int daifmt;
 
-       daifmt = snd_soc_of_parse_daifmt(node, DT_PREFIX,
+       daifmt = snd_soc_of_parse_daifmt(node, "",
                                         &bitclkmaster, &framemaster);
        daifmt &= ~SND_SOC_DAIFMT_MASTER_MASK;