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


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

3 commits

  • This patch adds the makefile and kconfig changes for mid asoc drivers:
    platform and machine driver which are introduced in 2 preceeding patches

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

    Vinod Koul
     
  • This patch adds the medfield machine driver
    Machine driver glues the sn95031 codec driver and sst_platform driver to form the asoc sound driver

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

    Vinod Koul
     
  • This patch adds the platform driver for mid asoc drivers. This platfrom
    driver sends commands to sst dsp engine driver for the dai operations.
    For this purpose it depends on intel_sst driver which is currently in
    staging tree

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

    Vinod Koul