All of lore.kernel.org
 help / color / mirror / Atom feed
* [Patch] ASoC: max98357a: Use standard DAI names
@ 2015-02-25  6:39 Kenneth Westfield
  2015-02-26  2:26 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Kenneth Westfield @ 2015-02-25  6:39 UTC (permalink / raw)
  To: Mark Brown, Takashi Iwai, Liam Girdwood, Banajit Goswami,
	Patrick Lai, David Brown, Bryan Huntsman, Greg KH
  Cc: Kenneth Westfield, ALSA Mailing List, MSM Mailing List,
	Device Tree Mailing List, Kernel Mailing List

From: Kenneth Westfield <kwestfie@codeaurora.org>

Use the standard naming convention for the codec DAI.

Signed-off-by: Kenneth Westfield <kwestfie@codeaurora.org>
---

based on next/topic/max98357a branch

 sound/soc/codecs/max98357a.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sound/soc/codecs/max98357a.c b/sound/soc/codecs/max98357a.c
index 4ee23fbc4e1237268ae104319a9cfe4fc369934e..bf3e933ee895752352e90f610195f39fc6cc058f 100644
--- a/sound/soc/codecs/max98357a.c
+++ b/sound/soc/codecs/max98357a.c
@@ -85,9 +85,9 @@ static struct snd_soc_dai_ops max98357a_dai_ops = {
 };
 
 static struct snd_soc_dai_driver max98357a_dai_driver = {
-	.name = "max98357a",
+	.name = "HiFi",
 	.playback = {
-		.stream_name	= "max98357a-playback",
+		.stream_name	= "HiFi Playback",
 		.formats	= SNDRV_PCM_FMTBIT_S16 |
 					SNDRV_PCM_FMTBIT_S24 |
 					SNDRV_PCM_FMTBIT_S32,
-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Patch] ASoC: max98357a: Use standard DAI names
  2015-02-25  6:39 [Patch] ASoC: max98357a: Use standard DAI names Kenneth Westfield
@ 2015-02-26  2:26 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2015-02-26  2:26 UTC (permalink / raw)
  To: Kenneth Westfield
  Cc: Takashi Iwai, Liam Girdwood, Banajit Goswami, Patrick Lai,
	David Brown, Bryan Huntsman, Greg KH, ALSA Mailing List,
	MSM Mailing List, Device Tree Mailing List, Kernel Mailing List

[-- Attachment #1: Type: text/plain, Size: 384 bytes --]

On Tue, Feb 24, 2015 at 10:39:04PM -0800, Kenneth Westfield wrote:
> From: Kenneth Westfield <kwestfie@codeaurora.org>
> 
> Use the standard naming convention for the codec DAI.

Applied, thanks.  Please pay attention to who you're CCing and try to
only include relevant people/lists - mail volumes are often very high
and sending people irrelevant stuff adds to the problem.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-02-26  2:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-25  6:39 [Patch] ASoC: max98357a: Use standard DAI names Kenneth Westfield
2015-02-26  2:26 ` Mark Brown

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.