<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/linux.git/include/linux/mISDNhw.h, branch v3.4.40</title>
<subtitle>Linux Kernel
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v3.4.40</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v3.4.40'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/'/>
<updated>2009-07-25T18:18:16Z</updated>
<entry>
<title>mISDN: Make clearing B-channel a common function</title>
<updated>2009-07-25T18:18:16Z</updated>
<author>
<name>Karsten Keil</name>
<email>keil@b1-systems.de</email>
</author>
<published>2009-07-09T08:02:29Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=fb286f0471a04ef646c8e5c79750ae6718183745'/>
<id>urn:sha1:fb286f0471a04ef646c8e5c79750ae6718183745</id>
<content type='text'>
Clearing B-channel is needed in every driver, so it makes sense
to have it as common function.

Signed-off-by: Karsten Keil &lt;keil@b1-systems.de&gt;
</content>
</entry>
<entry>
<title>mISDN: cleanup mISDNhw.h</title>
<updated>2009-06-11T17:05:32Z</updated>
<author>
<name>Karsten Keil</name>
<email>keil@b1-systems.de</email>
</author>
<published>2009-06-11T13:52:10Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=670025478c2a687453cd1bac697d7d765843f59d'/>
<id>urn:sha1:670025478c2a687453cd1bac697d7d765843f59d</id>
<content type='text'>
Remove unused stuff.

Signed-off-by: Karsten Keil &lt;keil@b1-systems.de&gt;
</content>
</entry>
<entry>
<title>mISDN: Echo canceler now gets delay information from hardware</title>
<updated>2009-05-25T07:51:31Z</updated>
<author>
<name>Andreas Eversberg</name>
<email>andreas@eversberg.eu</email>
</author>
<published>2009-05-22T11:04:46Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=7cfa153dd709f15188fe84b78ae76387841fe17b'/>
<id>urn:sha1:7cfa153dd709f15188fe84b78ae76387841fe17b</id>
<content type='text'>
Added tx-fifo information for calculation of current delay to sync tx and rx
streams for echo canceler.

Signed-off-by: Andreas Eversberg &lt;andreas@eversberg.eu&gt;
Signed-off-by: Karsten Keil &lt;keil@b1-systems.de&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>mISDN: Add E-Channel logging features</title>
<updated>2009-01-09T21:44:25Z</updated>
<author>
<name>Martin Bachem</name>
<email>m.bachem@gmx.de</email>
</author>
<published>2008-09-03T13:17:45Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=1f28fa19d34c0d9186f274e61e4b3dcfc6428c5c'/>
<id>urn:sha1:1f28fa19d34c0d9186f274e61e4b3dcfc6428c5c</id>
<content type='text'>
New prim PH_DATA_E_IND.

 - all E-ch frames are indicated by recv_Echannel(), which pushes E-Channel
   frames into dch's rqueue
 - if dchannel is opened with channel nr 0, no E-Channel logging
   is requested
 - if dchannel is opened with channel nr 1, E-Channel logging
   is requested. if layer1 does not support that, -EINVAL
   in return is appropriate

Signed-off-by: Martin Bachem &lt;m.bachem@gmx.de&gt;
Signed-off-by: Karsten Keil &lt;kkeil@suse.de&gt;
</content>
</entry>
<entry>
<title>mISDN: Add feature via MISDN_CTRL_FILL_EMPTY to fill fifo if empty</title>
<updated>2009-01-09T21:44:22Z</updated>
<author>
<name>Andreas Eversberg</name>
<email>andreas@eversberg.eu</email>
</author>
<published>2008-08-02T20:51:52Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=8dd2f36f317569665e454268a2677cfba3e848f1'/>
<id>urn:sha1:8dd2f36f317569665e454268a2677cfba3e848f1</id>
<content type='text'>
This prevents underrun of fifo when filled and in case of an underrun it
prevents subsequent underruns due to jitter.
Improve dsp, so buffers are kept filled with a certain delay, so moderate
jitter will not cause underrun all the time -&gt; the audio quality is highly
improved. tones are not interrupted by gaps anymore, except when CPU is
stalling or in high load.

Signed-off-by: Andreas Eversberg &lt;andreas@eversberg.eu&gt;
Signed-off-by: Karsten Keil &lt;kkeil@suse.de&gt;
</content>
</entry>
<entry>
<title>Add mISDN core files</title>
<updated>2008-07-26T23:54:58Z</updated>
<author>
<name>Karsten Keil</name>
<email>kkeil@suse.de</email>
</author>
<published>2008-07-26T23:54:58Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=1b2b03f8e514e4f68e293846ba511a948b80243c'/>
<id>urn:sha1:1b2b03f8e514e4f68e293846ba511a948b80243c</id>
<content type='text'>
Add mISDN core files

Signed-off-by: Karsten Keil &lt;kkeil@suse.de&gt;
</content>
</entry>
</feed>
