All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
To: Mark Brown <broonie@opensource.wolfsonmicro.com>,
	Liam Girdwood <lrg@slimlogic.co.uk>
Cc: Takashi Iwai <tiwai@suse.de>,
	Linux-ALSA <alsa-devel@alsa-project.org>,
	Kuninori Morimoto <kuninori.morimoto.gx@gmail.com>
Subject: [PATCH 2/3] ASoC: sh: fsi-da7210: fixup snd_soc_card name
Date: Tue, 05 Jul 2011 00:16:03 -0700 (PDT)	[thread overview]
Message-ID: <874o31fb9q.wl%kuninori.morimoto.gx@renesas.com> (raw)
In-Reply-To: <877h7xfbge.wl%kuninori.morimoto.gx@renesas.com>

it shouldn't contain space letters and
special letters like parentheses.

aplay will be "Segmentation fault" without this patch.
special thanks to Takashi.

Cc: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 sound/soc/sh/fsi-da7210.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sound/soc/sh/fsi-da7210.c b/sound/soc/sh/fsi-da7210.c
index dbafd7a..59553fd 100644
--- a/sound/soc/sh/fsi-da7210.c
+++ b/sound/soc/sh/fsi-da7210.c
@@ -42,7 +42,7 @@ static struct snd_soc_dai_link fsi_da7210_dai = {
 };
 
 static struct snd_soc_card fsi_soc_card = {
-	.name		= "FSI (DA7210)",
+	.name		= "FSI-DA7210",
 	.dai_link	= &fsi_da7210_dai,
 	.num_links	= 1,
 };
-- 
1.7.4.1

  parent reply	other threads:[~2011-07-05  7:16 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-05  4:10 ALSA become "Segmentation fault" on current linus tree kuninori.morimoto.gx
2011-07-05  5:41 ` Takashi Iwai
2011-07-05  5:57   ` kuninori.morimoto.gx
2011-07-05  6:06     ` Takashi Iwai
2011-07-05  6:08       ` kuninori.morimoto.gx
2011-07-05  6:07     ` kuninori.morimoto.gx
2011-07-05  6:19       ` Takashi Iwai
2011-07-05  6:29         ` kuninori.morimoto.gx
2011-07-05  6:33           ` Takashi Iwai
2011-07-05  6:52             ` kuninori.morimoto.gx
2011-07-05  7:12               ` kuninori.morimoto.gx
2011-07-05  7:15                 ` [PATCH 1/3] ASoC: sh: fsi-ak4642: fixup snd_soc_card name Kuninori Morimoto
2011-07-09 10:06                   ` Mark Brown
2011-07-05  7:16                 ` Kuninori Morimoto [this message]
2011-07-05  7:16                 ` [PATCH 3/3] ASoC: sh: fsi-hdmi: " Kuninori Morimoto
2011-07-05  7:33                 ` ALSA become "Segmentation fault" on current linus tree Takashi Iwai
2011-07-05  8:11                   ` kuninori.morimoto.gx
2011-07-05 10:22                   ` Liam Girdwood
2011-07-05 12:41                     ` Takashi Iwai
2011-07-05 17:14                       ` Mark Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874o31fb9q.wl%kuninori.morimoto.gx@renesas.com \
    --to=kuninori.morimoto.gx@renesas.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@opensource.wolfsonmicro.com \
    --cc=kuninori.morimoto.gx@gmail.com \
    --cc=lrg@slimlogic.co.uk \
    --cc=tiwai@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.