15 Dec, 2010

13 commits


11 Dec, 2010

1 commit

  • If the following scenario has been followed:
    1. Enable analog bypass
    amixer sset 'Analog Left Bypass' on
    amixer sset 'Analog Right Bypass' on

    2. Start playback
    aplay -fdat -d3 /dev/zero

    After the playback stopped (3 sec), and the soc timeout (5 sec),
    the digital parts of the codec will remain powered up.
    This means that the DAI clocks are continue to run, the
    oscillator remain operational, etc.

    Use the SND_SOC_DAPM_POST_PMD widget to get notification
    about the stopped stream, and power down the digital
    part of the codec.
    If the analog bypass is enabled, than the codec will remain in
    BIAS_ON level, and things will work correctly.
    In case, if the bypass is disabled, than the codec will
    fall to BIAS_STANDBY than to BIAS_OFF level, as it used
    to.

    The digital part of DAC33 is initialized at every stream start
    (DAPM_PRE:PRE_PMU event), so subsequent streams (within 5 sec)
    will have working DAI.
    When the codec is coming out from BIAS_OFF, the full power-up
    sequence followed by the same DAPM_PRE widget event will power up
    the digital part.

    Signed-off-by: Peter Ujfalusi
    Acked-by: Mark Brown
    Signed-off-by: Liam Girdwood

    Peter Ujfalusi
     

09 Dec, 2010

4 commits


02 Dec, 2010

2 commits


30 Nov, 2010

13 commits

  • New DAPM widgets, and paths to enable both channels at the
    same time (for stereo output).
    With this path the switch time difference can be avoided
    between left and right channels.
    The original DAPM paths can be still used, if only one of
    TPA's output has been connected to a speaker, but for most of
    the cases, switching to the stereo path is better.

    Signed-off-by: Peter Ujfalusi
    Acked-by: Mark Brown
    Signed-off-by: Liam Girdwood

    Peter Ujfalusi
     
  • Reduce the amount of duplicated code by using single
    event handler for PGA_E to enable the needed channel.
    Use the w->shift to pass the channel information to
    the handler function.

    Signed-off-by: Peter Ujfalusi
    Acked-by: Mark Brown
    Signed-off-by: Liam Girdwood

    Peter Ujfalusi
     
  • Do not enable the amplifier right after the power has been
    restored to the amplifier.
    The DAPM_SUPPLY widget turns on the amp early in the DAPM
    power walk, and the unmuting of channel happens quite late.
    Keeping the amp in SW reset state ensures better muting.
    In this way the pop noise coming from other components (codec)
    can be filtered out.

    Signed-off-by: Peter Ujfalusi
    Acked-by: Mark Brown
    Signed-off-by: Liam Girdwood

    Peter Ujfalusi
     
  • Use simpler way to avoid setting the same power state
    for the amplifier.
    Simplifies the check introduced by patch:
    ASoC: tpa6130a2: Fix unbalanced regulator disables

    Signed-off-by: Peter Ujfalusi
    Cc: Jarkko Nikula
    Signed-off-by: Liam Girdwood

    Peter Ujfalusi
     
  • During playback start the codec has been already powered at
    BIAS_ON event time, so there's no need to enable the codec again.

    Signed-off-by: Peter Ujfalusi
    Acked-by: Mark Brown
    Signed-off-by: Liam Girdwood

    Peter Ujfalusi
     
  • No need to enable the codec at this time.
    The codec will be enabled later by other events

    Signed-off-by: Peter Ujfalusi
    Acked-by: Mark Brown
    Signed-off-by: Liam Girdwood

    Peter Ujfalusi
     
  • Mark Brown
     
  • Otherwise, calling dev_get_drvdata in p1022_ds_remove returns NULL.

    Signed-off-by: Axel Lin
    Acked-by: Timur Tabi
    Acked-by: Liam Girdwood
    Signed-off-by: Mark Brown

    Axel Lin
     
  • Otherwise, calling dev_get_drvdata in mpc8610_hpcd_remove returns NULL.

    Signed-off-by: Axel Lin
    Acked-by: Timur Tabi
    Acked-by: Liam Girdwood
    Signed-off-by: Mark Brown

    Axel Lin
     
  • I think this unneededd !! operations just reduce the readability.

    Signed-off-by: Axel Lin
    Acked-by: Liam Girdwood
    Signed-off-by: Mark Brown

    Axel Lin
     
  • This patch fixes below error:

    CC sound/soc/nuc900/nuc900-pcm.o
    sound/soc/nuc900/nuc900-pcm.c: In function 'nuc900_dma_open':
    sound/soc/nuc900/nuc900-pcm.c:267: error: 'nuc900_ac97_data' undeclared (first use in this function)
    sound/soc/nuc900/nuc900-pcm.c:267: error: (Each undeclared identifier is reported only once
    sound/soc/nuc900/nuc900-pcm.c:267: error: for each function it appears in.)
    sound/soc/nuc900/nuc900-pcm.c: At top level:
    sound/soc/nuc900/nuc900-pcm.c:337: error: expected ',' or ';' before 'static'
    sound/soc/nuc900/nuc900-pcm.c:354: error: 'nuc900_soc_platform_probe' undeclared here (not in a function)
    make[3]: *** [sound/soc/nuc900/nuc900-pcm.o] Error 1
    make[2]: *** [sound/soc/nuc900] Error 2
    make[1]: *** [sound/soc] Error 2
    make: *** [sound] Error 2

    Signed-off-by: Axel Lin
    Acked-by: Liam Girdwood
    Signed-off-by: Mark Brown

    Axel Lin
     
  • This patch fixes below compile warning:

    CC sound/soc/nuc900/nuc900-ac97.o
    sound/soc/nuc900/nuc900-ac97.c:300: warning: initialization from incompatible pointer type
    sound/soc/nuc900/nuc900-ac97.c:301: warning: initialization from incompatible pointer type

    Signed-off-by: Axel Lin
    Acked-by: Liam Girdwood
    Signed-off-by: Mark Brown

    Axel Lin
     
  • Fix below compile error by add a missing ';'.

    CC sound/soc/nuc900/nuc900-ac97.o
    sound/soc/nuc900/nuc900-ac97.c:300: warning: initialization from incompatible pointer type
    sound/soc/nuc900/nuc900-ac97.c:301: warning: initialization from incompatible pointer type
    sound/soc/nuc900/nuc900-ac97.c:318: error: expected ',' or ';' before 'static'
    sound/soc/nuc900/nuc900-ac97.c:405: error: 'nuc900_ac97_drvprobe' undeclared here (not in a function)
    make[3]: *** [sound/soc/nuc900/nuc900-ac97.o] Error 1
    make[2]: *** [sound/soc/nuc900] Error 2
    make[1]: *** [sound/soc] Error 2
    make: *** [sound] Error 2

    Signed-off-by: Axel Lin
    Acked-by: Liam Girdwood
    Signed-off-by: Mark Brown

    Axel Lin
     

29 Nov, 2010

6 commits


27 Nov, 2010

1 commit