From: Dimitris Papastamos Date: Tue, 1 Feb 2011 12:24:08 +0000 (+0000) Subject: ASoC: soc-core: Ensure codec_reg has fixed length fields X-Git-Tag: v2.6.39-rc1~200^2^2~127 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bc9a81e2aa3c95b1e709f3109c3bbc6d969cc06;p=pandora-kernel.git ASoC: soc-core: Ensure codec_reg has fixed length fields Make the format of the codec_reg file more easily parsable. Remove the header field which gives the codec name. These changes are important when it comes to extend the debugfs codec_reg file to dump more than PAGE_SIZE bytes to make it easier to calculate offsets within the file. We still need to handle the case when the snd_soc_read() call fails and is outputted. Signed-off-by: Dimitris Papastamos Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- Reading git-diff-tree failed