07 Sep, 2017

1 commit

  • In pxp lib, the unit of stride parameter is pixel and stride
    is not equal with width parameter of out buffer in some cases.

    In order to use latest pxp lib in old version rootfs, PXP_DEVICE_LEGACY
    macro is used to distinguish pxp drvier version. Because the
    new pxp driver define a new variable and pxp lib can know this
    through PXP_DEVICE_LEGACY, and determine if use it.

    Signed-off-by: Guoniu.Zhou
    Reviewed-by: Fancy Fang

    Guoniu.Zhou
     

29 Aug, 2017

1 commit


12 Jul, 2017

1 commit


15 Jun, 2017

1 commit

  • According to commit b073ed4e2126 ("ASoC: soc-pcm: DPCM cares BE format"),
    Current DPCM only care FE channel, but it will set unsupported channel to
    drivers.
    So add dpcm_merged_chan, which is used to merge the BE's codec
    channels configuration to FE if it exist in snd_soc_dai_link. And
    dpcm_runtime_base_chan function is to get the channel configuration of BE,
    which likes the dpcm_runtime_base_format function.

    Signed-off-by: Shengjiu Wang

    Shengjiu Wang
     

09 Jun, 2017

17 commits


08 Jun, 2017

19 commits