diff options
author | Takashi Iwai <tiwai@suse.de> | 2012-05-05 11:25:17 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-05-05 11:25:17 +0200 |
commit | 20c76945d05e26dc24eabcfc2f61f3929590cc29 (patch) | |
tree | 73238b71823f829413a51923df6179e7fd122ab6 /sound/soc/blackfin/bf5xx-ssm2602.c | |
parent | cff7873554eedc044029c41a9fd694245d97eff8 (diff) | |
parent | 06412088ce98f745405b8f65cfc51ddd6b842bbf (diff) | |
download | op-kernel-dev-20c76945d05e26dc24eabcfc2f61f3929590cc29.zip op-kernel-dev-20c76945d05e26dc24eabcfc2f61f3929590cc29.tar.gz |
Merge tag 'asoc-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Updates for 3.4
Nothing terribly exciting here, a bunch of small and simple fixes
scattered around the place.
Diffstat (limited to 'sound/soc/blackfin/bf5xx-ssm2602.c')
-rw-r--r-- | sound/soc/blackfin/bf5xx-ssm2602.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/blackfin/bf5xx-ssm2602.c b/sound/soc/blackfin/bf5xx-ssm2602.c index df3ac73..b39ad35 100644 --- a/sound/soc/blackfin/bf5xx-ssm2602.c +++ b/sound/soc/blackfin/bf5xx-ssm2602.c @@ -99,6 +99,7 @@ static struct snd_soc_dai_link bf5xx_ssm2602_dai[] = { .platform_name = "bfin-i2s-pcm-audio", .codec_name = "ssm2602.0-001b", .ops = &bf5xx_ssm2602_ops, + .dai_fmt = BF5XX_SSM2602_DAIFMT, }, { .name = "ssm2602", @@ -108,6 +109,7 @@ static struct snd_soc_dai_link bf5xx_ssm2602_dai[] = { .platform_name = "bfin-i2s-pcm-audio", .codec_name = "ssm2602.0-001b", .ops = &bf5xx_ssm2602_ops, + .dai_fmt = BF5XX_SSM2602_DAIFMT, }, }; |