mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
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>
This commit is contained in:

committed by
Tom Rini

parent
d7884e047d
commit
d981d80d74
@ -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 */
|
||||
};
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user