diff options
author | Dani Krishna Mohan | 2013-09-11 16:38:46 +0530 |
---|---|---|
committer | Tom Rini | 2013-09-24 09:10:33 -0400 |
commit | d981d80d743623d50e10de77dfe013263aa0c866 (patch) | |
tree | a9067d2c9269a1d81d021125ee9b1d34f29bf044 /include/i2s.h | |
parent | d7884e047d08447dfd1374e9fa2fdf7ab36e56f5 (diff) |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/i2s.h b/include/i2s.h index aee52e7f14a..8dd2cc388ab 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 */ }; /* |