Re: [alsa-devel] [PATCH v1 4/5] ASoC: add mmp brownstone support
8 Jun
2012
8 Jun
'12
12:13 a.m.
On Mon, Jun 04, 2012 at 02:37:30PM +0800, Zhangfei Gao wrote:
One small thing here...
- ret = snd_soc_add_card_controls(dapm->card, brownstone_dapm_control,
ARRAY_SIZE(brownstone_dapm_control));
- if (ret < 0)
return ret;
You can just set these up with the controls member of the card struct.
8 Jun
8 Jun
3:24 p.m.
New subject: [alsa-devel] [PATCH v1 4/5] ASoC: add mmp brownstone support
On Fri, Jun 8, 2012 at 6:13 AM, Mark Brown broonie@opensource.wolfsonmicro.com wrote:
On Mon, Jun 04, 2012 at 02:37:30PM +0800, Zhangfei Gao wrote:
One small thing here...
- ret = snd_soc_add_card_controls(dapm->card, brownstone_dapm_control,
- ARRAY_SIZE(brownstone_dapm_control));
- if (ret < 0)
- return ret;
You can just set these up with the controls member of the card struct.
Great, it will make it easier, thanks.
Alsa-devel mailing list Alsa-devel@alsa-project.org http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
4580
Age (days ago)
4581
Last active (days ago)
1 comments
2 participants
participants (2)
-
Mark Brown
-
zhangfei gao