1. May 27, 2014
    • Fabian Frederick's avatar
      ALSA: sound/aoa/codecs/onyx.c: use static const for texts · 00a6d7b6
      Fabian Frederick authored
      
      
      'texts' is only used as source in strcpy
      
      Signed-off-by: default avatarFabian Frederick <fabf@skynet.be>
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      00a6d7b6
    • Arnd Bergmann's avatar
      ALSA: hda: fix tegra build · 16c23952
      Arnd Bergmann authored
      
      
      When CONFIG_PM is disabled, the CONFIG_SND_HDA_POWER_SAVE_DEFAULT symbol
      does not get defined, which causes a build error for the hda-tegra driver:
      
      hda/hda_tegra.c:80:25: error: 'CONFIG_SND_HDA_POWER_SAVE_DEFAULT' undeclared here (not in a function)
       static int power_save = CONFIG_SND_HDA_POWER_SAVE_DEFAULT;
                               ^
      /git/arm-soc/sound/pci/hda/hda_tegra.c:235:13: warning: 'hda_tegra_disable_clocks' defined but not used [-Wunused-function]
       static void hda_tegra_disable_clocks(struct hda_tegra *data)
                   ^
      
      This works around the problem by not referencing that macro
      when CONFIG_PM is disabled. Instead, we assume that it's disabled
      unconditionally and cannot be enabled at runtime.
      
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      Cc: Dylan Reid <dgreid@chromium.org>
      Cc: Stephen Warren <swarren@nvidia.com>
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      16c23952
  2. May 26, 2014
  3. May 25, 2014
  4. May 23, 2014
  5. May 22, 2014
  6. May 21, 2014