<feed xmlns='http://www.w3.org/2005/Atom'>
<title>BMC/Intel-BMC/linux.git/sound/soc/intel, 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-06T11:39:07+00:00</updated>
<entry>
<title>Merge remote-tracking branches 'asoc/fix/cs4265', 'asoc/fix/intel' and 'asoc/fix/topology' into asoc-linus</title>
<updated>2015-08-06T11:39:07+00:00</updated>
<author>
<name>Mark Brown</name>
<email>broonie@kernel.org</email>
</author>
<published>2015-08-06T11:39:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/Intel-BMC/linux.git/commit/?id=d00a9e02178401433fc386e69c936f2039f07b57'/>
<id>urn:sha1:d00a9e02178401433fc386e69c936f2039f07b57</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ASoC: Intel: sst_byt: fix initialize 'NULL device *' issue</title>
<updated>2015-07-29T13:55:16+00:00</updated>
<author>
<name>Jie Yang</name>
<email>yang.jie@intel.com</email>
</author>
<published>2015-07-28T08:01:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/Intel-BMC/linux.git/commit/?id=45f503df1ba445359b94e1758c5e4f2c3460c8e4'/>
<id>urn:sha1:45f503df1ba445359b94e1758c5e4f2c3460c8e4</id>
<content type='text'>
Add initialization for sst_byt.dev at init stage, which fix the
'NULL device *' warning issues.

Signed-off-by: Jie Yang &lt;yang.jie@intel.com&gt;
Signed-off-by: Mark Brown &lt;broonie@kernel.org&gt;
</content>
</entry>
<entry>
<title>ASoC: Intel: haswell: fix initialize 'NULL device *' issue</title>
<updated>2015-07-29T13:55:06+00:00</updated>
<author>
<name>Jie Yang</name>
<email>yang.jie@intel.com</email>
</author>
<published>2015-07-28T08:01:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/Intel-BMC/linux.git/commit/?id=4b563ea317c2262987f0675abf15066614f536a1'/>
<id>urn:sha1:4b563ea317c2262987f0675abf15066614f536a1</id>
<content type='text'>
Add initialization for sst_hsw.dev at init stage, which fix the
'NULL device *' warning issues.

Signed-off-by: Jie Yang &lt;yang.jie@intel.com&gt;
Signed-off-by: Mark Brown &lt;broonie@kernel.org&gt;
</content>
</entry>
<entry>
<title>Merge remote-tracking branches 'asoc/fix/fsl-ssi', 'asoc/fix/intel', 'asoc/fix/intel-kconfig' and 'asoc/fix/mediatek' into asoc-linus</title>
<updated>2015-07-24T15:18:20+00:00</updated>
<author>
<name>Mark Brown</name>
<email>broonie@kernel.org</email>
</author>
<published>2015-07-24T15:18:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/Intel-BMC/linux.git/commit/?id=c8a075ab1ecdbbe7dc883925cee44c54b535cd8d'/>
<id>urn:sha1:c8a075ab1ecdbbe7dc883925cee44c54b535cd8d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ASoC: Intel: Get correct usage_count value to load firmware</title>
<updated>2015-07-15T16:03:36+00:00</updated>
<author>
<name>Shilpa Sreeramalu</name>
<email>shilpa.sreeramalu@intel.com</email>
</author>
<published>2015-07-15T14:58:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/Intel-BMC/linux.git/commit/?id=412efa73dcd3bd03c1838c91e094533a95529039'/>
<id>urn:sha1:412efa73dcd3bd03c1838c91e094533a95529039</id>
<content type='text'>
The usage_count variable was read before it was set to the correct
value, due to which the firmware load was failing. Because of this
IPC messages sent to the firmware were timing out causing a delay
of about 1 second while playing audio from the internal speakers.

With this patch the usage_count is read after the function call
pm_runtime_get_sync which will increment the usage_count variable
and the firmware load is successful and all the IPC messages are
processed correctly.

Signed-off-by: Shilpa Sreeramalu &lt;shilpa.sreeramalu@intel.com&gt;
Signed-off-by: Fang, Yang A &lt;yang.a.fang@intel.com&gt;
Signed-off-by: Mark Brown &lt;broonie@kernel.org&gt;
Cc: stable@vger.kernel.org
</content>
</entry>
<entry>
<title>ASoC: Intel: use CONFIG_SND_SOC for intel boards</title>
<updated>2015-07-08T18:22:30+00:00</updated>
<author>
<name>Vinod Koul</name>
<email>vinod.koul@intel.com</email>
</author>
<published>2015-06-19T18:25:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/Intel-BMC/linux.git/commit/?id=56e7366e43ca676dd28f0e91240a579ad41e9b71'/>
<id>urn:sha1:56e7366e43ca676dd28f0e91240a579ad41e9b71</id>
<content type='text'>
The Intel boards directory was under CONFIG_SND_SOC_INTEL_SST so the
machines which don't need these were not allowed to be
selected/compiled without enabling this symbol The machine should be
allowed to selected by ASoC and then they should select rest of
symbols required

Reported-by: Michele Curti &lt;michele.curti@gmail.com&gt;
Signed-off-by: Vinod Koul &lt;vinod.koul@intel.com&gt;
Acked-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: Intel: fix incorrect widget name</title>
<updated>2015-07-06T21:28:29+00:00</updated>
<author>
<name>Fang, Yang A</name>
<email>yang.a.fang@intel.com</email>
</author>
<published>2015-07-06T21:12:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/Intel-BMC/linux.git/commit/?id=8bc76c8bf6e5d96985eb05afe1b94699d580eb68'/>
<id>urn:sha1:8bc76c8bf6e5d96985eb05afe1b94699d580eb68</id>
<content type='text'>
We should use "HiFi Playback" and "HiFi Capture".it will fix below err

cht-bsw-max98090: ASoC: no sink widget found for AIF1 Playback
cht-bsw-max98090: ASoC: Failed to add route ssp2 Tx -&gt; direct -&gt;
AIF1 Playback
cht-bsw-max98090: ASoC: no source widget found for AIF1 Capture
cht-bsw-max98090: ASoC: Failed to add route AIF1 Capture -&gt; direct -&gt;
ssp2 Rx

Signed-off-by: Fang, Yang A &lt;yang.a.fang@intel.com&gt;
Signed-off-by: Mark Brown &lt;broonie@kernel.org&gt;
</content>
</entry>
<entry>
<title>Merge tag 'asoc-v4.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-next</title>
<updated>2015-06-22T09:32:41+00:00</updated>
<author>
<name>Takashi Iwai</name>
<email>tiwai@suse.de</email>
</author>
<published>2015-06-22T09:32:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/Intel-BMC/linux.git/commit/?id=57fa8a1e22c5833fb2cae96af68fc39ec21cb017'/>
<id>urn:sha1:57fa8a1e22c5833fb2cae96af68fc39ec21cb017</id>
<content type='text'>
ASoC: Further updates for v4.2

There's a bunch of additional updates and fixes that came in since my
orignal pull request here, including DT support for rt5645 and fairly
large serieses of cleanups and improvements to tas2552 and rcar.
</content>
</entry>
<entry>
<title>Merge remote-tracking branches 'asoc/topic/intel' and 'asoc/topic/max98090' into asoc-next</title>
<updated>2015-06-22T09:24:30+00:00</updated>
<author>
<name>Mark Brown</name>
<email>broonie@kernel.org</email>
</author>
<published>2015-06-22T09:24:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/Intel-BMC/linux.git/commit/?id=dacdd369113cb7ba91b8e70b09456ca6cdcc2184'/>
<id>urn:sha1:dacdd369113cb7ba91b8e70b09456ca6cdcc2184</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge tag 'asoc-v4.2' into asoc-next</title>
<updated>2015-06-22T09:24:19+00:00</updated>
<author>
<name>Mark Brown</name>
<email>broonie@kernel.org</email>
</author>
<published>2015-06-22T09:24:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/Intel-BMC/linux.git/commit/?id=208a128f6b19eedd1819cb1b19f29dc99ca1d27e'/>
<id>urn:sha1:208a128f6b19eedd1819cb1b19f29dc99ca1d27e</id>
<content type='text'>
ASoC: Updates for v4.2

The big thing this release has been Liam's addition of topology support
to the core.  We've also seen quite a bit of driver work and the
continuation of Lars' refactoring for component support.

 - Support for loading ASoC topology maps from firmware, intended to be
   used to allow self-describing DSP firmware images to be built which
   can map controls added by the DSP to userspace without the kernel
   needing to know about individual DSP firmwares.
 - Lots of refactoring to avoid direct access to snd_soc_codec where
   it's not needed supporting future refactoring.
 - Big refactoring and cleanup serieses for the Wolfson ADSP and TI
   TAS2552 drivers.
 - Support for TI TAS571x power amplifiers.
 - Support for Qualcomm APQ8016 and ZTE ZX296702 SoCs.
 - Support for x86 systems with RT5650 and Qualcomm Storm.

# gpg: Signature made Mon 08 Jun 2015 18:48:37 BST using RSA key ID 5D5487D0
# gpg: Oops: keyid_from_fingerprint: no pubkey
# gpg: Good signature from "Mark Brown &lt;broonie@sirena.org.uk&gt;"
# gpg:                 aka "Mark Brown &lt;broonie@debian.org&gt;"
# gpg:                 aka "Mark Brown &lt;broonie@kernel.org&gt;"
# gpg:                 aka "Mark Brown &lt;broonie@tardis.ed.ac.uk&gt;"
# gpg:                 aka "Mark Brown &lt;broonie@linaro.org&gt;"
# gpg:                 aka "Mark Brown &lt;Mark.Brown@linaro.org&gt;"
</content>
</entry>
</feed>
