From: Sergej Sawazki Date: Tue, 24 Mar 2015 20:13:22 +0000 (+0100) Subject: ASoC: wm8741: Fix rates constraints values X-Git-Tag: omap-for-v4.2/o2_dc~120^2~1^2~14^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8787041d9bb832b9449b1eb878cedcebce42c61a;p=pandora-kernel.git ASoC: wm8741: Fix rates constraints values The WM8741 DAC supports the following typical audio sampling rates: 44.1kHz, 88.2kHz, 176.4kHz (eg: with a master clock of 22.5792MHz) 32kHz, 48kHz, 96kHz, 192kHz (eg: with a master clock of 24.576MHz) For the rates lists, we should use 82000 instead of 88235, 176400 instead of 1764000 and 192000 instead of 19200 (seems to be a typo). Signed-off-by: Sergej Sawazki Acked-by: Charles Keepax Signed-off-by: Mark Brown Cc: stable@vger.kernel.org --- Reading git-diff-tree failed