summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIliyan Malchev <malchev@google.com>2010-10-19 15:23:42 -0700
committerIliyan Malchev <malchev@google.com>2010-10-19 15:23:42 -0700
commit9883f396cc3bcb97657d79e4cffef57fa46cc137 (patch)
tree4fe10381da6a05724591355a2c9d23e2a96bc447
parent2eeddec9cc027144951ad061ae5a494a0fc392be (diff)
downloadbionic-9883f396cc3bcb97657d79e4cffef57fa46cc137.zip
bionic-9883f396cc3bcb97657d79e4cffef57fa46cc137.tar.gz
bionic-9883f396cc3bcb97657d79e4cffef57fa46cc137.tar.bz2
bionic: update preprocessed kernel header tegra_audio.h
Change-Id: I07fe566e3ec86be5d017e96cc37fa83d2e0a4eb8 Signed-off-by: Iliyan Malchev <malchev@google.com>
-rw-r--r--libc/kernel/common/linux/tegra_audio.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/libc/kernel/common/linux/tegra_audio.h b/libc/kernel/common/linux/tegra_audio.h
index 70c77bc..45e558a 100644
--- a/libc/kernel/common/linux/tegra_audio.h
+++ b/libc/kernel/common/linux/tegra_audio.h
@@ -48,13 +48,12 @@ struct tegra_audio_error_counts {
#define TEGRA_AUDIO_OUT_GET_ERROR_COUNT _IOR(TEGRA_AUDIO_MAGIC, 9, struct tegra_audio_error_counts *)
-struct tegra_audio_out_preload {
- void *data;
- size_t len;
- size_t len_written;
-};
+#define TEGRA_AUDIO_OUT_FLUSH _IO(TEGRA_AUDIO_MAGIC, 10)
-#define TEGRA_AUDIO_OUT_PRELOAD_FIFO _IOWR(TEGRA_AUDIO_MAGIC, 10, struct tegra_audio_out_preload *)
+#define TEGRA_AUDIO_BIT_FORMAT_DEFAULT 0
+#define TEGRA_AUDIO_BIT_FORMAT_DSP 1
+#define TEGRA_AUDIO_SET_BIT_FORMAT _IOW(TEGRA_AUDIO_MAGIC, 11, unsigned int *)
+#define TEGRA_AUDIO_GET_BIT_FORMAT _IOR(TEGRA_AUDIO_MAGIC, 12, unsigned int *)
#endif