[PATCH 0/4 V3] Arndale: Adding Sound Machine Driver for ALC5631 Codec

Krishna Mohan Dani krishna.md at samsung.com
Thu Nov 13 04:14:20 PST 2014


These patches add machine driver to instantiate I2S based realtek's
 ALC5631 based sound card on Arndale board.

There are other variants of Audio Daughter Cards for Arndale
Board for which support already exists but there is no support for
Realtek's alc5631 codec based card hence support for ALC5631 based
machine driver is being added.

Most of the code has been pulled from insignal's git for Arndale and
modified to suit the maintain syntax. Machine driver has been made
DT compatible.

Changes done:
        - Removed ifdef for of_device_id structure as commented by Mark Brown
        - Supporting both variants of device name:alc5631 and rt5631 as
          commented by Mark Brown
        - Added "return -EINVAL" if cpu_of_node or codec_of_node is not
          found in dtb, as commented by Anil Kumar
        - Removed i2s specific changes
        - Added signed off of claude
        - Removed CONFIG_OF check from rt5631.c codec driver and other changes

Krishna Mohan Dani (4):
  ASoC: ALC5631/RT5631: Add device tree binding documentation
  ASoC: Samsung: Add arndale_rt5631 machine driver
  Sound: Kconfig: Adding the description of the codec
  ASoC: rt5631: Adding Device Tree compatibility to Realtek's
    ALC5631/RT5631 codec driver

 Documentation/devicetree/bindings/sound/rt5631.txt |   48 +++++++
 sound/soc/codecs/Kconfig                           |    3 +-
 sound/soc/codecs/rt5631.c                          |    9 ++
 sound/soc/samsung/Kconfig                          |    6 +
 sound/soc/samsung/Makefile                         |    2 +
 sound/soc/samsung/arndale_rt5631.c                 |  150 ++++++++++++++++++++
 6 files changed, 217 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/sound/rt5631.txt
 create mode 100644 sound/soc/samsung/arndale_rt5631.c

-- 
1.7.9.5




More information about the linux-arm-kernel mailing list