[PATCH 3/4] dt-bindings: sound: add binding for pcm1792a

2015-11-20 Thread Raphael Poggi
From: Raphael Poggi Add a binding for specify channel selection. Signed-off-by: Raphael Poggi --- Documentation/devicetree/bindings/sound/pcm1792a.txt | 5 + 1 file changed, 5 insertions(+) diff --git a/Documentation/devicetree/bindings/sound/pcm1792a.txt b/Documentation/devicetree

[PATCH 4/4] sound: codecs: pcm1792a: introduce channel side

2015-11-20 Thread Raphael Poggi
From: Raphael Poggi Add possibility to choose the channel side using the device tree, and also modify it using alsa ctrl. Signed-off-by: Raphael Poggi --- sound/soc/codecs/pcm1792a.c | 46 + 1 file changed, 46 insertions(+) diff --git a/sound/soc

[PATCH 2/4] sound: codecs: pcm1792a: add define for register

2015-11-20 Thread Raphael Poggi
From: Raphael Poggi Use define for register instead of number, when it is possible. Doing this, make easier to read and use in the code. Signed-off-by: Raphael Poggi --- sound/soc/codecs/pcm1792a.c | 47 +++-- 1 file changed, 28 insertions(+), 19

[PATCH 0/4] New feature and clean up for pcm1792a driver

2015-11-20 Thread Raphael Poggi
From: Raphael Poggi Hi, This patch series support for the channel selection (stereo/left/right) based on device tree bindings. It also adds some registers defines and cleans up weird test on function exit. Raphael Poggi (4): sound: codecs: pcm1792a: clean function exit sound: codecs

[PATCH 1/4] sound: codecs: pcm1792a: clean function exit

2015-11-20 Thread Raphael Poggi
From: Raphael Poggi Signed-off-by: Raphael Poggi --- sound/soc/codecs/pcm1792a.c | 14 -- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/sound/soc/codecs/pcm1792a.c b/sound/soc/codecs/pcm1792a.c index 08bb486..cf42b24 100644 --- a/sound/soc/codecs/pcm1792a.c +++ b

[PATCH] dt-bindings: ak4554: extension should be .txt

2015-11-06 Thread Raphael Poggi
Signed-off-by: Raphaƫl Poggi --- Documentation/devicetree/bindings/sound/ak4554.c | 11 --- Documentation/devicetree/bindings/sound/ak4554.txt | 11 +++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 Documentation/devicetree/bindings/sound/ak4554.c creat