diff options
author | Mark Brown <broonie@kernel.org> | 2023-10-10 17:07:17 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-10-10 17:07:17 +0100 |
commit | 3c716e7f8acd039864b17f63d8506862b8c63f82 (patch) | |
tree | 3671be90ff9cd8f5cd6c547e7af5d35b0d6745a1 /include/sound/soc-dapm.h | |
parent | 4a221b2e3340f4a3c2b414c46c846a26c6caf820 (diff) | |
parent | 99d426c6dd2d6f9734617ec12def856ee35b9218 (diff) |
ASoC: Merge fixes for consistent cs42l43 schema
We have adjacent changes for the cs42l43 DT schema, merge the fixes
branch up so that there's a single thing for people to base future
changes on.
Diffstat (limited to 'include/sound/soc-dapm.h')
-rw-r--r-- | include/sound/soc-dapm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/soc-dapm.h b/include/sound/soc-dapm.h index 51516c93916e..667ecd4daa68 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); |