OSDN Git Service

pcm: route: Use get/put labels for all 3 byte formats
authorTakashi Iwai <tiwai@suse.de>
Mon, 21 Jul 2014 14:30:54 +0000 (16:30 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 21 Jul 2014 14:30:54 +0000 (16:30 +0200)
commitde63b942acf520a25ff469cf338a99eb3da65570
tree39182a9c7a69cacd764c0bc327204aa45ec926a0
parent52444bd43afbadb8637f5fac3fe5fd90575ee216
pcm: route: Use get/put labels for all 3 byte formats

So far, use_getput flag is set only when the src or dest format is
24bit physical width.  But, also 18 and 20 bit physical width formats
should set the flag, too.  This patch makes the check broader to cover
all 3 bytes formats.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
src/pcm/pcm_route.c