1. 22 12月, 2011 2 次提交
  2. 21 12月, 2011 1 次提交
  3. 20 12月, 2011 21 次提交
  4. 17 12月, 2011 12 次提交
  5. 16 12月, 2011 1 次提交
    • J
      ASoC: Fix compile error in sound/soc/mid-x86/sst_platform.c · c45471ea
      Joerg Roedel 提交于
      The variable ret_val is used but not declared. This causes
      the following compile error:
      
      sound/soc/mid-x86/sst_platform.c: In function ‘sst_platform_open’:
      sound/soc/mid-x86/sst_platform.c:274:2: error: ‘ret_val’ undeclared (first use in this function)
      sound/soc/mid-x86/sst_platform.c:274:2: note: each undeclared identifier is reported only once for each function it appears in
      make[1]: *** [sound/soc/mid-x86/sst_platform.o] Error 1
      
      Fix this.
      Signed-off-by: NJoerg Roedel <joerg.roedel@amd.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      c45471ea
  6. 15 12月, 2011 3 次提交