Skip to content

Commit

Permalink
ARM: S3C64XX: Use IN4 DC measurement mode on Tobermory
Browse files Browse the repository at this point in the history
The WM8962 on Tobermory has one of the IN4 inputs connected for DC
measurement. Tell the driver it can optimise for this mode.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Mark Brown committed Jan 27, 2012
1 parent eb3032f commit 4b9c85f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-s3c64xx/mach-crag6410-module.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ static struct wm8962_pdata wm8962_pdata __initdata = {
0x8000 | WM8962_GPIO_FN_DMICDAT,
WM8962_GPIO_FN_IRQ, /* Open drain mode */
},
.in4_dc_measure = true,
};

static struct wm9081_pdata wm9081_pdata __initdata = {
Expand Down

0 comments on commit 4b9c85f

Please sign in to comment.