summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Lavrich <lavrich@google.com>2023-03-17 06:15:18 +0000
committerBryan Lavrich <lavrich@google.com>2023-03-17 06:16:55 +0000
commit133ff5d576322777b803aeb0892272dee1bbdfcd (patch)
tree0ac6b08ff669692b59c6afac7e1af8da6cebc350
parent84c66a951bf04280a8aa355c0ae43ce7d9826391 (diff)
downloadaoc-133ff5d576322777b803aeb0892272dee1bbdfcd.tar.gz
Revert "GKI: aoc/alsa: make args of_xlate_dai_name parameter constant am: 01802e4dec"
This reverts commit 473bf62a4092dedafc8af3676471e87809da85d1. Reason for revert: Needed manual merge first Change-Id: I7f5addd3b465097b53d30fbe91fa7f552e09fe3e
-rw-r--r--alsa/aoc_alsa_path.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/alsa/aoc_alsa_path.c b/alsa/aoc_alsa_path.c
index c0a9952..7983142 100644
--- a/alsa/aoc_alsa_path.c
+++ b/alsa/aoc_alsa_path.c
@@ -2231,7 +2231,7 @@ static const struct snd_soc_dapm_route aoc_routes[] = {
};
static int aoc_of_xlate_dai_name(struct snd_soc_component *component,
- const struct of_phandle_args *args,
+ struct of_phandle_args *args,
const char **dai_name)
{
int i, ret = -EINVAL, head, next;