From a24ea1e61314a5316bc7f89a7d43f083fead8055 Mon Sep 17 00:00:00 2001 From: Florian Meier Date: Mon, 4 Aug 2014 16:47:36 +0200 Subject: [PATCH] ASoC: BCM: Typo in RPi-DAC driver This patch corrects a typo that originated from inattentive copy and paste. Signed-off-by: Florian Meier --- sound/soc/bcm/rpi-dac.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/soc/bcm/rpi-dac.c b/sound/soc/bcm/rpi-dac.c index ef3cd938844266..6d6e0ba95c10c8 100644 --- a/sound/soc/bcm/rpi-dac.c +++ b/sound/soc/bcm/rpi-dac.c @@ -44,8 +44,8 @@ static struct snd_soc_ops snd_rpi_rpi_dac_ops = { static struct snd_soc_dai_link snd_rpi_rpi_dac_dai[] = { { - .name = "HifiBerry Mini", - .stream_name = "HifiBerry Mini HiFi", + .name = "RPi-DAC", + .stream_name = "RPi-DAC HiFi", .cpu_dai_name = "bcm2708-i2s.0", .codec_dai_name = "pcm1794a-hifi", .platform_name = "bcm2708-i2s.0",