08 Jan, 2012

1 commit

  • This is a follow up on 53dea36c70c1857 which fixes the other affected
    pcm engines.

    Description from 53dea36c70c1857:
    Don't rely on the codec's channels_min information to decide wheter or
    not allocate a substream's DMA buffer. Rather check if the substream
    itself was allocated previously.

    Without this patch I was seeing null-pointer dereferenc in atmel-pcm.

    Signed-off-by: Joachim Eastwood
    Signed-off-by: Mark Brown

    Joachim Eastwood
     

23 Dec, 2011

1 commit


17 Dec, 2011

1 commit


16 Dec, 2011

1 commit

  • 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: Joerg Roedel
    Signed-off-by: Takashi Iwai

    Joerg Roedel
     

15 Dec, 2011

1 commit


14 Dec, 2011

1 commit


05 Dec, 2011

1 commit

  • lower level drivers typically register with upper layers.
    So fix by exporting symbols from sst_platform driver for dsp driver to
    register to sst platform driver

    Now this driver doesnt depend on sst driver, so remove the dependency
    and the header files

    Signed-off-by: Vinod Koul
    Signed-off-by: Mark Brown

    Vinod Koul
     

24 Nov, 2011

1 commit


01 Nov, 2011

1 commit


08 Oct, 2011

1 commit


27 Sep, 2011

2 commits


09 Sep, 2011

3 commits


08 Jun, 2011

1 commit


04 May, 2011

2 commits


19 Apr, 2011

2 commits


12 Apr, 2011

2 commits


06 Apr, 2011

3 commits


31 Mar, 2011

1 commit


16 Feb, 2011

2 commits

  • Pulseaudio doesnt work with current driver and it was root caused to absense of
    hw_params function and malloc_pages in it.
    This patch adds this and allows pa to work fine with these drivers

    Signed-off-by: Vinod Koul
    Signed-off-by: Harsha Priya
    Acked-by: Liam Girdwood
    Signed-off-by: Mark Brown

    Vinod Koul
     
  • This patch removes the old method of soc-audio device creation in mfld machine
    and makes use of new soc_register_card API to register the card

    Signed-off-by: Vinod Koul
    Signed-off-by: Harsha Priya
    Acked-by: Liam Girdwood
    Signed-off-by: Mark Brown

    Vinod Koul
     

11 Feb, 2011

1 commit


10 Feb, 2011

1 commit


07 Feb, 2011

1 commit

  • Enabling medfield asoc driver causes compliation error when intel_sst
    is not selected
    ERROR: "register_sst_card" [sound/soc/mid-x86/snd-soc-sst-platform.ko]
    undefined!

    This patch puts proper dependency to elimate build error

    Signed-off-by: Vinod Koul
    Signed-off-by: Harsha Priya
    Reported-by: Andrew Morton
    Signed-off-by: Mark Brown

    Vinod Koul
     

31 Jan, 2011

2 commits


19 Jan, 2011

2 commits


11 Jan, 2011

1 commit

  • Few funtions can be modularized in this driver to make them look cleaner
    like managing the stream status with locks and filling pcm parameters.

    This patch adds helper functions to do the same.

    Signed-off-by: Vinod Koul
    Signed-off-by: Harsha Priya
    Acked-by: Liam Girdwood
    Signed-off-by: Mark Brown

    Harsha Priya
     

10 Jan, 2011

2 commits


06 Jan, 2011

2 commits