From e9b1cde3551eff78ed55a827446481ea201582e8 Mon Sep 17 00:00:00 2001 From: Frank Mandarino Date: Mon, 16 Apr 2007 17:19:42 +0200 Subject: [PATCH] --- yaml --- r: 56168 b: refs/heads/master c: eb831da553d1526b9acd5ee4cd83ff52ae446c5f h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/soc/at91/eti_b1_wm8731.c | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index aa874a673b35..9c4c6c5e9a82 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 36b8a8bbb402911e59acf13b5074eb8915e47a6a +refs/heads/master: eb831da553d1526b9acd5ee4cd83ff52ae446c5f diff --git a/trunk/sound/soc/at91/eti_b1_wm8731.c b/trunk/sound/soc/at91/eti_b1_wm8731.c index 8179df3bb2f3..820a676c56bf 100644 --- a/trunk/sound/soc/at91/eti_b1_wm8731.c +++ b/trunk/sound/soc/at91/eti_b1_wm8731.c @@ -40,7 +40,7 @@ #include "../codecs/wm8731.h" #include "at91-pcm.h" -#include "at91-i2s.h" +#include "at91-ssc.h" #if 0 #define DBG(x...) printk(KERN_INFO "eti_b1_wm8731: " x) @@ -248,15 +248,15 @@ static int eti_b1_wm8731_init(struct snd_soc_codec *codec) static struct snd_soc_dai_link eti_b1_dai = { .name = "WM8731", - .stream_name = "WM8731", - .cpu_dai = &at91_i2s_dai[1], + .stream_name = "WM8731 PCM", + .cpu_dai = &at91_ssc_dai[1], .codec_dai = &wm8731_dai, .init = eti_b1_wm8731_init, .ops = &eti_b1_ops, }; static struct snd_soc_machine snd_soc_machine_eti_b1 = { - .name = "ETI_B1", + .name = "ETI_B1_WM8731", .dai_link = &eti_b1_dai, .num_links = 1, };