]> asedeno.scripts.mit.edu Git - linux.git/commit
ALSA: firewire-tascam: enclose identifiers referred by single function
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Thu, 5 Jan 2017 12:48:12 +0000 (21:48 +0900)
committerTakashi Iwai <tiwai@suse.de>
Thu, 5 Jan 2017 15:58:10 +0000 (16:58 +0100)
commit921282360b9c9bf34c75cd18bb90f298c4f4ebc8
tree99e4cd5b018acf67037b868257df43df6275f89a
parenta4e86cba09c9e2bb64af018544a7aed4a6a1b538
ALSA: firewire-tascam: enclose identifiers referred by single function

Some identifiers are referred just by one functions. In this case, they
can be put into the function definition. This brings two merits; readers
can easily follow codes related to the identifiers, developers are free
from name conflict.

This commit moves such identifiers to each function definition.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/firewire/tascam/tascam-hwdep.c
sound/firewire/tascam/tascam-midi.c
sound/firewire/tascam/tascam-pcm.c