<?xml version="1.0" encoding="ANSI_X3.4-1968"?>
<rss version="2.0">
  <channel>
    <link>http://www.kernellabs.com/hg/~dheitmueller/v4l-dvb-mc-alsa/</link>
    <language>en-us</language>

    <title>~dheitmueller/v4l-dvb-mc-alsa Changelog</title>
    <description>~dheitmueller/v4l-dvb-mc-alsa Changelog</description>
    <item>
    <title>mc: make entity node registration generic</title>
    <link>http://www.kernellabs.com/hg/~dheitmueller/v4l-dvb-mc-alsa/rev/06622e0ebe8f</link>
    <description><![CDATA[mc: make entity node registration generic<br/>
<br/>
From: Devin Heitmueller &lt;dheitmueller@kernellabs.com&gt;<br/>
<br/>
Make the notion of entity registration generic, which eliminates the need for an ALSA struct<br/>
to wrap the entity.<br/>
<br/>
Priority: normal<br/>
<br/>
Signed-off-by: Devin Heitmueller &lt;dheitmueller@kernellabs.com&gt;]]></description>
    <author>&#68;&#101;&#118;&#105;&#110;&#32;&#72;&#101;&#105;&#116;&#109;&#117;&#101;&#108;&#108;&#101;&#114;&#32;&#60;&#100;&#104;&#101;&#105;&#116;&#109;&#117;&#101;&#108;&#108;&#101;&#114;&#64;&#107;&#101;&#114;&#110;&#101;&#108;&#108;&#97;&#98;&#115;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Thu, 24 Sep 2009 16:49:59 -0400</pubDate>
</item>
<item>
    <title>mc: move stuff for ALSA node type into common files</title>
    <link>http://www.kernellabs.com/hg/~dheitmueller/v4l-dvb-mc-alsa/rev/35af6c47f327</link>
    <description><![CDATA[mc: move stuff for ALSA node type into common files<br/>
<br/>
From: Devin Heitmueller &lt;dheitmueller@kernellabs.com&gt;<br/>
<br/>
Generalize the code for ALSA node types so it can be shared by other drivers.<br/>
<br/>
Priority: normal<br/>
<br/>
Signed-off-by: Devin Heitmueller &lt;dheitmueller@kernellabs.com&gt;]]></description>
    <author>&#68;&#101;&#118;&#105;&#110;&#32;&#72;&#101;&#105;&#116;&#109;&#117;&#101;&#108;&#108;&#101;&#114;&#32;&#60;&#100;&#104;&#101;&#105;&#116;&#109;&#117;&#101;&#108;&#108;&#101;&#114;&#64;&#107;&#101;&#114;&#110;&#101;&#108;&#108;&#97;&#98;&#115;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Fri, 18 Sep 2009 00:30:38 -0400</pubDate>
</item>
<item>
    <title>v4l2-mc: asthetic cleanups of per-node attributes</title>
    <link>http://www.kernellabs.com/hg/~dheitmueller/v4l-dvb-mc-alsa/rev/eb9aae1641e6</link>
    <description><![CDATA[v4l2-mc: asthetic cleanups of per-node attributes<br/>
<br/>
From: Devin Heitmueller &lt;dheitmueller@kernellabs.com&gt;<br/>
<br/>
Just a couple of minor cleanups to the printf() output in the v4l2-mc sample<br/>
app.<br/>
<br/>
Priority: normal<br/>
<br/>
Signed-off-by: Devin Heitmueller &lt;dheitmueller@kernellabs.com&gt;]]></description>
    <author>&#68;&#101;&#118;&#105;&#110;&#32;&#72;&#101;&#105;&#116;&#109;&#117;&#101;&#108;&#108;&#101;&#114;&#32;&#60;&#100;&#104;&#101;&#105;&#116;&#109;&#117;&#101;&#108;&#108;&#101;&#114;&#64;&#107;&#101;&#114;&#110;&#101;&#108;&#108;&#97;&#98;&#115;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Thu, 17 Sep 2009 23:40:01 -0400</pubDate>
</item>
<item>
    <title>mc: take a first crack at providing media controller ALSA node for em28xx</title>
    <link>http://www.kernellabs.com/hg/~dheitmueller/v4l-dvb-mc-alsa/rev/c203c90a3677</link>
    <description><![CDATA[mc: take a first crack at providing media controller ALSA node for em28xx<br/>
<br/>
From: Devin Heitmueller &lt;dheitmueller@kernellabs.com&gt;<br/>
<br/>
This introduces an ALSA media controller node for the em28xx (when using<br/>
vendor audio).  Still needs considerable refactoring to make more generic, but<br/>
it gets the point across.<br/>
<br/>
Priority: normal<br/>
<br/>
Signed-off-by: Devin Heitmueller &lt;dheitmueller@kernellabs.com&gt;]]></description>
    <author>&#68;&#101;&#118;&#105;&#110;&#32;&#72;&#101;&#105;&#116;&#109;&#117;&#101;&#108;&#108;&#101;&#114;&#32;&#60;&#100;&#104;&#101;&#105;&#116;&#109;&#117;&#101;&#108;&#108;&#101;&#114;&#64;&#107;&#101;&#114;&#110;&#101;&#108;&#108;&#97;&#98;&#115;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Thu, 17 Sep 2009 23:39:04 -0400</pubDate>
</item>
<item>
    <title>v4l2-mc: Show the appropriate fields given the type/subtype</title>
    <link>http://www.kernellabs.com/hg/~dheitmueller/v4l-dvb-mc-alsa/rev/7d8ef3a88dae</link>
    <description><![CDATA[v4l2-mc: Show the appropriate fields given the type/subtype<br/>
<br/>
From: Devin Heitmueller &lt;dheitmueller@kernellabs.com&gt;<br/>
<br/>
Because the v4l2 entity structure is a union, we only want to show the fields<br/>
that correspond to the entity type.<br/>
<br/>
Priority: normal<br/>
<br/>
Signed-off-by: Devin Heitmueller &lt;dheitmueller@kernellabs.com&gt;]]></description>
    <author>&#68;&#101;&#118;&#105;&#110;&#32;&#72;&#101;&#105;&#116;&#109;&#117;&#101;&#108;&#108;&#101;&#114;&#32;&#60;&#100;&#104;&#101;&#105;&#116;&#109;&#117;&#101;&#108;&#108;&#101;&#114;&#64;&#107;&#101;&#114;&#110;&#101;&#108;&#108;&#97;&#98;&#115;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Thu, 17 Sep 2009 21:46:22 -0400</pubDate>
</item>
<item>
    <title>Add the official RFCs to keep them under version control</title>
    <link>http://www.kernellabs.com/hg/~dheitmueller/v4l-dvb-mc-alsa/rev/5f6974f96a5d</link>
    <description><![CDATA[Add the official RFCs to keep them under version control<br/>
<br/>
From: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;<br/>
<br/>
Priority: normal<br/>
<br/>
Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;]]></description>
    <author>&#72;&#97;&#110;&#115;&#32;&#86;&#101;&#114;&#107;&#117;&#105;&#108;&#32;&#60;&#104;&#118;&#101;&#114;&#107;&#117;&#105;&#108;&#64;&#120;&#115;&#52;&#97;&#108;&#108;&#46;&#110;&#108;&#62;</author>
    <pubDate>Sun, 13 Sep 2009 20:54:54 +0300</pubDate>
</item>
<item>
    <title>ivtv: Model passthrough mode in the topology</title>
    <link>http://www.kernellabs.com/hg/~dheitmueller/v4l-dvb-mc-alsa/rev/3beb97748489</link>
    <description><![CDATA[ivtv: Model passthrough mode in the topology<br/>
<br/>
From: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;<br/>
<br/>
Priority: normal<br/>
<br/>
Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;]]></description>
    <author>&#72;&#97;&#110;&#115;&#32;&#86;&#101;&#114;&#107;&#117;&#105;&#108;&#32;&#60;&#104;&#118;&#101;&#114;&#107;&#117;&#105;&#108;&#64;&#120;&#115;&#52;&#97;&#108;&#108;&#46;&#110;&#108;&#62;</author>
    <pubDate>Sun, 13 Sep 2009 19:40:37 +0200</pubDate>
</item>
<item>
    <title>v4l2-mc: add support for dot to draw the topology</title>
    <link>http://www.kernellabs.com/hg/~dheitmueller/v4l-dvb-mc-alsa/rev/ad9d1d3197db</link>
    <description><![CDATA[v4l2-mc: add support for dot to draw the topology<br/>
<br/>
From: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;<br/>
<br/>
Priority: normal<br/>
<br/>
Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;]]></description>
    <author>&#72;&#97;&#110;&#115;&#32;&#86;&#101;&#114;&#107;&#117;&#105;&#108;&#32;&#60;&#104;&#118;&#101;&#114;&#107;&#117;&#105;&#108;&#64;&#120;&#115;&#52;&#97;&#108;&#108;&#46;&#110;&#108;&#62;</author>
    <pubDate>Sat, 12 Sep 2009 19:25:19 +0200</pubDate>
</item>
<item>
    <title>ivtv: hook up device nodes into the network.</title>
    <link>http://www.kernellabs.com/hg/~dheitmueller/v4l-dvb-mc-alsa/rev/82f6a2acf7b5</link>
    <description><![CDATA[ivtv: hook up device nodes into the network.<br/>
<br/>
From: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;<br/>
<br/>
Priority: normal<br/>
<br/>
Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;]]></description>
    <author>&#72;&#97;&#110;&#115;&#32;&#86;&#101;&#114;&#107;&#117;&#105;&#108;&#32;&#60;&#104;&#118;&#101;&#114;&#107;&#117;&#105;&#108;&#64;&#120;&#115;&#52;&#97;&#108;&#108;&#46;&#110;&#108;&#62;</author>
    <pubDate>Sat, 12 Sep 2009 18:44:11 +0200</pubDate>
</item>
<item>
    <title>v4l2-apps: simplify v4l2-mc output.</title>
    <link>http://www.kernellabs.com/hg/~dheitmueller/v4l-dvb-mc-alsa/rev/340f5e3ca78f</link>
    <description><![CDATA[v4l2-apps: simplify v4l2-mc output.<br/>
<br/>
From: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;<br/>
<br/>
Priority: normal<br/>
<br/>
Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;]]></description>
    <author>&#72;&#97;&#110;&#115;&#32;&#86;&#101;&#114;&#107;&#117;&#105;&#108;&#32;&#60;&#104;&#118;&#101;&#114;&#107;&#117;&#105;&#108;&#64;&#120;&#115;&#52;&#97;&#108;&#108;&#46;&#110;&#108;&#62;</author>
    <pubDate>Sat, 12 Sep 2009 18:31:50 +0200</pubDate>
</item>

  </channel>
</rss>
