ASoC: msm: Update the encode option and sample rate.

Populate the sample rate, encode option in wma config params.

CRs-Fixed: 367243, 367242
Change-Id: Ieeb9d302454d3935faa51cac77021e7c1d77012c
Signed-off-by: Aviral Gupta <aviralg@codeaurora.org>
Signed-off-by: Banajit Goswami <bgoswami@codeaurora.org>
This commit is contained in:
Banajit Goswami 2014-08-23 15:51:20 -07:00 committed by David Keitel
parent 2fd1d08935
commit 3ba242643a

View file

@ -239,6 +239,8 @@
struct snd_enc_wma {
__u32 super_block_align; /* WMA Type-specific data */
__u32 encodeopt1;
__u32 encodeopt2;
};