Title: [8249] trunk/sound/soc/codecs/ad183x.c: fix typo
Revision
8249
Author
bhsong
Date
2010-01-28 04:58:21 -0500 (Thu, 28 Jan 2010)

Log Message

fix typo

Modified Paths


Diff

Modified: trunk/sound/soc/codecs/ad183x.c (8248 => 8249)


--- trunk/sound/soc/codecs/ad183x.c	2010-01-28 09:37:21 UTC (rev 8248)
+++ trunk/sound/soc/codecs/ad183x.c	2010-01-28 09:58:21 UTC (rev 8249)
@@ -332,7 +332,7 @@
 		ad183x->chl_ctrl.path_num = ARRAY_SIZE(ad1835a_ad1837a_audio_paths);
 		ad183x_dai.playback.channels_max = 8;
 		ad183x_dai.capture.channels_max = 2;
-	} else if ((strcmp(chip_name, "ad1835a") == 0) || (strcmp(chip_name, "ad1837a") == 0)) {
+	} else if ((strcmp(chip_name, "ad1838a") == 0) || (strcmp(chip_name, "ad1839a") == 0)) {
 		ad183x->chl_ctrl.snd_ctrls = (struct snd_kcontrol_new *)ad1838a_ad1839a_snd_controls;
 		ad183x->chl_ctrl.dapm_widgets = (struct snd_soc_dapm_widget *)ad1838a_ad1839a_dapm_widgets;
 		ad183x->chl_ctrl.audio_paths = (struct snd_soc_dapm_route *)ad1838a_ad1839a_audio_paths;
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to