<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/package/kernel/linux/modules/sound.mk, branch v17.01.3</title>
<subtitle>MTK 20170518 : Mediatek SDK based on OpenWRT Barrier Breaker</subtitle>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/'/>
<entry>
<title>kernel: fix autoloading arch-specific modules</title>
<updated>2017-05-25T15:21:36+00:00</updated>
<author>
<name>Yousong Zhou</name>
<email>yszhou4tech@gmail.com</email>
</author>
<published>2017-05-25T06:41:34+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=2f92622ce8e1bf3a27ecd0aa7e71a5b2aee39f12'/>
<id>2f92622ce8e1bf3a27ecd0aa7e71a5b2aee39f12</id>
<content type='text'>
Fixes FS#745

Signed-off-by: Yousong Zhou &lt;yszhou4tech@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes FS#745

Signed-off-by: Yousong Zhou &lt;yszhou4tech@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: fix kmod-sound-core build error</title>
<updated>2016-11-05T21:24:25+00:00</updated>
<author>
<name>Mathias Kresin</name>
<email>dev@kresin.me</email>
</author>
<published>2016-11-05T21:21:20+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=578f7b9c597b0ea9bcf0726cc681713c0672edfe'/>
<id>578f7b9c597b0ea9bcf0726cc681713c0672edfe</id>
<content type='text'>
Fix build error introduced with 2ab6aac.

Signed-off-by: Mathias Kresin &lt;dev@kresin.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix build error introduced with 2ab6aac.

Signed-off-by: Mathias Kresin &lt;dev@kresin.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: add SND_PCM_TIMER to kmod-sound-core</title>
<updated>2016-11-05T21:03:42+00:00</updated>
<author>
<name>Dmitry Sutyagin</name>
<email>f3flight@gmail.com</email>
</author>
<published>2016-11-05T20:54:12+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=2ab6aaca4dfe1265006dae3f3cd0fd838f9bf2af'/>
<id>2ab6aaca4dfe1265006dae3f3cd0fd838f9bf2af</id>
<content type='text'>
FS#256

Fix audio not working due to unset SND_PCM_TIMER. CONFIG_SND_PCM_TIMER
is required for ALSA to work (at least for some audio devices),
otherwise applications using sound may fail. Can be reproduced by
installing "alsa-utils-tests" and running "speaker-test":

...
ALSA lib pcm_direct.c:1159:(snd1_pcm_direct_initialize_poll_fd) unable to open timer 'hw:CLASS=3,SCLASS=0,CARD=0,DEV=0,SUBDEV=0'
ALSA lib pcm_dmix.c:1106:(snd_pcm_dmix_open) unable to initialize poll_fd
Playback open error: -19,No such device

The kernel size does not increase, only the size of the kernel module
increases.

Signed-off-by: Dmitry Sutyagin &lt;f3flight@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
FS#256

Fix audio not working due to unset SND_PCM_TIMER. CONFIG_SND_PCM_TIMER
is required for ALSA to work (at least for some audio devices),
otherwise applications using sound may fail. Can be reproduced by
installing "alsa-utils-tests" and running "speaker-test":

...
ALSA lib pcm_direct.c:1159:(snd1_pcm_direct_initialize_poll_fd) unable to open timer 'hw:CLASS=3,SCLASS=0,CARD=0,DEV=0,SUBDEV=0'
ALSA lib pcm_dmix.c:1106:(snd_pcm_dmix_open) unable to initialize poll_fd
Playback open error: -19,No such device

The kernel size does not increase, only the size of the kernel module
increases.

Signed-off-by: Dmitry Sutyagin &lt;f3flight@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: fix kmod-sound-hda-core on Linux 3.18</title>
<updated>2016-10-04T23:38:13+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jo@mein.io</email>
</author>
<published>2016-10-04T23:35:52+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=4855fa35e37726b90466ed032cae46e4bb8cf83c'/>
<id>4855fa35e37726b90466ed032cae46e4bb8cf83c</id>
<content type='text'>
The kmod-sound-hda-core module attempts to package snd-hda-core.ko which
does not exist in Linux 3.18, therfore only use it for kernels &gt;= 4.1

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The kmod-sound-hda-core module attempts to package snd-hda-core.ko which
does not exist in Linux 3.18, therfore only use it for kernels &gt;= 4.1

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: add missing snd-hda-intel module for Linux 3.18 and 4.1</title>
<updated>2016-10-04T22:45:12+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jo@mein.io</email>
</author>
<published>2016-10-04T22:43:10+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=8462ec31345fdf9adde0faeb5096cb56d3165905'/>
<id>8462ec31345fdf9adde0faeb5096cb56d3165905</id>
<content type='text'>
Prior to kernel 4.4, the hda-intel module depends on the hda-controller
utility submodule so bundle it for the older kernel versions.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prior to kernel 4.4, the hda-intel module depends on the hda-controller
utility submodule so bundle it for the older kernel versions.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: fix sound-hda-core dependency</title>
<updated>2016-10-04T14:01:42+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@nbd.name</email>
</author>
<published>2016-10-04T13:56:53+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=4a5bab78a246189f080976d4c39fa500b02a505c'/>
<id>4a5bab78a246189f080976d4c39fa500b02a505c</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel/sound: Add support for PCI HD Audio devices</title>
<updated>2016-10-04T09:50:47+00:00</updated>
<author>
<name>Daniel Dickinson</name>
<email>lede@cshore.thecshore.com</email>
</author>
<published>2016-09-29T08:19:08+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=8a542b8516b4f25a83652f0b1ae20f2aeabfa5b0'/>
<id>8a542b8516b4f25a83652f0b1ae20f2aeabfa5b0</id>
<content type='text'>
This patch set adds support for PCI Intel HD Audio
sound devices.  This is useful for multimedia packages
in the packages feed that one may use to create audio
servers.

Signed-off-by: Daniel Dickinson &lt;lede@cshore.thecshore.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch set adds support for PCI Intel HD Audio
sound devices.  This is useful for multimedia packages
in the packages feed that one may use to create audio
servers.

Signed-off-by: Daniel Dickinson &lt;lede@cshore.thecshore.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: fix duplicate drivers for the PC speaker in one package</title>
<updated>2016-07-03T17:35:43+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@nbd.name</email>
</author>
<published>2016-07-03T17:35:42+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=f5088dc13f5aaaf3eade8cc78f3904eafdca9440'/>
<id>f5088dc13f5aaaf3eade8cc78f3904eafdca9440</id>
<content type='text'>
Only use the ALSA capable one, it supports regular beeps as well

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Only use the ALSA capable one, it supports regular beeps as well

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: Add dummy sound driver</title>
<updated>2015-12-11T15:05:53+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2015-12-11T15:05:53+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=f03bf608b15125049fe5b9e9b79db1a9d0750182'/>
<id>f03bf608b15125049fe5b9e9b79db1a9d0750182</id>
<content type='text'>
Useful when using sound players that can send to icecast, etc. without any sound device attached.

Signed-off-by: Ted Hess &lt;thess@kitschensync.net&gt;

SVN-Revision: 47852
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Useful when using sound players that can send to icecast, etc. without any sound device attached.

Signed-off-by: Ted Hess &lt;thess@kitschensync.net&gt;

SVN-Revision: 47852
</pre>
</div>
</content>
</entry>
<entry>
<title>modules: package VIA AC97 modules</title>
<updated>2015-10-26T11:54:15+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2015-10-26T11:54:15+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=91a46f9df1958d20e882f0dbc28ea8acb8215124'/>
<id>91a46f9df1958d20e882f0dbc28ea8acb8215124</id>
<content type='text'>
Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;

SVN-Revision: 47274
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;

SVN-Revision: 47274
</pre>
</div>
</content>
</entry>
</feed>
