| To: | Lars-Peter Clausen <lars@metafoo.de> |
|---|---|
| Subject: | Re: [RFC][PATCH 26/26] alsa: ASoC: JZ4740: Add qi_lb60 board driver |
| From: | Mark Brown <broonie@opensource.wolfsonmicro.com> |
| Date: | Thu, 3 Jun 2010 18:57:15 +0100 |
| Cc: | Ralf Baechle <ralf@linux-mips.org>, linux-mips@linux-mips.org, linux-kernel@vger.kernel.org, Liam Girdwood <lrg@slimlogic.co.uk>, alsa-devel@alsa-project.org |
| In-reply-to: | <1275506132-17519-2-git-send-email-lars@metafoo.de> |
| References: | <1275505397-16758-1-git-send-email-lars@metafoo.de> <1275506132-17519-2-git-send-email-lars@metafoo.de> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.20 (2009-06-14) |
On Wed, Jun 02, 2010 at 09:15:32PM +0200, Lars-Peter Clausen wrote:
> + ret = gpio_request(QI_LB60_SND_GPIO, "SND");
> + if (ret) {
> + pr_err("qi_lb60 snd: Failed to request SND GPIO(%d): %d\n",
> + QI_LB60_SND_GPIO, ret);
> + goto err_device_put;
> + }
> +
> + ret = gpio_request(QI_LB60_AMP_GPIO, "AMP");
> + if (ret) {
> + pr_err("qi_lb60 snd: Failed to request AMP GPIO(%d): %d\n",
> + QI_LB60_AMP_GPIO, ret);
> + goto err_gpio_free_snd;
> + }
> +
> + gpio_direction_output(JZ_GPIO_PORTB(29), 0);
> + gpio_direction_output(JZ_GPIO_PORTD(4), 0);
You're referring to the GPIOs by multiple different names - it'd be more
robust to pick one way of naming them and use it consistently (probably
the #define).
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [RFC][PATCH 21/26] alsa: ASoC: Add JZ4740 ASoC support, Mark Brown |
|---|---|
| Next by Date: | Re: [alsa-devel] [RFC][PATCH 21/26] alsa: ASoC: Add JZ4740 ASoC support, Troy Kisky |
| Previous by Thread: | [RFC][PATCH 26/26] alsa: ASoC: JZ4740: Add qi_lb60 board driver, Lars-Peter Clausen |
| Next by Thread: | [RFC][PATCH 25/26] MIPS: Add defconfig for the qi_lb60 board, Lars-Peter Clausen |
| Indexes: | [Date] [Thread] [Top] [All Lists] |