commit | 9c4a665ed83462039461dd34282e22160fb447ca | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Thu Jun 21 19:34:57 2018 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Jun 21 21:42:37 2018 +0200 |
tree | da86a65cbcc8c4d8467d83195c306aca29bc1272 | |
parent | 57cb54e53bddb59f5f542ddd4b0bfe005d31a8d5 [diff] |
ALSA: hda/ca0132: make array ca0132_alt_chmaps static The array ca0132_alt_chmaps is local to the source and does not need to be in global scope, so make it static. Cleans up sparse warning: warning: symbol 'ca0132_alt_chmaps' was not declared. Should it be static? Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>