ALSA: hda/ca0132: make array ca0132_alt_chmaps static
authorColin Ian King <colin.king@canonical.com>
Thu, 21 Jun 2018 18:34:57 +0000 (19:34 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 21 Jun 2018 19:42:37 +0000 (21:42 +0200)
commit9c4a665ed83462039461dd34282e22160fb447ca
treeda86a65cbcc8c4d8467d83195c306aca29bc1272
parent57cb54e53bddb59f5f542ddd4b0bfe005d31a8d5
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>
sound/pci/hda/patch_ca0132.c