1. 20 Dec, 2011 9 commits
  2. 17 Dec, 2011 12 commits
  3. 16 Dec, 2011 1 commit
    • Joerg Roedel's avatar
      ASoC: Fix compile error in sound/soc/mid-x86/sst_platform.c · c45471ea
      Joerg Roedel authored
      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: default avatarJoerg Roedel <joerg.roedel@amd.com>
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      c45471ea
  4. 15 Dec, 2011 2 commits
  5. 14 Dec, 2011 13 commits
  6. 13 Dec, 2011 3 commits