summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Neri <ricardo.neri@ti.com>2012-10-09 11:25:18 -0500
committerAndy Green <andy.green@linaro.org>2012-11-27 11:42:54 +0800
commit3d6bcaeba271423ac9b0b34d16c8f40a4f0c802f (patch)
treea90cf7abc0803f4c2f326a618866ee5ec11ffb86
parent21ebcd0cd32789dd9ce87e7246a91cd9f59bda13 (diff)
ASoC: OMAP: HDMI: Update machine driver name
Update driver name to match the device created to describe the connection between the HDMI output of OMAP and the level shifter chip TPD12S015. Signed-off-by: Ricardo Neri <ricardo.neri@ti.com>
-rw-r--r--sound/soc/omap/omap-hdmi-card.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/omap/omap-hdmi-card.c b/sound/soc/omap/omap-hdmi-card.c
index c7695c9eee5..91ddcd25bce 100644
--- a/sound/soc/omap/omap-hdmi-card.c
+++ b/sound/soc/omap/omap-hdmi-card.c
@@ -28,7 +28,7 @@
#include <asm/mach-types.h>
#include <video/omapdss.h>
-#define DRV_NAME "omap-hdmi-audio"
+#define DRV_NAME "omap-hdmi-tpd12s015-audio"
struct hdmi_card_data {
struct platform_device *codec_pdev;