diff options
Diffstat (limited to 'sound/soc/s3c24xx/s3c2443-ac97.c')
-rw-r--r-- | sound/soc/s3c24xx/s3c2443-ac97.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/s3c24xx/s3c2443-ac97.c b/sound/soc/s3c24xx/s3c2443-ac97.c index 31377821b2c5..41bde6a3883b 100644 --- a/sound/soc/s3c24xx/s3c2443-ac97.c +++ b/sound/soc/s3c24xx/s3c2443-ac97.c | |||
@@ -358,7 +358,7 @@ struct snd_soc_dai s3c2443_ac97_dai[] = { | |||
358 | { | 358 | { |
359 | .name = "s3c2443-ac97", | 359 | .name = "s3c2443-ac97", |
360 | .id = 0, | 360 | .id = 0, |
361 | .type = SND_SOC_DAI_AC97, | 361 | .ac97_control = 1, |
362 | .probe = s3c2443_ac97_probe, | 362 | .probe = s3c2443_ac97_probe, |
363 | .remove = s3c2443_ac97_remove, | 363 | .remove = s3c2443_ac97_remove, |
364 | .playback = { | 364 | .playback = { |
@@ -380,7 +380,7 @@ struct snd_soc_dai s3c2443_ac97_dai[] = { | |||
380 | { | 380 | { |
381 | .name = "pxa2xx-ac97-mic", | 381 | .name = "pxa2xx-ac97-mic", |
382 | .id = 1, | 382 | .id = 1, |
383 | .type = SND_SOC_DAI_AC97, | 383 | .ac97_control = 1, |
384 | .capture = { | 384 | .capture = { |
385 | .stream_name = "AC97 Mic Capture", | 385 | .stream_name = "AC97 Mic Capture", |
386 | .channels_min = 1, | 386 | .channels_min = 1, |