[alsa-devel] [PATCH 1/3] ASoC: use list_add_tail() instead of list_add() for platform/codec/dai list

Stephen Warren swarren at wwwdotorg.org
Mon Feb 11 22:26:05 CET 2013


On 02/05/2013 03:11 AM, Kuninori Morimoto wrote:
> Current ASoC is using list_add() in order to add new list to
> platform/codec/dai list.
> But it breaks added list's order.
> This patch use list_add_tail() instead of list_add() to solve this issue.

Do these lists have a defined order, such that changing the order does
actually /break/ something?

I'm just curious what the motivation for this patch is really; is it
just cosmetic?


More information about the Alsa-devel mailing list