aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/info.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/core/info.c')
-rw-r--r--sound/core/info.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/core/info.c b/sound/core/info.c
index 3d1f5137420a..d749a0d394a7 100644
--- a/sound/core/info.c
+++ b/sound/core/info.c
@@ -106,7 +106,7 @@ static int resize_info_buffer(struct snd_info_buffer *buffer,
106 * 106 *
107 * Returns the size of output string. 107 * Returns the size of output string.
108 */ 108 */
109int snd_iprintf(struct snd_info_buffer *buffer, char *fmt,...) 109int snd_iprintf(struct snd_info_buffer *buffer, const char *fmt, ...)
110{ 110{
111 va_list args; 111 va_list args;
112 int len, res; 112 int len, res;
@@ -725,7 +725,7 @@ EXPORT_SYMBOL(snd_info_get_line);
725 * Returns the updated pointer of the original string so that 725 * Returns the updated pointer of the original string so that
726 * it can be used for the next call. 726 * it can be used for the next call.
727 */ 727 */
728char *snd_info_get_str(char *dest, char *src, int len) 728const char *snd_info_get_str(char *dest, const char *src, int len)
729{ 729{
730 int c; 730 int c;
731 731