aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/hac.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/sh/hac.c')
-rw-r--r--sound/soc/sh/hac.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/sh/hac.c b/sound/soc/sh/hac.c
index 3318071dc80f..c435913c60eb 100644
--- a/sound/soc/sh/hac.c
+++ b/sound/soc/sh/hac.c
@@ -271,7 +271,7 @@ struct snd_soc_dai sh4_hac_dai[] = {
271{ 271{
272 .name = "HAC0", 272 .name = "HAC0",
273 .id = 0, 273 .id = 0,
274 .type = SND_SOC_DAI_AC97, 274 .ac97_control = 1,
275 .playback = { 275 .playback = {
276 .rates = AC97_RATES, 276 .rates = AC97_RATES,
277 .formats = AC97_FMTS, 277 .formats = AC97_FMTS,
@@ -291,8 +291,8 @@ struct snd_soc_dai sh4_hac_dai[] = {
291#ifdef CONFIG_CPU_SUBTYPE_SH7760 291#ifdef CONFIG_CPU_SUBTYPE_SH7760
292{ 292{
293 .name = "HAC1", 293 .name = "HAC1",
294 .ac97_control = 1,
294 .id = 1, 295 .id = 1,
295 .type = SND_SOC_DAI_AC97,
296 .playback = { 296 .playback = {
297 .rates = AC97_RATES, 297 .rates = AC97_RATES,
298 .formats = AC97_FMTS, 298 .formats = AC97_FMTS,