[PATCH v4 13/15] ASoC: codec/dw-hdmi-audio: add codec driver for dw hdmi audio

2015-03-26 Thread Mark Brown
On Sat, Feb 28, 2015 at 09:59:20PM -0500, Yakir Yang wrote: > codec driver creat an standard alsa device, than config audio > and report jack status through some callback interfaces that > dw_hdmi driver support. Looking at this it's not althogether clear to me how specific this is to the

[PATCH v4 13/15] ASoC: codec/dw-hdmi-audio: add codec driver for dw hdmi audio

2015-03-02 Thread Yakir Yang
在 2015/3/2 17:15, Paul Bolle 写道: > On Sat, 2015-02-28 at 21:59 -0500, Yakir Yang wrote: >> --- /dev/null >> +++ b/sound/soc/codecs/dw-hdmi-audio.c >> @@ -0,0 +1,379 @@ >> +/* >> + * dw-hdmi-codec.c > Doesn't match the filename. Is this line needed? Thanks, this comment are good for read,

[PATCH v4 13/15] ASoC: codec/dw-hdmi-audio: add codec driver for dw hdmi audio

2015-03-02 Thread Paul Bolle
On Sat, 2015-02-28 at 21:59 -0500, Yakir Yang wrote: > --- /dev/null > +++ b/sound/soc/codecs/dw-hdmi-audio.c > @@ -0,0 +1,379 @@ > +/* > + * dw-hdmi-codec.c Doesn't match the filename. Is this line needed? > + * DesignerWare ALSA SoC DAI driver for DW HDMI audio. > + * Copyright (c) 2014,

[PATCH v4 13/15] ASoC: codec/dw-hdmi-audio: add codec driver for dw hdmi audio

2015-02-28 Thread Yakir Yang
codec driver creat an standard alsa device, than config audio and report jack status through some callback interfaces that dw_hdmi driver support. Signed-off-by: Yakir Yang --- Changes in v4: - Replace delaywork with irq thread, and add suspend/resume interfaces, Replace "dw-hdmi-audio" with