diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-05-26 06:30:49 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-05-26 06:30:48 -0700 |
| commit | 86552b6a63094d4002715382e683d0ea68435e9a (patch) | |
| tree | ed57b2e6fcea8f7935467fc389b7db86d38fb984 /include | |
| parent | 3ac136c40b94844cbd14f175d2b16cbeb582436b (diff) | |
| parent | 34fa162a868567e7b3811c2f25bbcfc55c9168fb (diff) | |
Merge "ASoC: msm: Convert ALSA to ADSP format"
Diffstat (limited to 'include')
| -rw-r--r-- | include/sound/q6asm-v2.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sound/q6asm-v2.h b/include/sound/q6asm-v2.h index 1873e801552c..d0dffbd15923 100644 --- a/include/sound/q6asm-v2.h +++ b/include/sound/q6asm-v2.h @@ -319,6 +319,10 @@ int q6asm_open_read_write_v2(struct audio_client *ac, uint32_t rd_format, int q6asm_open_loopback_v2(struct audio_client *ac, uint16_t bits_per_sample); +int q6asm_open_transcode_loopback(struct audio_client *ac, + uint16_t bits_per_sample, uint32_t source_format, + uint32_t sink_format); + int q6asm_write(struct audio_client *ac, uint32_t len, uint32_t msw_ts, uint32_t lsw_ts, uint32_t flags); int q6asm_write_nolock(struct audio_client *ac, uint32_t len, uint32_t msw_ts, |
