16 Jul, 2012

1 commit

  • The WM5110 is a highly-integrated low-power audio system for smartphones,
    tablets and other portable audio devices. It combines an advanced DSP
    feature set with a flexible, high-performance audio hub CODEC.

    The support is based on the Arizona core driver.

    Signed-off-by: Mark Brown
    Signed-off-by: Samuel Ortiz

    Mark Brown
     

10 Jul, 2012

2 commits


09 Jul, 2012

2 commits


23 Jun, 2012

2 commits

  • Several forthcoming Wolfson devices are based on a common platform
    known as Arizona allowing a great deal of reuse of driver code. This
    patch adds core support for these devices.

    In order to handle systems which do not use the generic clock API a
    simple wrapper for the 32kHz clock domain in the devices is provided.
    Once the generic clock API is widely available this code will be moved
    over to use that.

    For simplicity some WM5102 specific code is included in the core driver,
    the effort involved in splitting the device out isn't worth it.

    Signed-off-by: Mark Brown

    Mark Brown
     
  • Several forthcoming Wolfson devices are based on a common platform
    known as Arizona allowing a great deal of reuse of driver code. This
    patch adds register definitions for these devices.

    Signed-off-by: Mark Brown

    Mark Brown