<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/include/sound/soc.h, branch linux-4.16.y</title>
<subtitle>Hosts the 0x221E linux distro kernel.</subtitle>
<id>https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-4.16.y</id>
<link rel='self' href='https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-4.16.y'/>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/'/>
<updated>2018-02-07T11:25:44Z</updated>
<entry>
<title>Merge remote-tracking branches 'asoc/topic/max98373', 'asoc/topic/mtk', 'asoc/topic/pcm', 'asoc/topic/rockchip' and 'asoc/topic/sam9g20_wm8731' into asoc-next</title>
<updated>2018-02-07T11:25:44Z</updated>
<author>
<name>Mark Brown</name>
<email>broonie@kernel.org</email>
</author>
<published>2018-02-07T11:25:44Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=171248777a402f1d95b9f5d5928fe86514182224'/>
<id>urn:sha1:171248777a402f1d95b9f5d5928fe86514182224</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branches 'asoc/topic/ak4613', 'asoc/topic/core', 'asoc/topic/dmic' and 'asoc/topic/intel' into asoc-next</title>
<updated>2018-02-07T11:25:41Z</updated>
<author>
<name>Mark Brown</name>
<email>broonie@kernel.org</email>
</author>
<published>2018-02-07T11:25:41Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=535b218a7fc7f2918d54fe00e6d7ac385ced3502'/>
<id>urn:sha1:535b218a7fc7f2918d54fe00e6d7ac385ced3502</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ASoC: soc-pcm: rename .pmdown_time to .use_pmdown_time for Component</title>
<updated>2018-01-24T16:44:22Z</updated>
<author>
<name>Kuninori Morimoto</name>
<email>kuninori.morimoto.gx@renesas.com</email>
</author>
<published>2018-01-19T05:21:19Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=72c3818411e5418834472e3edadcf04cfacb1274'/>
<id>urn:sha1:72c3818411e5418834472e3edadcf04cfacb1274</id>
<content type='text'>
commit fbb16563c6c2 ("ASoC: snd_soc_component_driver has pmdown_time")
added new .pmdown_time which is for inverted version of current
.ignore_pmdown_time
But it is confusable name. Let's rename it to .use_pmdown_time

Reported-by: Peter Ujfalusi &lt;peter.ujfalusi@ti.com&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>ASoC: add Component level .read/.write</title>
<updated>2018-01-16T13:26:42Z</updated>
<author>
<name>Kuninori Morimoto</name>
<email>kuninori.morimoto.gx@renesas.com</email>
</author>
<published>2018-01-16T02:00:59Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=d0ff8ba57d9654e6f7a2e18f192bac3b93268fef'/>
<id>urn:sha1:d0ff8ba57d9654e6f7a2e18f192bac3b93268fef</id>
<content type='text'>
In current ALSA SoC, Codec only has .read/.write callback.
Codec will be merged into Component in next generation ALSA SoC,
thus current Codec specific feature need to be merged into it.
This is glue patch for it.

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/da7218', 'asoc/topic/dai-drv', 'asoc/topic/davinci', 'asoc/topic/disconnect' and 'asoc/topic/ep93xx' into asoc-next</title>
<updated>2018-01-12T12:29:05Z</updated>
<author>
<name>Mark Brown</name>
<email>broonie@kernel.org</email>
</author>
<published>2018-01-12T12:29:05Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=da7b34f80edfd7fe81ca6d13ab5493e559e01e8b'/>
<id>urn:sha1:da7b34f80edfd7fe81ca6d13ab5493e559e01e8b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ASoC: soc.h: Arrange DAI related parameter</title>
<updated>2017-12-20T15:41:09Z</updated>
<author>
<name>Kuninori Morimoto</name>
<email>kuninori.morimoto.gx@renesas.com</email>
</author>
<published>2017-12-20T01:48:44Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=4855f6a6283fc8ea1f79c9f49c91940afef64ef6'/>
<id>urn:sha1:4855f6a6283fc8ea1f79c9f49c91940afef64ef6</id>
<content type='text'>
"dai_list" and "num_dai" on snd_soc_component are related
parameter. Let's arrange these.

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>ASoC: soc-core: remove dai_drv from snd_soc_component</title>
<updated>2017-12-20T15:41:09Z</updated>
<author>
<name>Kuninori Morimoto</name>
<email>kuninori.morimoto.gx@renesas.com</email>
</author>
<published>2017-12-20T01:48:29Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=58bf4179000a37aa9b0ee9ab2796f7573c77fff0'/>
<id>urn:sha1:58bf4179000a37aa9b0ee9ab2796f7573c77fff0</id>
<content type='text'>
ALSA SoC has some duplicate parameter.
snd_soc_component::dai_drv is one of them.

Each DAI is keeping its driver as snd_soc_dai::driver,
and component has dai_list.
This means, we can reach to each DAI and its driver by using dai_link.
Thus, there is no need to keep DAI driver pointer on component.
Let's remove it

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>ASoC: add snd_soc_disconnect_sync()</title>
<updated>2017-11-28T15:21:39Z</updated>
<author>
<name>Kuninori Morimoto</name>
<email>kuninori.morimoto.gx@renesas.com</email>
</author>
<published>2017-11-28T06:27:09Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=ef2e8175eb19011f756469d4d14f4207bf7f289c'/>
<id>urn:sha1:ef2e8175eb19011f756469d4d14f4207bf7f289c</id>
<content type='text'>
Now, we have snd_card_disconnect_sync() on ALSA framework.
snd_soc_disconnect_sync() is ASoC version of it.

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 branch 'asoc/topic/intel' into asoc-next</title>
<updated>2017-11-10T21:30:53Z</updated>
<author>
<name>Mark Brown</name>
<email>broonie@kernel.org</email>
</author>
<published>2017-11-10T21:30:53Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=c44ff31ae03c0970e1b3cfe1e37f347865a9dc8b'/>
<id>urn:sha1:c44ff31ae03c0970e1b3cfe1e37f347865a9dc8b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ASoC: add snd_soc_dapm_kcontrol_component()</title>
<updated>2017-11-08T21:19:39Z</updated>
<author>
<name>Kuninori Morimoto</name>
<email>kuninori.morimoto.gx@renesas.com</email>
</author>
<published>2017-11-06T01:49:06Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=e07bd30bb87f6a6ca1f75fa41df71ff5e7bc6a3f'/>
<id>urn:sha1:e07bd30bb87f6a6ca1f75fa41df71ff5e7bc6a3f</id>
<content type='text'>
snd_soc_dapm_kcontrol_codec() (= for Codec) will be removed soon.
This patch Component version of it.

Signed-off-by: Kuninori Morimoto &lt;kuninori.morimoto.gx@renesas.com&gt;
Signed-off-by: Mark Brown &lt;broonie@kernel.org&gt;
</content>
</entry>
</feed>
