<feed xmlns='http://www.w3.org/2005/Atom'>
<title>BMC/Intel-BMC/linux.git/sound/soc/generic, 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-12T11:35:54+00:00</updated>
<entry>
<title>ASoC: simple card: Add mclk-fs property in dai-link</title>
<updated>2015-06-12T11:35:54+00:00</updated>
<author>
<name>Arnaud Pouliquen</name>
<email>arnaud.pouliquen@st.com</email>
</author>
<published>2015-06-05T08:19:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/Intel-BMC/linux.git/commit/?id=85a4bfd895778960dc2d655087ac7ff442b6ab9e'/>
<id>urn:sha1:85a4bfd895778960dc2d655087ac7ff442b6ab9e</id>
<content type='text'>
Add mclk-fs ratio property per dai-link sub node. This will
allow to manage several codecs with different ratio.

Signed-off-by: Arnaud Pouliquen &lt;arnaud.pouliquen@st.com&gt;
Signed-off-by: Mark Brown &lt;broonie@kernel.org&gt;
</content>
</entry>
<entry>
<title>ASoC: simple-card: support platform in dts parse</title>
<updated>2015-05-04T13:59:04+00:00</updated>
<author>
<name>Jun Nie</name>
<email>jun.nie@linaro.org</email>
</author>
<published>2015-04-29T10:11:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/Intel-BMC/linux.git/commit/?id=e0ae225b7e96e50daaa3ca8d3cd2c944ce48e007'/>
<id>urn:sha1:e0ae225b7e96e50daaa3ca8d3cd2c944ce48e007</id>
<content type='text'>
Support platform in dts parse so that dma pcm component
can be added in dts.

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>Merge remote-tracking branches 'asoc/topic/rt5641', 'asoc/topic/rt5677' and 'asoc/topic/sh-cleanup' into asoc-next</title>
<updated>2015-04-12T18:49:17+00:00</updated>
<author>
<name>Mark Brown</name>
<email>broonie@kernel.org</email>
</author>
<published>2015-04-12T18:49:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/Intel-BMC/linux.git/commit/?id=e3438187d2a3b149f5c246ed740df3cf9d4df3d6'/>
<id>urn:sha1:e3438187d2a3b149f5c246ed740df3cf9d4df3d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ASoC: simple-card: Remove support for setting differing DAI formats</title>
<updated>2015-03-27T01:35:48+00:00</updated>
<author>
<name>Lars-Peter Clausen</name>
<email>lars@metafoo.de</email>
</author>
<published>2015-03-24T01:07:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/Intel-BMC/linux.git/commit/?id=1efb53a220b78fdfdbb97b726a2156713e75bdab'/>
<id>urn:sha1:1efb53a220b78fdfdbb97b726a2156713e75bdab</id>
<content type='text'>
Having to set different formats on the CPU side and the CODEC side of a DAI
link is usually indication that something is terribly wrong and in most
cases is a result of a broken driver that implements a set_fmt() callback
which does not follow the specification. In the past this feature has been
used to work around broken drivers, rather than fixing them. We don't really
want to encourage this, so remove support for setting different formats on
both ends of the link.

Along the way switch to static DAI format setup by setting the the dai_fmt
field of the snd_soc_dai_link rather than calling snd_soc_dai_fmt().

Signed-off-by: Lars-Peter Clausen &lt;lars@metafoo.de&gt;
Signed-off-by: Kuninori Morimoto &lt;kuninori.morimoto.gx@renesas.com&gt;
Signed-off-by: Mark Brown &lt;broonie@kernel.org&gt;
</content>
</entry>
<entry>
<title>Merge remote-tracking branches 'asoc/topic/jack', 'asoc/topic/max98357a', 'asoc/topic/omap' and 'asoc/topic/rt286' into asoc-next</title>
<updated>2015-03-05T01:07:23+00:00</updated>
<author>
<name>Mark Brown</name>
<email>broonie@kernel.org</email>
</author>
<published>2015-03-05T01:07:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/Intel-BMC/linux.git/commit/?id=256fca9247c4e62408923a0fe861398510cf6bc1'/>
<id>urn:sha1:256fca9247c4e62408923a0fe861398510cf6bc1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ASoC: simple-card: Register jacks at the card level</title>
<updated>2015-03-04T17:09:51+00:00</updated>
<author>
<name>Lars-Peter Clausen</name>
<email>lars@metafoo.de</email>
</author>
<published>2015-03-04T09:33:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/Intel-BMC/linux.git/commit/?id=386669fcec85a16cb81cd19236abe76abe0f1fc1'/>
<id>urn:sha1:386669fcec85a16cb81cd19236abe76abe0f1fc1</id>
<content type='text'>
The jacks are card level elements so use snd_soc_card_jack_new() instead of
snd_soc_jack_new() to register them.

Signed-off-by: Lars-Peter Clausen &lt;lars@metafoo.de&gt;
Signed-off-by: Mark Brown &lt;broonie@kernel.org&gt;
</content>
</entry>
<entry>
<title>ASoC: simple-card: Add a NULL pointer check in asoc_simple_card_dai_link_of</title>
<updated>2015-03-03T14:25:16+00:00</updated>
<author>
<name>Vishal Thanki</name>
<email>vishalthanki@gmail.com</email>
</author>
<published>2015-03-03T13:29:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/Intel-BMC/linux.git/commit/?id=31f3032c1a5504259f6fa8e0c7f8d2d3e2f5db48'/>
<id>urn:sha1:31f3032c1a5504259f6fa8e0c7f8d2d3e2f5db48</id>
<content type='text'>
Make sure devm_kzalloc() succeeds.

Signed-off-by: Vishal Thanki &lt;vishalthanki@gmail.com&gt;
Signed-off-by: Mark Brown &lt;broonie@kernel.org&gt;
</content>
</entry>
<entry>
<title>Merge remote-tracking branches 'asoc/topic/simple', 'asoc/topic/sta32x', 'asoc/topic/tdm-slot', 'asoc/topic/tegra' and 'asoc/topic/tlv320aic3x' into asoc-next</title>
<updated>2015-02-09T07:10:29+00:00</updated>
<author>
<name>Mark Brown</name>
<email>broonie@kernel.org</email>
</author>
<published>2015-02-09T07:10:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/Intel-BMC/linux.git/commit/?id=1bf9f29a05ed027dfc3527966321bda33a77ebc3'/>
<id>urn:sha1:1bf9f29a05ed027dfc3527966321bda33a77ebc3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branches 'asoc/topic/rx51', 'asoc/topic/samsung', 'asoc/topic/sh', 'asoc/topic/simple' and 'asoc/topic/sta32x' into asoc-next</title>
<updated>2015-02-04T20:57:18+00:00</updated>
<author>
<name>Mark Brown</name>
<email>broonie@kernel.org</email>
</author>
<published>2015-02-04T20:57:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/Intel-BMC/linux.git/commit/?id=cb6bfd3de48e285d74217f6e847135b9c81e92c0'/>
<id>urn:sha1:cb6bfd3de48e285d74217f6e847135b9c81e92c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ASoC: simple-card: Enable and disable DAI clocks as needed</title>
<updated>2015-01-15T11:45:52+00:00</updated>
<author>
<name>Jyri Sarha</name>
<email>jsarha@ti.com</email>
</author>
<published>2015-01-13T19:16:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/Intel-BMC/linux.git/commit/?id=f9911803e82a32c126c40dd6246ade2faf472cbc'/>
<id>urn:sha1:f9911803e82a32c126c40dd6246ade2faf472cbc</id>
<content type='text'>
Call clk_prepare_enable() and clk_disable_unprepare() for cpu dai
clock and codec dai clock in dai statup and shutdown callbacks. This
to make sure the related clock are enabled when the audio device is
used.

Signed-off-by: Jyri Sarha &lt;jsarha@ti.com&gt;
Signed-off-by: Mark Brown &lt;broonie@kernel.org&gt;
</content>
</entry>
</feed>
