diff options
-rw-r--r-- | sound/soc/imx/imx-audmux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/imx/imx-audmux.c b/sound/soc/imx/imx-audmux.c index 601df809a26a..912a342ef776 100644 --- a/sound/soc/imx/imx-audmux.c +++ b/sound/soc/imx/imx-audmux.c | |||
@@ -158,7 +158,7 @@ static void __init audmux_debugfs_init(void) | |||
158 | return; | 158 | return; |
159 | } | 159 | } |
160 | 160 | ||
161 | for (i = 1; i < 8; i++) { | 161 | for (i = 0; i < MX31_AUDMUX_PORT6_SSI_PINS_6 + 1; i++) { |
162 | snprintf(buf, sizeof(buf), "ssi%d", i); | 162 | snprintf(buf, sizeof(buf), "ssi%d", i); |
163 | if (!debugfs_create_file(buf, 0444, audmux_debugfs_root, | 163 | if (!debugfs_create_file(buf, 0444, audmux_debugfs_root, |
164 | (void *)i, &audmux_debugfs_fops)) | 164 | (void *)i, &audmux_debugfs_fops)) |