ALSA: asihpi: More constifications

Apply const prefix to each possible place: the static tables for
formats, parameters, etc.

Just for minor optimization and no functional changes.

Link: https://lore.kernel.org/r/20200105144823.29547-33-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Takashi Iwai
2020-01-05 15:47:47 +01:00
父節點 6e0e75d94e
當前提交 9ca7a0c979
共有 2 個文件被更改,包括 3 次插入3 次删除

查看文件

@@ -17,7 +17,7 @@ Extended Message Function With Response Caching
#include "hpimsgx.h"
#include "hpidebug.h"
static struct pci_device_id asihpi_pci_tbl[] = {
static const struct pci_device_id asihpi_pci_tbl[] = {
#include "hpipcida.h"
};