diff mbox

ASoC: max98357a: Use standard DAI names

Message ID 1424846344-23665-1-git-send-email-kwestfie@codeaurora.org (mailing list archive)
State New, archived
Headers show

Commit Message

Kenneth Westfield Feb. 25, 2015, 6:39 a.m. UTC
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(-)

Comments

Mark Brown Feb. 26, 2015, 2:26 a.m. UTC | #1
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.
diff mbox

Patch

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,