diff options
Diffstat (limited to 'include/sound/emu10k1.h')
-rw-r--r-- | include/sound/emu10k1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/emu10k1.h b/include/sound/emu10k1.h index 975df288ce49..eb7ce96ddf3a 100644 --- a/include/sound/emu10k1.h +++ b/include/sound/emu10k1.h | |||
@@ -1903,7 +1903,7 @@ struct snd_emu10k1_fx8010_control_gpr { | |||
1903 | unsigned int min; /* minimum range */ | 1903 | unsigned int min; /* minimum range */ |
1904 | unsigned int max; /* maximum range */ | 1904 | unsigned int max; /* maximum range */ |
1905 | unsigned int translation; /* translation type (EMU10K1_GPR_TRANSLATION*) */ | 1905 | unsigned int translation; /* translation type (EMU10K1_GPR_TRANSLATION*) */ |
1906 | unsigned int *tlv; | 1906 | const unsigned int *tlv; |
1907 | }; | 1907 | }; |
1908 | 1908 | ||
1909 | /* old ABI without TLV support */ | 1909 | /* old ABI without TLV support */ |