summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2023-10-18 20:02:46 +0200
committerTakashi Iwai <tiwai@suse.de>2023-10-18 20:02:46 +0200
commit8e13caa2150b5a1287a1900952d3d7e04363f921 (patch)
tree343e2426dcef4669a1799bf35bc6ee95e107dfd7 /include
parentc8c0a03ec1be6b3f3ec1ce91685351235212db19 (diff)
parente8ecffd9962fe051d53a0761921b26d653b3df6b (diff)
downloadlwn-8e13caa2150b5a1287a1900952d3d7e04363f921.tar.gz
lwn-8e13caa2150b5a1287a1900952d3d7e04363f921.zip
Merge tag 'asoc-fix-v6.6-rc6' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v6.6 A fairly large set of fixes here but all driver specific, the biggest block is Johan's work shaking out issues with device setup and teardown for the wcd938x driver which is a relatively large but clearly broken down set of changes. There is one core helper function added as part of a fix for wsa-macro.
Diffstat (limited to 'include')
-rw-r--r--include/sound/soc-dapm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/soc-dapm.h b/include/sound/soc-dapm.h
index d2faec9a323e..433543eb82b9 100644
--- a/include/sound/soc-dapm.h
+++ b/include/sound/soc-dapm.h
@@ -469,6 +469,7 @@ void snd_soc_dapm_connect_dai_link_widgets(struct snd_soc_card *card);
int snd_soc_dapm_update_dai(struct snd_pcm_substream *substream,
struct snd_pcm_hw_params *params, struct snd_soc_dai *dai);
+int snd_soc_dapm_widget_name_cmp(struct snd_soc_dapm_widget *widget, const char *s);
/* dapm path setup */
int snd_soc_dapm_new_widgets(struct snd_soc_card *card);