diff options
author | Takashi Iwai | 2022-10-27 08:26:32 +0200 |
---|---|---|
committer | Takashi Iwai | 2022-10-27 08:26:32 +0200 |
commit | f850a2b156448bd97c747f6206523886578850c7 (patch) | |
tree | 74053930bead13f7a241fe4868c935f1dc358284 /include/sound | |
parent | 50895a55bcfde8ac6f22a37c6bc8cff506b3c7c6 (diff) | |
parent | e9441675edc1bb8dbfadacf68aafacca60d65a25 (diff) |
Merge tag 'asoc-fix-v6.1-rc2' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v6.1
Quite a few fixes here, a lot driver specific, plus some new quirks.
There was a bit of a mess with the runtime PM handling due to some
confusion in the API there which resulted in a number of commits and
reverts but that should all be stable now.
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/simple_card_utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/simple_card_utils.h b/include/sound/simple_card_utils.h index a0b827f0c2f6..25e049f44178 100644 --- a/include/sound/simple_card_utils.h +++ b/include/sound/simple_card_utils.h @@ -177,6 +177,7 @@ void asoc_simple_convert_fixup(struct asoc_simple_data *data, struct snd_pcm_hw_params *params); void asoc_simple_parse_convert(struct device_node *np, char *prefix, struct asoc_simple_data *data); +bool asoc_simple_is_convert_required(const struct asoc_simple_data *data); int asoc_simple_parse_routing(struct snd_soc_card *card, char *prefix); |