OSDN Git Service

ALSA: Refactor slot assignment code
authorTakashi Iwai <tiwai@suse.de>
Thu, 23 Jan 2014 10:02:15 +0000 (11:02 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 23 Jan 2014 10:45:24 +0000 (11:45 +0100)
commitdeb6596f163b7340ff8f5a7c23e25317e165c669
tree02b80b39a1867aeef2deb2b92d1a2e0f0b948729
parent4c3773eda49c872a3034382f8ec3080002e715bf
ALSA: Refactor slot assignment code

There are two loops that are almost identical but only with different
checks.  Refactor them with a simple helper, and give a bit more
comments what's doing there.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/init.c