diff options
| author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-07-28 20:53:08 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-07-28 20:53:08 +0200 |
| commit | ccd1c4d7947907b723a5d43d61383578c2f130b6 (patch) | |
| tree | 5e50f2834bde093034eda895c95834c2e0c75330 | |
| parent | a8cb3ede82fea8a0afc7d8ba8f4977a13a410441 (diff) | |
Revert "v253_init: eliminate pointer to string"
This reverts commit 8496f60a670debe356a9168a66b7560641e53e93.
It will be coming in through the ASoC tree instead.
Reported-by: Mark 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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
| -rw-r--r-- | sound/soc/codecs/cx20442.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/cx20442.c b/sound/soc/codecs/cx20442.c index 20981773f59f..ec8d6e74b467 100644 --- a/sound/soc/codecs/cx20442.c +++ b/sound/soc/codecs/cx20442.c @@ -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 */ -static const char v253_init[] = "ate0m0q0+fclass=8\r"; +static const char *v253_init = "ate0m0q0+fclass=8\r"; /* Line discipline .open() */ static int v253_open(struct tty_struct *tty) |
