<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/sound/soc/codecs/mt6351.c, branch linux-6.2.y</title>
<subtitle>Hosts the 0x221E linux distro kernel.</subtitle>
<id>https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-6.2.y</id>
<link rel='self' href='https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-6.2.y'/>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/'/>
<updated>2022-05-09T11:46:29Z</updated>
<entry>
<title>ASoC: mt6351: Add endianness flag in snd_soc_component_driver</title>
<updated>2022-05-09T11:46:29Z</updated>
<author>
<name>Charles Keepax</name>
<email>ckeepax@opensource.cirrus.com</email>
</author>
<published>2022-05-04T17:08:44Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=39723d3493edd60ed41f9891391d4335b65547b9'/>
<id>urn:sha1:39723d3493edd60ed41f9891391d4335b65547b9</id>
<content type='text'>
The endianness flag is used on the CODEC side to specify an
ambivalence to endian, typically because it is lost over the hardware
link. This device receives audio over an I2S DAI and as such should
have endianness applied.

As the core will now expand the formats to cover both endian types,
remove the redundant manual specification of both.

Signed-off-by: Charles Keepax &lt;ckeepax@opensource.cirrus.com&gt;
Link: https://lore.kernel.org/r/20220504170905.332415-18-ckeepax@opensource.cirrus.com
Signed-off-by: Mark Brown &lt;broonie@kernel.org&gt;
</content>
</entry>
<entry>
<title>ASoC: mt6351: remove unused variable 'mt_lineout_control'</title>
<updated>2019-08-09T12:24:29Z</updated>
<author>
<name>YueHaibing</name>
<email>yuehaibing@huawei.com</email>
</author>
<published>2019-08-09T08:02:34Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=bc8d9f737fc01cce913f1cc215b7e66f01697e52'/>
<id>urn:sha1:bc8d9f737fc01cce913f1cc215b7e66f01697e52</id>
<content type='text'>
sound/soc/codecs/mt6351.c:1070:38: warning:
 mt_lineout_control defined but not used [-Wunused-const-variable=]

It is never used, so can be removed.

Reported-by: Hulk Robot &lt;hulkci@huawei.com&gt;
Signed-off-by: YueHaibing &lt;yuehaibing@huawei.com&gt;
Link: https://lore.kernel.org/r/20190809080234.23332-1-yuehaibing@huawei.com
Signed-off-by: Mark Brown &lt;broonie@kernel.org&gt;
</content>
</entry>
<entry>
<title>ASoC: mt6351: remove unneeded variable</title>
<updated>2019-01-07T16:53:24Z</updated>
<author>
<name>Pierre-Louis Bossart</name>
<email>pierre-louis.bossart@linux.intel.com</email>
</author>
<published>2019-01-05T02:02:45Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=d61780c155e8bef8dceb3ac98d29f79c24e264eb'/>
<id>urn:sha1:d61780c155e8bef8dceb3ac98d29f79c24e264eb</id>
<content type='text'>
Reported by Coccinelle:
mt6351.c:1418:5-8: Unneeded variable: "ret". Return "0" on line 1437

Signed-off-by: Pierre-Louis Bossart &lt;pierre-louis.bossart@linux.intel.com&gt;
Signed-off-by: Mark Brown &lt;broonie@kernel.org&gt;
</content>
</entry>
<entry>
<title>ASoC: fix return value check in mt6351_codec_driver_probe()</title>
<updated>2018-05-09T08:32:05Z</updated>
<author>
<name>Wei Yongjun</name>
<email>weiyongjun1@huawei.com</email>
</author>
<published>2018-05-07T01:39:45Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=aaa730ca3f88f535dc12e2f0ff575f70f516841b'/>
<id>urn:sha1:aaa730ca3f88f535dc12e2f0ff575f70f516841b</id>
<content type='text'>
In case of error, the function dev_get_regmap() returns NULL pointer not
ERR_PTR(). The IS_ERR() test in the return value check should be
replaced with NULL test.

Signed-off-by: Wei Yongjun &lt;weiyongjun1@huawei.com&gt;
Signed-off-by: Mark Brown &lt;broonie@kernel.org&gt;
</content>
</entry>
<entry>
<title>ASoC: mt6351 switch to SPDX license tag</title>
<updated>2018-04-27T10:39:53Z</updated>
<author>
<name>Kai Chieh Chuang</name>
<email>kaichieh.chuang@mediatek.com</email>
</author>
<published>2018-04-27T01:54:45Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=3c76fbc316fb41ff731b91de3a1e860d92478eeb'/>
<id>urn:sha1:3c76fbc316fb41ff731b91de3a1e860d92478eeb</id>
<content type='text'>
Signed-off-by: KaiChieh Chuang &lt;kaichieh.chuang@mediatek.com&gt;
Signed-off-by: Mark Brown &lt;broonie@kernel.org&gt;
</content>
</entry>
<entry>
<title>ASoC: add mt6351 codec driver</title>
<updated>2018-04-26T11:44:15Z</updated>
<author>
<name>Kai Chieh Chuang</name>
<email>kaichieh.chuang@mediatek.com</email>
</author>
<published>2018-04-26T02:41:44Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=a74d51ba0e17ec9b6c4cc32cbf06eac32747fda2'/>
<id>urn:sha1:a74d51ba0e17ec9b6c4cc32cbf06eac32747fda2</id>
<content type='text'>
This patch adds the MediaTek MT6351 codec driver.
MT6351 communicate with SoC through MediaTek PMIC wrapper.
MT6351 use MediaTek proprietary audio interface.

Signed-off-by: KaiChieh Chuang &lt;kaichieh.chuang@mediatek.com&gt;
Signed-off-by: Mark Brown &lt;broonie@kernel.org&gt;
</content>
</entry>
</feed>
