SEARCH  

NEWS

2010.10.06:11:36:28
Komputronik: rośnie rola usług na rynku salonów komputerowych
Polski rynek salonów komputerowych zmienia swój charakter z typowo sprzedażowego na usługowy. W ten sposób salony wchodzą w wysokomarżowy segment gospodarki, który zajmowany był do tej pory przez wyspecjalizowane firmy. Jednocześnie zyskują nowe atuty w konkurencji z dużymi marketami elektronicznymi.

 

messageID:514660007492
author:Peter Ujfalusi
title: PATCH OMAP McBSP Fix static function warn
This patch fixes sparse warning due non declaration of static function sound/soc/omap/omap-mcbsp.c:783:5: warning: symbol omap_mcbsp_st_info_volsw was not declared. Should it be static? Signed-off-by: G, Manjunath Kondaiah <manjugk@xxxxxx Cc: alsa-devel@xxxxxxxxxxxxxxxx Cc: Jarkko Nikula <jhnikula@xxxxxxxxx Cc: Peter Ujfalusi <peter.ujfalusi@xxxxxxxxx Cc: Liam Girdwood <lrg@xxxxxxxxxxxxxxx Cc: Mark Brown <broonie@xxxxxxxxxxxxxxxxxxxxxxxxxxx Cc: Tony Lindgren <tony@xxxxxxxxxxx Cc: Nishanth Menon <nm@xxxxxx --- sound/soc/omap/omap-mcbsp.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sound/soc/omap/omap-mcbsp.c b/sound/soc/omap/omap-mcbsp.c index 86f2139..5768381 100644 --- a/sound/soc/omap/omap-mcbsp.c +++ b/sound/soc/omap/omap-mcbsp.c @@ -780,7 +780,7 @@ struct snd_soc_dai omap_mcbsp_dai[] = { EXPORT_SYMBOL_GPL(omap_mcbsp_dai); -int omap_mcbsp_st_info_volsw(struct snd_kcontrol *kcontrol, +static int omap_mcbsp_st_info_volsw(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) { struct soc_mixer_control *mc = -- 1.7.0.4 _______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxx rel="nofollow" mailman.alsa-project.org/mailman/listinfo/alsa-devel mailman.alsa-project.org/mailman/listinfo/alsa-devel
Index