mirror of
https://github.com/fail0verflow/switch-linux.git
synced 2025-05-04 02:34:21 -04:00
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> |
||
---|---|---|
.. | ||
amdtp-dot.c | ||
digi00x-hwdep.c | ||
digi00x-midi.c | ||
digi00x-pcm.c | ||
digi00x-proc.c | ||
digi00x-stream.c | ||
digi00x-transaction.c | ||
digi00x.c | ||
digi00x.h | ||
Makefile |