<feed xmlns='http://www.w3.org/2005/Atom'>
<title>BMC/Intel-BMC/linux.git/sound/soc/qcom, 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-06-22T09:24:33+00:00</updated>
<entry>
<title>Merge remote-tracking branches 'asoc/topic/qcom', 'asoc/topic/rcar', 'asoc/topic/rt286' and 'asoc/topic/rt5640' into asoc-next</title>
<updated>2015-06-22T09:24:33+00:00</updated>
<author>
<name>Mark Brown</name>
<email>broonie@kernel.org</email>
</author>
<published>2015-06-22T09:24:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/Intel-BMC/linux.git/commit/?id=71d8c2d78351a3c2fe6b432f1d5efd78327c97d8'/>
<id>urn:sha1:71d8c2d78351a3c2fe6b432f1d5efd78327c97d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ASoC: qcom: add apq8016 sound card support</title>
<updated>2015-06-10T17:29:33+00:00</updated>
<author>
<name>Srinivas Kandagatla</name>
<email>srinivas.kandagatla@linaro.org</email>
</author>
<published>2015-06-10T12:15:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/Intel-BMC/linux.git/commit/?id=bdb052e81f6236b4febb50ed74f79f770fa82cc5'/>
<id>urn:sha1:bdb052e81f6236b4febb50ed74f79f770fa82cc5</id>
<content type='text'>
This patch adds apq8016 machine driver support. This patch is tested on
DB410c and msm8916-mtp board for both hdmi and analog audio
features.

Acked-by: Kenneth Westfield &lt;kwestfie@codeaurora.org&gt;
Signed-off-by: Srinivas Kandagatla &lt;srinivas.kandagatla@linaro.org&gt;
Signed-off-by: Mark Brown &lt;broonie@kernel.org&gt;
</content>
</entry>
<entry>
<title>ASoC: qcom: storm: remove special casing EPROBE_DEFER</title>
<updated>2015-06-09T16:18:58+00:00</updated>
<author>
<name>Srinivas Kandagatla</name>
<email>srinivas.kandagatla@linaro.org</email>
</author>
<published>2015-06-09T13:35:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/Intel-BMC/linux.git/commit/?id=2682c7c72e947bab2aa7f61d83eb6fb87a64d742'/>
<id>urn:sha1:2682c7c72e947bab2aa7f61d83eb6fb87a64d742</id>
<content type='text'>
This patch removes special casing the EPROBE_DEFER error handling in the
driver.

Signed-off-by: Srinivas Kandagatla &lt;srinivas.kandagatla@linaro.org&gt;
Signed-off-by: Mark Brown &lt;broonie@kernel.org&gt;
</content>
</entry>
<entry>
<title>ASoC: qcom: storm: allocate snd_soc_card struct dynamically.</title>
<updated>2015-06-09T16:18:58+00:00</updated>
<author>
<name>Srinivas Kandagatla</name>
<email>srinivas.kandagatla@linaro.org</email>
</author>
<published>2015-06-09T13:34:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/Intel-BMC/linux.git/commit/?id=21e904bcf9b2e57e0599e9dddff558ffd0ce5f59'/>
<id>urn:sha1:21e904bcf9b2e57e0599e9dddff558ffd0ce5f59</id>
<content type='text'>
This patch moves static allocation of snd_soc_card to dynamic allocation,
the reason to do this is to avoid holding up any dangling pointers
in this static structures. And I see no use for having this struct as static
given that the card-&gt;name is also populated dynamically from dt.

Signed-off-by: Srinivas Kandagatla &lt;srinivas.kandagatla@linaro.org&gt;
Signed-off-by: Mark Brown &lt;broonie@kernel.org&gt;
</content>
</entry>
<entry>
<title>Merge remote-tracking branches 'asoc/topic/max98095', 'asoc/topic/omap', 'asoc/topic/pxa', 'asoc/topic/qcom' and 'asoc/topic/rcar' into asoc-next</title>
<updated>2015-06-05T17:54:57+00:00</updated>
<author>
<name>Mark Brown</name>
<email>broonie@kernel.org</email>
</author>
<published>2015-06-05T17:54:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/Intel-BMC/linux.git/commit/?id=a178831a635b1a09316437fcdeb7eca2544a178f'/>
<id>urn:sha1:a178831a635b1a09316437fcdeb7eca2544a178f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ASoC: qcom: fix STORM board Kconfig</title>
<updated>2015-06-02T19:55:41+00:00</updated>
<author>
<name>Arnd Bergmann</name>
<email>arnd@arndb.de</email>
</author>
<published>2015-05-22T15:54:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/Intel-BMC/linux.git/commit/?id=6cc8ae94813dffe7ff5ba88da0fe25a697e3e8a3'/>
<id>urn:sha1:6cc8ae94813dffe7ff5ba88da0fe25a697e3e8a3</id>
<content type='text'>
This patch is a fixup to correct dependencies in patch 9bae4880acee
("ASoC: qcom: move ipq806x specific bits out of lpass driver.")

Originally this change-set was suggested by Arnd on mailing list.

Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;
Signed-off-by: Srinivas Kandagatla &lt;srinivas.kandagatla@linaro.org&gt;
Signed-off-by: Mark Brown &lt;broonie@kernel.org&gt;
</content>
</entry>
<entry>
<title>ASoC: qcom: Add apq8016 lpass driver support</title>
<updated>2015-05-25T14:04:32+00:00</updated>
<author>
<name>Srinivas Kandagatla</name>
<email>srinivas.kandagatla@linaro.org</email>
</author>
<published>2015-05-22T15:53:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/Intel-BMC/linux.git/commit/?id=dc1ebd1811e984301f98f3f9edd192327d2e35e1'/>
<id>urn:sha1:dc1ebd1811e984301f98f3f9edd192327d2e35e1</id>
<content type='text'>
This patch adds apq8016 lpass driver support. APQ8016 has 4 MI2S which
can be routed to one internal codec and 2 external codec interfaces.

Primary, Secondary, Quaternary I2S can do Rx(playback) and Tertiary and
Quaternary can do Tx(capture).

Tested-by: Kenneth Westfield &lt;kwestfie@codeaurora.org&gt;
Acked-by: Kenneth Westfield &lt;kwestfie@codeaurora.org&gt;
Signed-off-by: Srinivas Kandagatla &lt;srinivas.kandagatla@linaro.org&gt;
Signed-off-by: Mark Brown &lt;broonie@kernel.org&gt;
</content>
</entry>
<entry>
<title>ASoC: qcom: add bit map to track static dma channel allocations</title>
<updated>2015-05-22T12:27:07+00:00</updated>
<author>
<name>Srinivas Kandagatla</name>
<email>srinivas.kandagatla@linaro.org</email>
</author>
<published>2015-05-21T21:53:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/Intel-BMC/linux.git/commit/?id=89cdfa06d9fdaa97e8c6c688383e4f38310d1e92'/>
<id>urn:sha1:89cdfa06d9fdaa97e8c6c688383e4f38310d1e92</id>
<content type='text'>
This patch adds dma channel bit mask to lpass data to keep track of dma
channel allocations. This flag would be used in apq8016 lpass driver.

Tested-by: Kenneth Westfield &lt;kwestfie@codeaurora.org&gt;
Acked-by: Kenneth Westfield &lt;kwestfie@codeaurora.org&gt;
Signed-off-by: Srinivas Kandagatla &lt;srinivas.kandagatla@linaro.org&gt;
Signed-off-by: Mark Brown &lt;broonie@kernel.org&gt;
</content>
</entry>
<entry>
<title>ASoC: qcom: Add ability to handle interrupts per dma channel</title>
<updated>2015-05-22T12:27:06+00:00</updated>
<author>
<name>Srinivas Kandagatla</name>
<email>srinivas.kandagatla@linaro.org</email>
</author>
<published>2015-05-21T21:53:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/Intel-BMC/linux.git/commit/?id=4f629e4b8705fb02e9618ca257fb077f0022921b'/>
<id>urn:sha1:4f629e4b8705fb02e9618ca257fb077f0022921b</id>
<content type='text'>
This patch adds ablity to lpass driver to handle interrupt per dma
channel. Without this patch its not possible to use multipl ports on the
lpass.

Tested-by: Kenneth Westfield &lt;kwestfie@codeaurora.org&gt;
Acked-by: Kenneth Westfield &lt;kwestfie@codeaurora.org&gt;
Signed-off-by: Srinivas Kandagatla &lt;srinivas.kandagatla@linaro.org&gt;
Signed-off-by: Mark Brown &lt;broonie@kernel.org&gt;
</content>
</entry>
<entry>
<title>ASoC: qcom: add dma channel control offset to variant data</title>
<updated>2015-05-22T12:27:06+00:00</updated>
<author>
<name>Srinivas Kandagatla</name>
<email>srinivas.kandagatla@linaro.org</email>
</author>
<published>2015-05-21T21:53:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/Intel-BMC/linux.git/commit/?id=0054055c590ae5ca69f027d42cf171493476f6d8'/>
<id>urn:sha1:0054055c590ae5ca69f027d42cf171493476f6d8</id>
<content type='text'>
This patch adds ability to pass dma channel control bits start offset,
which differ in differnet qcom SOCs. On apq8016 dma channel control bits
start after an offset of 1.

Tested-by: Kenneth Westfield &lt;kwestfie@codeaurora.org&gt;
Acked-by: Kenneth Westfield &lt;kwestfie@codeaurora.org&gt;
Signed-off-by: Srinivas Kandagatla &lt;srinivas.kandagatla@linaro.org&gt;
Signed-off-by: Mark Brown &lt;broonie@kernel.org&gt;
</content>
</entry>
</feed>
