<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi Russell,<br>
    <br>
    <div class="moz-cite-prefix">在 2015/8/8 23:35, Russell King - ARM
      Linux 写道:<br>
    </div>
    <blockquote cite="mid:20150808153540.GL7557@n2100.arm.linux.org.uk"
      type="cite">
      <pre wrap="">On Sat, Jun 20, 2015 at 12:28:15AM +0800, Yakir Yang wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">Add ALSA based HDMI I2S audio driver for dw_hdmi. Sound card
driver could connect to this codec through the codec dai name
"dw-hdmi-i2s-audio".
</pre>
      </blockquote>
      <pre wrap="">
I'm applying this patch to my tree with some changes.  I haven't seen
anyone ack it, nor review it any further.  I'm hoping someone can ack
this patch with the following changes below - I'll be posting it as
part of my dw-hdmi devel updates later today.
</pre>
    </blockquote>
    Aha, wow !!!  <br>
    I'm so happy now :-D<span style="color: rgb(51, 51, 51);
      font-family: arial, 宋体, sans-serif; font-size: 14px; font-style:
      normal; font-variant: normal; font-weight: normal; letter-spacing:
      normal; line-height: 24px; orphans: auto; text-align: start;
      text-indent: 28px; text-transform: none; white-space: normal;
      widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px;
      display: inline !important; float: none; background-color:
      rgb(255, 255, 255);"></span> , many thanks for your improved and
    applay.<br>
    <br>
    - Yakir<br>
    <br>
    <blockquote cite="mid:20150808153540.GL7557@n2100.arm.linux.org.uk"
      type="cite">
      <pre wrap="">
</pre>
      <blockquote type="cite">
        <pre wrap="">+  ret = request_irq(dw->data.irq, snd_dw_hdmi_irq, IRQF_SHARED,
+                         "dw-dw-audio", dw);
</pre>
      </blockquote>
      <pre wrap="">
                          DRIVER_NAME, dw);

</pre>
      <blockquote type="cite">
        <pre wrap="">+MODULE_AUTHOR("Yakir Yang <a class="moz-txt-link-rfc2396E" href="mailto:ykk@rock-chips.com"><ykk@rock-chips.com></a>");
+MODULE_DESCRIPTION("DW dw Audio ASoC Interface");
</pre>
      </blockquote>
      <pre wrap="">
Fixing this to be "Synopsis DesignWare HDMI I2S ASoC interface".

</pre>
      <blockquote type="cite">
        <pre wrap="">+MODULE_LICENSE("GPL v2");
+MODULE_ALIAS(PLATFORM_MODULE_PREFIX DRIVER_NAME);
</pre>
      </blockquote>
      <pre wrap="">
Replacing PLATFORM_MODULE_PREFIX with the "platform:" string.

</pre>
      <blockquote type="cite">
        <pre wrap="">+  if (hdmi_readb(hdmi, HDMI_CONFIG1_ID) & HDMI_CONFIG1_AHB) {
                pdevinfo.name = "dw-hdmi-ahb-audio";
</pre>
      </blockquote>
      <pre wrap="">
Fixing this to be "dw-hdmi-i2s-audio".

</pre>
    </blockquote>
    <br>
  </body>
</html>