diff options
author | Takashi Iwai <tiwai@suse.de> | 2022-12-09 09:50:13 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2022-12-09 09:50:13 +0100 |
commit | a587601b55df505f38b18832d941e47dbbf084ce (patch) | |
tree | 839fae4220b9fc7b4aee9ac8f45a27496f047414 /include | |
parent | 4bf5bf54476dffe60e6b6d8d539f67309ff599e2 (diff) | |
parent | e85b1f5a9769ac30f4d2f6fb1cdcd9570c38e0c1 (diff) | |
download | linux-stable-a587601b55df505f38b18832d941e47dbbf084ce.tar.gz linux-stable-a587601b55df505f38b18832d941e47dbbf084ce.tar.bz2 linux-stable-a587601b55df505f38b18832d941e47dbbf084ce.zip |
Merge tag 'asoc-v6.2-2' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-next
ASoC: Updates for v6.2
A few more updates for v6.2 which can hopefully go into a later pull
request, the bulk of these are fixes, minor cleanups or new board quirks
- the one big bit that isn't is support for getting diagnostic data out
of the Intel AVS firmwares.
Diffstat (limited to 'include')
-rw-r--r-- | include/sound/hdaudio_ext.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sound/hdaudio_ext.h b/include/sound/hdaudio_ext.h index 68ab89211de2..511211f4a2b6 100644 --- a/include/sound/hdaudio_ext.h +++ b/include/sound/hdaudio_ext.h @@ -75,6 +75,8 @@ struct hdac_ext_stream *snd_hdac_ext_stream_assign(struct hdac_bus *bus, struct snd_pcm_substream *substream, int type); void snd_hdac_ext_stream_release(struct hdac_ext_stream *hext_stream, int type); +struct hdac_ext_stream *snd_hdac_ext_cstream_assign(struct hdac_bus *bus, + struct snd_compr_stream *cstream); void snd_hdac_ext_stream_decouple_locked(struct hdac_bus *bus, struct hdac_ext_stream *hext_stream, bool decouple); void snd_hdac_ext_stream_decouple(struct hdac_bus *bus, |