summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/soc/samsung/speyside.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/soc/samsung/speyside.c b/sound/soc/samsung/speyside.c
index 51e4c976c8be..9e58cbed942a 100644
--- a/sound/soc/samsung/speyside.c
+++ b/sound/soc/samsung/speyside.c
@@ -240,8 +240,7 @@ static int speyside_wm9081_init(struct snd_soc_component *component)
240 240
241static struct snd_soc_aux_dev speyside_aux_dev[] = { 241static struct snd_soc_aux_dev speyside_aux_dev[] = {
242 { 242 {
243 .name = "wm9081", 243 .dlc = COMP_AUX("wm9081.1-006c"),
244 .codec_name = "wm9081.1-006c",
245 .init = speyside_wm9081_init, 244 .init = speyside_wm9081_init,
246 }, 245 },
247}; 246};