[ALSA] Solve typos/compilation problems for debug functions in soc-dapm and at91-i2s
authorRaúl Sánchez Siles <rss@barracuda.es>
Mon, 8 Jan 2007 09:56:48 +0000 (10:56 +0100)
committerJaroslav Kysela <perex@suse.cz>
Fri, 9 Feb 2007 08:02:52 +0000 (09:02 +0100)
commit751e61c47d3b4e929c93bac61c8dd6c247854993
treedd182056ad25ae2d6ac3293e9e3e71d480fc8037
parent0e4ceb7507111c3910a0d7e19b498b1f6081afcb
[ALSA] Solve typos/compilation problems for debug functions in soc-dapm and at91-i2s

soc-dapm
·Removed list_for_each since the loop is list_for_each_entry() and
 not list_for_each(). Thanks to Liam Girdwood and Seth Forshee.
at91-i2s
·Fixed typo in dai modes definition.
·Fixed struct member name in at91_ssc_info->ssc_state.
·Fixed compilation problem, ssc_state is bundled in at91_ssc_info.

Signed-off-by: Raúl Sánchez Siles <rss@barracuda.es>
Signed-off-by: Seth Forshee <seth.forshee@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
sound/soc/at91/at91-i2s.c
sound/soc/soc-dapm.c