commit | 1753187e288aacabfa8d61e4465f234fd80599fe | [log] [tgz] |
---|---|---|
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | Fri Jan 13 20:30:22 2017 +0900 |
committer | Takashi Iwai <tiwai@suse.de> | Sat Jan 14 09:31:57 2017 +0100 |
tree | 06683cac4109088c6a74240e39155e6ff20307a3 | |
parent | f43e5407e4184ef0e5a31272f80ca893cb5ee24c [diff] |
ALSA: oxfw: enclose identifiers referred by single function for scs1x feature 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>