1 Mar
2014
1 Mar
'14
5:49 a.m.
On Wed, Feb 26, 2014 at 03:22:17PM +0800, RongJun Ying wrote:
A couple of very small issues below but otherwise looks good.
index d62ce48..23946c2 100644 --- a/sound/soc/Kconfig +++ b/sound/soc/Kconfig @@ -54,6 +54,7 @@ source "sound/soc/spear/Kconfig" source "sound/soc/tegra/Kconfig" source "sound/soc/txx9/Kconfig" source "sound/soc/ux500/Kconfig" +source "sound/soc/sirf/Kconfig"
Keep Kconfig and Makefile sorted.
+static inline void sirf_audio_port_tx_enable(struct sirf_audio_port *port)
Drop the inlines, let the compiler do it if it decides it's worthwhile.