summaryrefslogtreecommitdiff
path: root/sound/soc/tegra/tegra_offload.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/tegra/tegra_offload.h')
-rw-r--r--sound/soc/tegra/tegra_offload.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/tegra/tegra_offload.h b/sound/soc/tegra/tegra_offload.h
index 6a1d0cf1cb56..b67c19a5d714 100644
--- a/sound/soc/tegra/tegra_offload.h
+++ b/sound/soc/tegra/tegra_offload.h
@@ -56,7 +56,7 @@ struct tegra_offload_compr_params {
};
struct tegra_offload_pcm_ops {
- int (*stream_open)(int *id);
+ int (*stream_open)(int *id, char *stream);
void (*stream_close)(int id);
int (*set_stream_params)(int id,
struct tegra_offload_pcm_params *params);
@@ -88,6 +88,7 @@ struct tegra_offload_device_ops {
struct tegra_offload_ops {
struct tegra_offload_device_ops device_ops;
struct tegra_offload_pcm_ops pcm_ops;
+ struct tegra_offload_pcm_ops loopback_ops;
struct tegra_offload_compr_ops compr_ops;
};