From d981d80d743623d50e10de77dfe013263aa0c866 Mon Sep 17 00:00:00 2001 From: Dani Krishna Mohan Date: Wed, 11 Sep 2013 16:38:46 +0530 Subject: 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 --- include/i2s.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 */ }; /* -- cgit v1.2.1