Commit ccd1c4d7 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

Revert "v253_init: eliminate pointer to string"

This reverts commit 8496f60a.

It will be coming in through the ASoC tree instead.
Reported-by: default avatarMark Brown <broonie@kernel.org>
Cc: Liam Girdwood <lgirdwood@gmail.com>
Cc: Jaroslav Kysela <perex@perex.cz>
Cc: Takashi Iwai <tiwai@suse.com>
Cc: alsa-devel@alsa-project.org
Cc: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a8cb3ede
...@@ -206,7 +206,7 @@ static int cx20442_write(struct snd_soc_component *component, unsigned int reg, ...@@ -206,7 +206,7 @@ static int cx20442_write(struct snd_soc_component *component, unsigned int reg,
*/ */
/* Modem init: echo off, digital speaker off, quiet off, voice mode */ /* Modem init: echo off, digital speaker off, quiet off, voice mode */
static const char v253_init[] = "ate0m0q0+fclass=8\r"; static const char *v253_init = "ate0m0q0+fclass=8\r";
/* Line discipline .open() */ /* Line discipline .open() */
static int v253_open(struct tty_struct *tty) static int v253_open(struct tty_struct *tty)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment