From 04a3081532329933d0522d95857de00a66324688 Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Thu, 5 Apr 2012 09:45:51 -0300 Subject: [PATCH] --- yaml --- r: 298947 b: refs/heads/master c: 00792ac4e0d88e82fc489a5e1c4d4435125a301c h: refs/heads/master i: 298945: d77bf27d3b22412cfba818aae9a9f785629309af 298943: 169198fa63eb6dc45466018fd347bb01e08aabf2 v: v3 --- [refs] | 2 +- trunk/sound/soc/imx/imx-audmux.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 58bfb56f6c18..2d7548be0fad 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1f99e44cf059d2ed43c5a0724fa738b83800f725 +refs/heads/master: 00792ac4e0d88e82fc489a5e1c4d4435125a301c diff --git a/trunk/sound/soc/imx/imx-audmux.c b/trunk/sound/soc/imx/imx-audmux.c index 601df809a26a..912a342ef776 100644 --- a/trunk/sound/soc/imx/imx-audmux.c +++ b/trunk/sound/soc/imx/imx-audmux.c @@ -158,7 +158,7 @@ static void __init audmux_debugfs_init(void) return; } - for (i = 1; i < 8; i++) { + for (i = 0; i < MX31_AUDMUX_PORT6_SSI_PINS_6 + 1; i++) { snprintf(buf, sizeof(buf), "ssi%d", i); if (!debugfs_create_file(buf, 0444, audmux_debugfs_root, (void *)i, &audmux_debugfs_fops))