summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs
diff options
context:
space:
mode:
authorKenneth Westfield2015-02-25 07:39:04 +0100
committerMark Brown2015-02-26 03:23:46 +0100
commit92b2ad2c9e18ca2bfa8727af7edcd372d9acaac4 (patch)
tree3d2b4bac1de9bcdabe5080732feef94a916027f1 /sound/soc/codecs
parentASoC: max98357a: Remove use of DRV_NAME (diff)
downloadkernel-qcow2-linux-92b2ad2c9e18ca2bfa8727af7edcd372d9acaac4.tar.gz
kernel-qcow2-linux-92b2ad2c9e18ca2bfa8727af7edcd372d9acaac4.tar.xz
kernel-qcow2-linux-92b2ad2c9e18ca2bfa8727af7edcd372d9acaac4.zip
ASoC: max98357a: Use standard DAI names
Use the standard naming convention for the codec DAI. Signed-off-by: Kenneth Westfield <kwestfie@codeaurora.org> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs')
-rw-r--r--sound/soc/codecs/max98357a.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/max98357a.c b/sound/soc/codecs/max98357a.c
index 4ee23fbc4e12..bf3e933ee895 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,