mfd: wm5110: Add missing registers for AIF2 channels 3-6
When the extra 4 channels were added to AIF2 the necessary frame control registers were not given defaults and marked readable. This patch fixes this. Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
This commit is contained in:
parent
90f2d0f7bf
commit
783f6fc4ce
2 changed files with 24 additions and 0 deletions
|
|
@ -281,8 +281,16 @@
|
|||
#define ARIZONA_AIF2_FRAME_CTRL_2 0x548
|
||||
#define ARIZONA_AIF2_FRAME_CTRL_3 0x549
|
||||
#define ARIZONA_AIF2_FRAME_CTRL_4 0x54A
|
||||
#define ARIZONA_AIF2_FRAME_CTRL_5 0x54B
|
||||
#define ARIZONA_AIF2_FRAME_CTRL_6 0x54C
|
||||
#define ARIZONA_AIF2_FRAME_CTRL_7 0x54D
|
||||
#define ARIZONA_AIF2_FRAME_CTRL_8 0x54E
|
||||
#define ARIZONA_AIF2_FRAME_CTRL_11 0x551
|
||||
#define ARIZONA_AIF2_FRAME_CTRL_12 0x552
|
||||
#define ARIZONA_AIF2_FRAME_CTRL_13 0x553
|
||||
#define ARIZONA_AIF2_FRAME_CTRL_14 0x554
|
||||
#define ARIZONA_AIF2_FRAME_CTRL_15 0x555
|
||||
#define ARIZONA_AIF2_FRAME_CTRL_16 0x556
|
||||
#define ARIZONA_AIF2_TX_ENABLES 0x559
|
||||
#define ARIZONA_AIF2_RX_ENABLES 0x55A
|
||||
#define ARIZONA_AIF2_FORCE_WRITE 0x55B
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue