From 2bc9a81e2aa3c95b1e709f3109c3bbc6d969cc06 Mon Sep 17 00:00:00 2001 From: Dimitris Papastamos Date: Tue, 1 Feb 2011 12:24:08 +0000 Subject: [PATCH] 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-format-patch failed