[PATCH] ASoC: Samsung: Add arndale_rt5631 machine driver and binding

2014-11-26 Thread Krishna Mohan Dani
is being added. This patch also documents the device tree binding for the Arndale board based machine driver. Signed-off-by: Claude Youn claude.y...@gmail.com Signed-off-by: Krishna Mohan Dani krishna...@samsung.com --- .../devicetree/bindings/sound/arndale.txt | 24 sound/soc/samsung

[PATCH] ASoC: rt5631: Fixing compilation warning when DT is disabled

2014-11-24 Thread Krishna Mohan Dani
Fixes the following compilation warning: Warning: 'rt5631_i2c_dt_ids' defined but not used - when DT is not used. Signed-off-by: Claude Youn claude.y...@gmail.com Signed-off-by: Krishna Mohan Dani krishna...@samsung.com --- sound/soc/codecs/rt5631.c |2 +- 1 file changed, 1 insertion(+), 1

[PATCH] ASoC: Arndale: Add machine device tree binding documentation for Arndale board

2014-11-23 Thread Krishna Mohan Dani
Document the device tree binding for the Arndale board based machine driver. Signed-off-by: Krishna Mohan Dani krishna...@samsung.com --- .../devicetree/bindings/sound/arndale.txt | 24 1 file changed, 24 insertions(+) create mode 100644 Documentation/devicetree

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

2014-11-13 Thread Krishna Mohan Dani
- 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

[PATCH 1/4 V3] ASoC: ALC5631/RT5631: Add device tree binding documentation

2014-11-13 Thread Krishna Mohan Dani
Document the device tree binding for the ALC5631 codec and update vendor specific prefix for the Realtek. Signed-off-by: Krishna Mohan Dani krishna...@samsung.com --- Documentation/devicetree/bindings/sound/rt5631.txt | 48 1 file changed, 48 insertions(+) create mode

[PATCH 2/4 V3] ASoC: Samsung: Add arndale_rt5631 machine driver

2014-11-13 Thread Krishna Mohan Dani
is being added. Signed-off-by: Claude Youn claude.y...@gmail.com Signed-off-by: Krishna Mohan Dani krishna...@samsung.com --- sound/soc/samsung/Kconfig |6 ++ sound/soc/samsung/Makefile |2 + sound/soc/samsung/arndale_rt5631.c | 150 3

[PATCH 3/4 V3] Sound: Kconfig: Adding the description of the codec

2014-11-13 Thread Krishna Mohan Dani
Signed-off-by: Krishna Mohan Dani krishna...@samsung.com --- sound/soc/codecs/Kconfig |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index a68d173..7e43e97 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs

[PATCH 4/4 V3] ASoC: rt5631: Adding Device Tree compatibility to Realtek's ALC5631/RT5631 codec driver

2014-11-13 Thread Krishna Mohan Dani
Signed-off-by: Krishna Mohan Dani krishna...@samsung.com --- sound/soc/codecs/rt5631.c |9 + 1 file changed, 9 insertions(+) diff --git a/sound/soc/codecs/rt5631.c b/sound/soc/codecs/rt5631.c index 1ba27db..3b7d5e4 100644 --- a/sound/soc/codecs/rt5631.c +++ b/sound/soc/codecs/rt5631

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

2014-11-12 Thread Krishna Mohan Dani
- 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 Krishna Mohan Dani (4): ASoC: ALC5631/RT5631: Add device tree binding documentation

[PATCH 1/4 V2] ASoC: ALC5631/RT5631: Add device tree binding documentation

2014-11-12 Thread Krishna Mohan Dani
Document the device tree binding for the ALC5631 codec and update vendor specific prefix for the Realtek. Signed-off-by: Krishna Mohan Dani krishna...@samsung.com --- Documentation/devicetree/bindings/sound/rt5631.txt | 48 1 file changed, 48 insertions(+) create mode

[PATCH 2/4 V2] ASoC: Samsung: Add arndale_rt5631 machine driver

2014-11-12 Thread Krishna Mohan Dani
is being added. Signed-off-by: Krishna Mohan Dani krishna...@samsung.com --- sound/soc/samsung/Kconfig |6 ++ sound/soc/samsung/Makefile |2 + sound/soc/samsung/arndale_rt5631.c | 166 3 files changed, 174 insertions(+) create mode 100644

[PATCH 3/4 V2] Sound: Kconfig: Adding the description of the codec

2014-11-12 Thread Krishna Mohan Dani
Signed-off-by: Krishna Mohan Dani krishna...@samsung.com --- sound/soc/codecs/Kconfig |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index a68d173..2d85887 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs

[PATCH 4/4 V2] ASoC: rt5631: Adding Device Tree compatibility to Realtek's ALC5631 codec driver

2014-11-12 Thread Krishna Mohan Dani
Signed-off-by: Krishna Mohan Dani krishna...@samsung.com --- sound/soc/codecs/rt5631.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/sound/soc/codecs/rt5631.c b/sound/soc/codecs/rt5631.c index 1ba27db..101b205 100644 --- a/sound/soc/codecs/rt5631.c +++ b/sound/soc/codecs

[PATCH 1/4] ASoC: ALC5631/RT5631: Add device tree binding documentation

2014-11-11 Thread Krishna Mohan Dani
Document the device tree binding for the ALC5631 codec and update vendor specific prefix for the Realtek. Signed-off-by: Krishna Mohan Dani krishna...@samsung.com --- Documentation/devicetree/bindings/sound/rt5631.txt | 48 1 file changed, 48 insertions(+) create mode

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

2014-11-11 Thread Krishna Mohan Dani
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. Krishna Mohan Dani (4): ASoC: ALC5631/RT5631: Add device tree binding documentation ASoC: Samsung: Add

[PATCH 2/4] ASoC: Samsung: Add arndale_rt5631 machine driver

2014-11-11 Thread Krishna Mohan Dani
is being added. Signed-off-by: Krishna Mohan Dani krishna...@samsung.com --- sound/soc/samsung/Kconfig |6 ++ sound/soc/samsung/Makefile |2 + sound/soc/samsung/arndale_rt5631.c | 166 3 files changed, 174 insertions(+) create mode 100644

[PATCH 3/4] Sound: Kconfig: Adding the description of the codec

2014-11-11 Thread Krishna Mohan Dani
Signed-off-by: Krishna Mohan Dani krishna...@samsung.com --- sound/soc/codecs/Kconfig |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index a68d173..2d85887 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs

[PATCH 4/4] ASoC: rt5631: Adding Device Tree compatibility to Realtek's ALC5631 codec driver

2014-11-11 Thread Krishna Mohan Dani
Signed-off-by: Krishna Mohan Dani krishna...@samsung.com --- sound/soc/codecs/rt5631.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/sound/soc/codecs/rt5631.c b/sound/soc/codecs/rt5631.c index 1ba27db..101b205 100644 --- a/sound/soc/codecs/rt5631.c +++ b/sound/soc/codecs

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

2014-11-10 Thread Krishna Mohan Dani
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. Krishna Mohan Dani (4): ASoC: ALC5631: Add device tree binding documentation Sound: Samsung: Add sound

[PATCH 1/4] ASoC: ALC5631: Add device tree binding documentation

2014-11-10 Thread Krishna Mohan Dani
Document the device tree binding for the ALC5631 codec and update vendor specific prefix for the Realtek. Signed-off-by: Krishna Mohan Dani krishna...@samsung.com --- Documentation/devicetree/bindings/sound/rt5631.txt | 41 1 file changed, 41 insertions(+) create mode

[PATCH 2/4] Sound: Samsung: Add sound card machine driver for Arndale Board

2014-11-10 Thread Krishna Mohan Dani
is being added. Signed-off-by: Krishna Mohan Dani krishna...@samsung.com --- sound/soc/samsung/Kconfig |6 ++ sound/soc/samsung/Makefile |2 + sound/soc/samsung/arndale_rt5631.c | 167 3 files changed, 175 insertions(+) create mode 100644

[PATCH 4/4] Sound: DT: Adding Device Tree compatibility to Realtek's ALC5631 codec driver

2014-11-10 Thread Krishna Mohan Dani
Signed-off-by: Krishna Mohan Dani krishna...@samsung.com --- sound/soc/codecs/rt5631.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/sound/soc/codecs/rt5631.c b/sound/soc/codecs/rt5631.c index 1ba27db..d7c3f42 100644 --- a/sound/soc/codecs/rt5631.c +++ b/sound/soc/codecs

[PATCH 3/4] Sound: Kconfig: Adding the description of the codec

2014-11-10 Thread Krishna Mohan Dani
Signed-off-by: Krishna Mohan Dani krishna...@samsung.com --- sound/soc/codecs/Kconfig |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index a68d173..2d85887 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs

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

2014-10-27 Thread Krishna Mohan Dani
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. Krishna Mohan Dani (4): ASoC: ALC5631: Add device tree binding documentation Sound: Samsung: Add sound

[PATCH 1/4] ASoC: ALC5631: Add device tree binding documentation

2014-10-27 Thread Krishna Mohan Dani
Document the device tree binding for the ALC5631 codec and update vendor specific prefix for the Realtek. Signed-off-by: Krishna Mohan Dani krishna...@samsung.com --- Documentation/devicetree/bindings/sound/rt5631.txt | 41 1 file changed, 41 insertions(+) create mode

[PATCH 4/4] Sound: DT: Adding Device Tree compatibility to Realtek's ALC5631 codec driver

2014-10-27 Thread Krishna Mohan Dani
Signed-off-by: Krishna Mohan Dani krishna...@samsung.com --- sound/soc/codecs/rt5631.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/sound/soc/codecs/rt5631.c b/sound/soc/codecs/rt5631.c index 1ba27db..d7c3f42 100644 --- a/sound/soc/codecs/rt5631.c +++ b/sound/soc/codecs

[PATCH 2/4] Sound: Samsung: Add sound card machine driver for Arndale Board

2014-10-27 Thread Krishna Mohan Dani
is being added. Signed-off-by: Krishna Mohan Dani krishna...@samsung.com --- sound/soc/samsung/Kconfig |6 ++ sound/soc/samsung/Makefile |2 + sound/soc/samsung/arndale_rt5631.c | 167 3 files changed, 175 insertions(+) create mode 100644

[PATCH 3/4] Sound: Kconfig: Adding the description of the codec

2014-10-27 Thread Krishna Mohan Dani
Signed-off-by: Krishna Mohan Dani krishna...@samsung.com --- sound/soc/codecs/Kconfig |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index a68d173..2d85887 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs