summaryrefslogtreecommitdiffstats
path: root/include/i2s.h
diff options
context:
space:
mode:
authorDani Krishna Mohan <krishna.md@samsung.com>2013-09-11 16:38:46 +0530
committerTom Rini <trini@ti.com>2013-09-24 09:10:33 -0400
commitd981d80d743623d50e10de77dfe013263aa0c866 (patch)
treea9067d2c9269a1d81d021125ee9b1d34f29bf044 /include/i2s.h
parentd7884e047d08447dfd1374e9fa2fdf7ab36e56f5 (diff)
downloadblackbird-obmc-uboot-d981d80d743623d50e10de77dfe013263aa0c866.tar.gz
blackbird-obmc-uboot-d981d80d743623d50e10de77dfe013263aa0c866.zip
Sound: WM8994: Support I2S0 channel
This patch modifies the WM8994 codec to support I2S0 channel in codec slave mode Signed-off-by: Dani Krishna Mohan <krishna.md@samsung.com>
Diffstat (limited to 'include/i2s.h')
-rw-r--r--include/i2s.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/i2s.h b/include/i2s.h
index aee52e7f14..8dd2cc388a 100644
--- a/include/i2s.h
+++ b/include/i2s.h
@@ -85,6 +85,7 @@ struct i2stx_info {
unsigned int bitspersample; /* bits per sample */
unsigned int channels; /* audio channels */
unsigned int base_address; /* I2S Register Base */
+ unsigned int id; /* I2S controller id */
};
/*
OpenPOWER on IntegriCloud