Skip to content

Commit e44815a

Browse files
jbrun3tbroonie
authored andcommitted
ASoC: meson: cards: remove DT_PREFIX for standard daifmt properties
Standard dai format property don't need the "amlogic," prefix. There nothing amlogic specific about them. Just remove it. Fixes: 435857e ("ASoC: meson: align axg card driver with DT bindings documentation") Signed-off-by: Jerome Brunet <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 0d3f01d commit e44815a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/meson/meson-card-utils.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ unsigned int meson_card_parse_daifmt(struct device_node *node,
119119
struct device_node *framemaster = NULL;
120120
unsigned int daifmt;
121121

122-
daifmt = snd_soc_of_parse_daifmt(node, DT_PREFIX,
122+
daifmt = snd_soc_of_parse_daifmt(node, "",
123123
&bitclkmaster, &framemaster);
124124
daifmt &= ~SND_SOC_DAIFMT_MASTER_MASK;
125125

0 commit comments

Comments
 (0)