ALSA: firewire-digi00x: enclose identifiers referred by single function
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Thu, 5 Jan 2017 12:48:11 +0000 (21:48 +0900)
committerTakashi Iwai <tiwai@suse.de>
Thu, 5 Jan 2017 15:58:07 +0000 (16:58 +0100)
commita4e86cba09c9e2bb64af018544a7aed4a6a1b538
tree35703238e9ba09df485715fcabec7ce3a34cf2ee
parentfcbe08d469bd3778e691e3b0f156d51f8b1ba2e4
ALSA: firewire-digi00x: 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/digi00x/digi00x-hwdep.c
sound/firewire/digi00x/digi00x-midi.c
sound/firewire/digi00x/digi00x-pcm.c