From ced88d4dfc0458f0e5de07aba70387b8ea615a9f Mon Sep 17 00:00:00 2001 From: Bhalchandra Gajare Date: Tue, 12 Jul 2016 18:50:31 -0700 Subject: mfd: wcd934x: Add page 0x50 registers for wcd934x codec Registers for page 0x50 in the wcd934x audio codec are currently not defined. These registers control WCD DSP register configuration and setup. Add these register definitions so that codec driver can read/write these registers. CRs-Fixed: 1049012 Change-Id: If1162c09de8d4d7c330a97a1f133f6d46ce2fd74 Signed-off-by: Bhalchandra Gajare --- include/linux/mfd/wcd934x/registers.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/linux') diff --git a/include/linux/mfd/wcd934x/registers.h b/include/linux/mfd/wcd934x/registers.h index 871bf6a778b1..085e16d66bc4 100644 --- a/include/linux/mfd/wcd934x/registers.h +++ b/include/linux/mfd/wcd934x/registers.h @@ -33,6 +33,7 @@ enum { WCD934X_PAGE_13, WCD934X_PAGE_14, WCD934X_PAGE_15, + WCD934X_PAGE_0x50, WCD934X_PAGE_0X80, }; -- cgit v1.2.3