diff options
| author | Mark Brown <broonie@kernel.org> | 2024-04-03 16:07:41 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2024-04-03 16:07:41 +0100 |
| commit | 327719aa629fa6382ecd38996191c4bc9ef0174b (patch) | |
| tree | aef80029634e52fed35890894f303a09622e4202 /sound/soc/sof/intel/hda.h | |
| parent | 5faf65b5d1e36ec0a1eb3ba8ba2a8b7a779575ce (diff) | |
| parent | 09bbc4f0d6ed0c7ca68c0c5fda9613917a1c9f6e (diff) | |
ASoC: Merge up fixes
Some of these, particularly the wm_adsp one in the immediate case, are
needed as a basis for new work.
Diffstat (limited to 'sound/soc/sof/intel/hda.h')
| -rw-r--r-- | sound/soc/sof/intel/hda.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/soc/sof/intel/hda.h b/sound/soc/sof/intel/hda.h index f530a05cfc92..c939a24d770e 100644 --- a/sound/soc/sof/intel/hda.h +++ b/sound/soc/sof/intel/hda.h @@ -662,6 +662,12 @@ bool hda_dsp_check_stream_irq(struct snd_sof_dev *sdev); snd_pcm_uframes_t hda_dsp_stream_get_position(struct hdac_stream *hstream, int direction, bool can_sleep); +u64 hda_dsp_get_stream_llp(struct snd_sof_dev *sdev, + struct snd_soc_component *component, + struct snd_pcm_substream *substream); +u64 hda_dsp_get_stream_ldp(struct snd_sof_dev *sdev, + struct snd_soc_component *component, + struct snd_pcm_substream *substream); struct hdac_ext_stream * hda_dsp_stream_get(struct snd_sof_dev *sdev, int direction, u32 flags); |
