<feed xmlns='http://www.w3.org/2005/Atom'>
<title>BMC/Intel-BMC/linux.git/sound/soc/Makefile, branch dev</title>
<subtitle>Intel OpenBMC Linux kernel source tree (mirror)</subtitle>
<id>https://git.radix-linux.su/BMC/Intel-BMC/linux.git/atom?h=dev</id>
<link rel='self' href='https://git.radix-linux.su/BMC/Intel-BMC/linux.git/atom?h=dev'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/Intel-BMC/linux.git/'/>
<updated>2015-08-18T05:45:47+00:00</updated>
<entry>
<title>ASoC: topology: Add Kconfig option for topology</title>
<updated>2015-08-18T05:45:47+00:00</updated>
<author>
<name>Mark Brown</name>
<email>broonie@kernel.org</email>
</author>
<published>2015-08-15T15:24:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/Intel-BMC/linux.git/commit/?id=78b50f39142612d01073595d33e7cc48f03a5a2f'/>
<id>urn:sha1:78b50f39142612d01073595d33e7cc48f03a5a2f</id>
<content type='text'>
Allow the topology code to be compiled out so that users who don't need
topology don't need to havve the code compiled in, saving them some
memory.

Some more configuration could be added to remove some of the hooks into
the core data structures but that is probably best done with some
refactoring to use functions to do the updates of the data structures
rather than ifdefing in the code as we'd need to do at the minute.

Suggested-by: Takashi Iwai &lt;tiwai@suse.de&gt;
Signed-off-by: Mark Brown &lt;broonie@kernel.org&gt;
</content>
</entry>
<entry>
<title>Merge remote-tracking branches 'asoc/topic/mediatek', 'asoc/topic/ml26124' and 'asoc/topic/omap' into asoc-next</title>
<updated>2015-06-22T09:24:31+00:00</updated>
<author>
<name>Mark Brown</name>
<email>broonie@kernel.org</email>
</author>
<published>2015-06-22T09:24:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/Intel-BMC/linux.git/commit/?id=861fe717256e7fe2d091d4676a611e6ea2496b15'/>
<id>urn:sha1:861fe717256e7fe2d091d4676a611e6ea2496b15</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ASoC: mediatek: Add AFE platform driver</title>
<updated>2015-06-16T11:51:21+00:00</updated>
<author>
<name>Koro Chen</name>
<email>koro.chen@mediatek.com</email>
</author>
<published>2015-06-15T14:38:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/Intel-BMC/linux.git/commit/?id=ee0bcaff109f36d582df9851f204c9a5eb79c028'/>
<id>urn:sha1:ee0bcaff109f36d582df9851f204c9a5eb79c028</id>
<content type='text'>
This is the DPCM based platform driver of AFE (Audio Front End) unit.

Signed-off-by: Sascha Hauer &lt;s.hauer@pengutronix.de&gt;
Signed-off-by: Koro Chen &lt;koro.chen@mediatek.com&gt;
Signed-off-by: Mark Brown &lt;broonie@kernel.org&gt;
</content>
</entry>
<entry>
<title>Merge remote-tracking branches 'asoc/topic/wm8994', 'asoc/topic/wm8996' and 'asoc/topic/zx' into asoc-next</title>
<updated>2015-06-05T17:55:07+00:00</updated>
<author>
<name>Mark Brown</name>
<email>broonie@kernel.org</email>
</author>
<published>2015-06-05T17:55:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/Intel-BMC/linux.git/commit/?id=11e688862c4c8162119a4ca51c3326555966c8bb'/>
<id>urn:sha1:11e688862c4c8162119a4ca51c3326555966c8bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ASoC: zx: Add zx296702 SPDIF support</title>
<updated>2015-06-04T12:05:07+00:00</updated>
<author>
<name>Jun Nie</name>
<email>jun.nie@linaro.org</email>
</author>
<published>2015-06-04T03:41:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/Intel-BMC/linux.git/commit/?id=6fc3d24d4277f40d7cdf13d39c76cdee6d5dfa7d'/>
<id>urn:sha1:6fc3d24d4277f40d7cdf13d39c76cdee6d5dfa7d</id>
<content type='text'>
Add driver for zx296702 SPDIF controller

Signed-off-by: Jun Nie &lt;jun.nie@linaro.org&gt;
Signed-off-by: Mark Brown &lt;broonie@kernel.org&gt;
</content>
</entry>
<entry>
<title>ASoC: topology: Add topology core</title>
<updated>2015-06-04T08:40:03+00:00</updated>
<author>
<name>Liam Girdwood</name>
<email>liam.r.girdwood@linux.intel.com</email>
</author>
<published>2015-05-29T18:06:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/Intel-BMC/linux.git/commit/?id=8a9782346dccd82cf912552735bda619de4efd8c'/>
<id>urn:sha1:8a9782346dccd82cf912552735bda619de4efd8c</id>
<content type='text'>
The topology core parses the FW topology file for known block types and
instanciates any common ALSA/ASoC objects that it discovers. The core
also passes any block that is does not understand to client component
drivers for enumeration.

The core exports some APIs to client drivers in order to load and unload
firmware topology data as use case require.

Currently the core deals with the following object types :-

 o kcontrols. This includes TLV, enumerated and bytes controls.
 o DAPM widgets. All types with any associated kcontrol.
 o DAPM graph.
 o FE PCM. FE PCM capabilities and configuration can be defined.
 o BE DAI Link. BE DAI link capabilities and configuration can be defined.
 o Codec &lt;-&gt; codec style links capabilities and configuration.

Signed-off-by: Liam Girdwood &lt;liam.r.girdwood@linux.intel.com&gt;
Signed-off-by: Mark Brown &lt;broonie@kernel.org&gt;
</content>
</entry>
<entry>
<title>ASoC: Allow for building QCOM drivers</title>
<updated>2015-03-16T11:24:47+00:00</updated>
<author>
<name>Kenneth Westfield</name>
<email>kwestfie@codeaurora.org</email>
</author>
<published>2015-03-13T08:01:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/Intel-BMC/linux.git/commit/?id=6a328885896ef087a28173792ea93f4dde9782ef'/>
<id>urn:sha1:6a328885896ef087a28173792ea93f4dde9782ef</id>
<content type='text'>
Allow for the Qualcomm Technologies ASoC drivers
to build.

Signed-off-by: Kenneth Westfield &lt;kwestfie@codeaurora.org&gt;
Acked-by: Banajit Goswami &lt;bgoswami@codeaurora.org&gt;
Signed-off-by: Mark Brown &lt;broonie@kernel.org&gt;
</content>
</entry>
<entry>
<title>ASoC: add xtensa xtfpga I2S interface and platform</title>
<updated>2015-01-08T19:52:11+00:00</updated>
<author>
<name>Max Filippov</name>
<email>jcmvbkbc@gmail.com</email>
</author>
<published>2014-12-26T17:19:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/Intel-BMC/linux.git/commit/?id=57b7068de5d0cca8ac6e21085b843c1bbd49d3f4'/>
<id>urn:sha1:57b7068de5d0cca8ac6e21085b843c1bbd49d3f4</id>
<content type='text'>
XTFPGA boards provides an audio subsystem that consists of TI CDCE706
clock synthesizer, I2S transmitter and TLV320AIC23 audio codec.

I2S transmitter has MMIO-based interface that resembles that of the
OpenCores I2S transmitter. I2S transmitter is always a master on I2S
bus. There's no specialized audio DMA, sample data are transferred to
I2S transmitter FIFO by CPU through memory-mapped queue interface.

Signed-off-by: Max Filippov &lt;jcmvbkbc@gmail.com&gt;
Signed-off-by: Mark Brown &lt;broonie@kernel.org&gt;
</content>
</entry>
<entry>
<title>Merge remote-tracking branches 'asoc/topic/ac97', 'asoc/topic/ad193x', 'asoc/topic/adau1373' and 'asoc/topic/adau17x1' into asoc-next</title>
<updated>2014-12-08T13:11:45+00:00</updated>
<author>
<name>Mark Brown</name>
<email>broonie@kernel.org</email>
</author>
<published>2014-12-08T13:11:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/Intel-BMC/linux.git/commit/?id=0a7e4ca1aad65458edebb718e1b915d1899056e7'/>
<id>urn:sha1:0a7e4ca1aad65458edebb718e1b915d1899056e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'asoc/topic/core' into asoc-next</title>
<updated>2014-12-08T13:11:44+00:00</updated>
<author>
<name>Mark Brown</name>
<email>broonie@kernel.org</email>
</author>
<published>2014-12-08T13:11:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/Intel-BMC/linux.git/commit/?id=941725f5fade7b35394f497c4d684d64a0e05965'/>
<id>urn:sha1:941725f5fade7b35394f497c4d684d64a0e05965</id>
<content type='text'>
</content>
</entry>
</feed>
