diff options
| author | Mark Brown <[email protected]> | 2022-11-10 17:50:07 +0000 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2022-11-10 17:50:07 +0000 |
| commit | c2c60eafb2ec48fffed13605a61e590c2ba057fe (patch) | |
| tree | 40f72c2f51e194b56d1ebeb095544b854ecd2c83 /include | |
| parent | 8a7ae8c5aeea79202966b3f2cb2dc370c8f89720 (diff) | |
| parent | 8f5979833b45b318d0971f384de3fb17924042f0 (diff) | |
ASoC: simpe-card/audio-graph fixups
Merge series from Kuninori Morimoto <[email protected]>:
These are simpe-card/audio-graph fixup patches.
Diffstat (limited to 'include')
| -rw-r--r-- | include/sound/simple_card_utils.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sound/simple_card_utils.h b/include/sound/simple_card_utils.h index 25e049f44178..38590f1ae9ee 100644 --- a/include/sound/simple_card_utils.h +++ b/include/sound/simple_card_utils.h @@ -173,8 +173,6 @@ void asoc_simple_canonicalize_cpu(struct snd_soc_dai_link_component *cpus, void asoc_simple_clean_reference(struct snd_soc_card *card); -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); |