ASoC: WCD9310: Fix issue with multiple sample rate support.

Register address for sample rate configuration was
declared as u8, whereas register address is 12 bit wide.
This causes wrong register writes. Fix by using u16 for
register address

Signed-off-by: Bhalchandra Gajare <gajare@codeaurora.org>
1 file changed