git.codelabs.ch
/
muen
/
linux.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ALSA: mixart: More constifications
[muen/linux.git]
/
sound
/
pci
/
mixart
/
mixart_hwdep.c
diff --git
a/sound/pci/mixart/mixart_hwdep.c
b/sound/pci/mixart/mixart_hwdep.c
index
92b051c
..
13dcb2f
100644
(file)
--- a/
sound/pci/mixart/mixart_hwdep.c
+++ b/
sound/pci/mixart/mixart_hwdep.c
@@
-548,7
+548,7
@@
static int mixart_dsp_load(struct mixart_mgr* mgr, int index, const struct firmw
int snd_mixart_setup_firmware(struct mixart_mgr *mgr)
{
int snd_mixart_setup_firmware(struct mixart_mgr *mgr)
{
- static c
har *
fw_files[3] = {
+ static c
onst char * const
fw_files[3] = {
"miXart8.xlx", "miXart8.elf", "miXart8AES.xlx"
};
char path[32];
"miXart8.xlx", "miXart8.elf", "miXart8AES.xlx"
};
char path[32];