diff options
| author | 2021-08-30 12:30:33 +0100 | |
|---|---|---|
| committer | 2021-08-30 12:30:33 +0100 | |
| commit | 38b7673000949ca784fcb8a9feb70d2a802befa6 (patch) | |
| tree | a5d23c2784c2825c680b840ff8eb0653bdb5625e /include/sound | |
| parent | Merge remote-tracking branch 'asoc/for-5.14' into asoc-linus (diff) | |
| parent | ASoC: Revert PCM trigger changes (diff) | |
Merge remote-tracking branch 'asoc/for-5.15' into asoc-linus
Diffstat (limited to 'include/sound')
| -rw-r--r-- | include/sound/sof.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/sof.h b/include/sound/sof.h index 502ed9b8d6a1..6a1cd8e783d8 100644 --- a/include/sound/sof.h +++ b/include/sound/sof.h @@ -101,5 +101,6 @@ struct sof_dev_desc { }; int sof_dai_get_mclk(struct snd_soc_pcm_runtime *rtd); +int sof_dai_get_bclk(struct snd_soc_pcm_runtime *rtd); #endif |
