diff options
author | QuIC Gerrit Code Review <gerrit@quicinc.com> | 2009-08-13 18:02:50 -0700 |
---|---|---|
committer | QuIC Gerrit Code Review <gerrit@quicinc.com> | 2009-08-13 18:02:50 -0700 |
commit | 8e88603bdcf893086ec5e6b470d063a6be0fa0c5 (patch) | |
tree | 1f71a4e83ad35f11b5414a53b238614bdfca6936 | |
parent | 1f9896e9e9f76da7fa2c171e9cbb96d931b7c9f2 (diff) | |
parent | 8e5094e9eb5cfbb1a17d34f1c785fd9df6f28c3f (diff) | |
download | bionic-8e88603bdcf893086ec5e6b470d063a6be0fa0c5.zip bionic-8e88603bdcf893086ec5e6b470d063a6be0fa0c5.tar.gz bionic-8e88603bdcf893086ec5e6b470d063a6be0fa0c5.tar.bz2 |
Merge change 5619 into donut
* changes:
bionic: Add pcm width to msm audio config structure
-rw-r--r-- | libc/kernel/common/linux/msm_audio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/kernel/common/linux/msm_audio.h b/libc/kernel/common/linux/msm_audio.h index e431612..9bd0aee 100644 --- a/libc/kernel/common/linux/msm_audio.h +++ b/libc/kernel/common/linux/msm_audio.h @@ -105,6 +105,7 @@ struct msm_audio_config { uint32_t sample_rate; uint32_t type; uint32_t meta_field; + uint32_t bits; uint32_t unused[3]; }; |