28 Jul, 2011

2 commits


26 Jul, 2011

3 commits

  • This patch adds ASoC support for the AC97 and I2S controllers
    on the old Au1000/Au1500/Au1100 chips,

    AC97 Tested on a Db1500. I2S untested since none of the boards
    actually have an I2S codec wired up (just test pins).

    Signed-off-by: Manuel Lauss
    Acked-by: Liam Girdwood
    Signed-off-by: Mark Brown

    Manuel Lauss
     
  • Stream event debug can be noisy on larger audio devices so improve the
    debug SNR by changing it to the verbose level.

    Signed-off-by: Liam Girdwood
    Signed-off-by: Mark Brown

    Liam Girdwood
     
  • In preparation for Dynamic PCM (AKA DSP) support.

    This adds a callback function to be called at the completion of a DAPM stream
    event.

    This can be used by DSP components to perform calculations based on DAPM graphs
    after completion of stream events.

    Signed-off-by: Liam Girdwood
    Signed-off-by: Mark Brown

    Liam Girdwood
     

25 Jul, 2011

1 commit


21 Jul, 2011

7 commits


19 Jul, 2011

4 commits

  • Print a hint when the user has a setup where CONFIG_REGULATOR is really
    needed to make the driver work.

    Signed-off-by: Wolfram Sang
    Tested-by: Dong Aisheng
    Tested-by: Shawn Guo
    Acked-by: Liam Girdwood
    Signed-off-by: Mark Brown

    Wolfram Sang
     
  • The code for registering the internal ldo was present twice. Turn it
    into a function instead. Also, inform the user if LDO is used now.

    Signed-off-by: Wolfram Sang
    Tested-by: Dong Aisheng
    Tested-by: Shawn Guo
    Acked-by: Liam Girdwood
    Signed-off-by: Mark Brown

    Wolfram Sang
     
  • In one comment, cpu_dai was mentioned although codec_dai was used in the
    code. Also, fix the name for the card dai list which has no seperation
    into card_dai and codec_dai.

    Signed-off-by: Wolfram Sang
    Acked-by: Liam Girdwood
    Signed-off-by: Mark Brown

    Wolfram Sang
     
  • Since quite a few drivers are not managing to flag the cache as needing
    to be resynced after suspend and it's a reasonable thing to do flag the
    cache as needing sync automatically when suspending.

    The expectation is that systems will mainly only keep the CODEC powered
    when doing audio through the CODEC so we won't actually suspend the
    device anyway; drivers which want to can override this behaviour when
    they resume.

    Signed-off-by: Mark Brown
    Acked-by: Liam Girdwood
    Cc: stable@kernel.org

    Mark Brown
     

17 Jul, 2011

6 commits


15 Jul, 2011

4 commits


14 Jul, 2011

3 commits


13 Jul, 2011

7 commits


09 Jul, 2011

3 commits