<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/sound/soc/amd/raven, 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-06-27T12:16:30Z</updated>
<entry>
<title>ASoC: amd: Migrate to new style legacy DAI naming flag</title>
<updated>2022-06-27T12:16:30Z</updated>
<author>
<name>Charles Keepax</name>
<email>ckeepax@opensource.cirrus.com</email>
</author>
<published>2022-06-23T12:51:32Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=0bc1e7d1fc3c50cf1eb62cd3c8d2b73c5f6d83fe'/>
<id>urn:sha1:0bc1e7d1fc3c50cf1eb62cd3c8d2b73c5f6d83fe</id>
<content type='text'>
Change the legacy DAI naming flag from opting in to the new scheme
(non_legacy_dai_naming), to opting out of it (legacy_dai_naming).
These drivers appear to be on the CPU side of the DAI link and
currently uses the legacy naming, so add the new flag.

Signed-off-by: Charles Keepax &lt;ckeepax@opensource.cirrus.com&gt;
Link: https://lore.kernel.org/r/20220623125250.2355471-19-ckeepax@opensource.cirrus.com
Signed-off-by: Mark Brown &lt;broonie@kernel.org&gt;
</content>
</entry>
<entry>
<title>ASoC: amd: acp3x: Fix signedness bug in acp3x</title>
<updated>2022-03-08T12:27:56Z</updated>
<author>
<name>YueHaibing</name>
<email>yuehaibing@huawei.com</email>
</author>
<published>2022-03-05T12:36:13Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=6f6f28bf5d8e070c1e4a10d62d2a1af264683042'/>
<id>urn:sha1:6f6f28bf5d8e070c1e4a10d62d2a1af264683042</id>
<content type='text'>
In acp3x_audio_probe() platform_get_irq() may return error, but i2s_irq now
is unsigned int so the error handling is never triggered.

Fixes: 87d71a128771 ("ASoC: amd: pcm-dma: Use platform_get_irq() to get the interrupt")
Signed-off-by: YueHaibing &lt;yuehaibing@huawei.com&gt;
Link: https://lore.kernel.org/r/20220305123613.6324-1-yuehaibing@huawei.com
Signed-off-by: Mark Brown &lt;broonie@kernel.org&gt;
</content>
</entry>
<entry>
<title>ASoC: amd: pcm-dma: Fix signedness bug in acp3x_audio_probe()</title>
<updated>2022-03-07T13:14:49Z</updated>
<author>
<name>Dan Carpenter</name>
<email>dan.carpenter@oracle.com</email>
</author>
<published>2022-03-04T13:15:34Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=9a33f5632ca573e512c49fa46cc7131cbc83d4c9'/>
<id>urn:sha1:9a33f5632ca573e512c49fa46cc7131cbc83d4c9</id>
<content type='text'>
The "adata-&gt;i2s_irq" variable is unsigned so this error handling
code will not work.

Fixes: 87d71a128771 ("ASoC: amd: pcm-dma: Use platform_get_irq() to get the interrupt")
Signed-off-by: Dan Carpenter &lt;dan.carpenter@oracle.com&gt;
Link: https://lore.kernel.org/r/20220304131534.GD28739@kili
Signed-off-by: Mark Brown &lt;broonie@kernel.org&gt;
</content>
</entry>
<entry>
<title>ASoC: amd: pcm-dma: Use platform_get_irq() to get the interrupt</title>
<updated>2022-02-28T13:33:35Z</updated>
<author>
<name>Meng Tang</name>
<email>tangmeng@uniontech.com</email>
</author>
<published>2022-02-27T05:09:28Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=87d71a12877114b4ad60ce5b93482505bac88d6e'/>
<id>urn:sha1:87d71a12877114b4ad60ce5b93482505bac88d6e</id>
<content type='text'>
platform_get_resource(pdev, IORESOURCE_IRQ, ..) relies on static
allocation of IRQ resources in DT core code, this causes an issue
when using hierarchical interrupt domains using "interrupts" property
in the node as this bypassed the hierarchical setup and messed up the
irq chaining.

In preparation for removal of static setup of IRQ resource from DT core
code use platform_get_irq().

Signed-off-by: Meng Tang &lt;tangmeng@uniontech.com&gt;
Link: https://lore.kernel.org/r/20220227050928.32270-1-tangmeng@uniontech.com
Signed-off-by: Mark Brown &lt;broonie@kernel.org&gt;
</content>
</entry>
<entry>
<title>Merge some cs42l42 patches into asoc-5.15</title>
<updated>2021-08-06T00:46:24Z</updated>
<author>
<name>Mark Brown</name>
<email>broonie@kernel.org</email>
</author>
<published>2021-08-06T00:46:24Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=ddaa1ed52c5da64fe9adf1d5ea6202cda3a53eea'/>
<id>urn:sha1:ddaa1ed52c5da64fe9adf1d5ea6202cda3a53eea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ASoC: amd: Fix reference to PCM buffer address</title>
<updated>2021-08-02T11:14:00Z</updated>
<author>
<name>Takashi Iwai</name>
<email>tiwai@suse.de</email>
</author>
<published>2021-07-31T08:43:31Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=8b5d95313b6d30f642e4ed0125891984c446604e'/>
<id>urn:sha1:8b5d95313b6d30f642e4ed0125891984c446604e</id>
<content type='text'>
PCM buffers might be allocated dynamically when the buffer
preallocation failed or a larger buffer is requested, and it's not
guaranteed that substream-&gt;dma_buffer points to the actually used
buffer.  The driver needs to refer to substream-&gt;runtime-&gt;dma_addr
instead for the buffer address.

Cc: &lt;stable@vger.kernel.org&gt;
Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;
Link: https://lore.kernel.org/r/20210731084331.32225-1-tiwai@suse.de
Signed-off-by: Mark Brown &lt;broonie@kernel.org&gt;
</content>
</entry>
<entry>
<title>ASoC: amd: Drop superfluous mmap callbacks</title>
<updated>2021-07-30T15:04:36Z</updated>
<author>
<name>Takashi Iwai</name>
<email>tiwai@suse.de</email>
</author>
<published>2021-07-28T14:18:43Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=f211f5f606335d75c3b346e03bceb9b10261b6b3'/>
<id>urn:sha1:f211f5f606335d75c3b346e03bceb9b10261b6b3</id>
<content type='text'>
All ASoC AMD drivers just call the standard mmap handler, hence those
are superfluous.  Let's drop them.

Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;
Link: https://lore.kernel.org/r/20210728141843.17685-1-tiwai@suse.de
Signed-off-by: Mark Brown &lt;broonie@kernel.org&gt;
</content>
</entry>
<entry>
<title>ASoC: amd: fix spelling mistakes</title>
<updated>2021-07-11T22:48:40Z</updated>
<author>
<name>Gu Shengxian</name>
<email>gushengxian@yulong.com</email>
</author>
<published>2021-07-06T06:42:07Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=f7c4fe9cffb0b8afbcdf6db5d3289d5441056b52'/>
<id>urn:sha1:f7c4fe9cffb0b8afbcdf6db5d3289d5441056b52</id>
<content type='text'>
Fix some spelling mistakes as follows:
descritor ==&gt; descriptor
descriptore ==&gt; descriptor
contiguos ==&gt; contiguous
initiailize ==&gt; initialize
descriptiors ==&gt; descriptor

Signed-off-by: Gu Shengxian &lt;gushengxian@yulong.com&gt;
Link: https://lore.kernel.org/r/20210706064207.672491-1-gushengxian507419@gmail.com
Signed-off-by: Mark Brown &lt;broonie@kernel.org&gt;
</content>
</entry>
<entry>
<title>Merge tag 'asoc-fix-v5.13-rc3' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus</title>
<updated>2021-05-25T06:58:01Z</updated>
<author>
<name>Takashi Iwai</name>
<email>tiwai@suse.de</email>
</author>
<published>2021-05-25T06:58:01Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=dad19afce9ad93dda1a10d08afea71b6dd30f19f'/>
<id>urn:sha1:dad19afce9ad93dda1a10d08afea71b6dd30f19f</id>
<content type='text'>
ASoC: Fixes for v5.13

A collection of fixes that have come in since the merge window, mainly
device specific things.  The fixes to the generic cards from
Morimoto-san are handling regressions that were introduced in the merge
window on at least the Kontron sl28-var3-ads2.
</content>
</entry>
<entry>
<title>Merge existing fixes from asoc/for-5.13</title>
<updated>2021-05-10T12:00:42Z</updated>
<author>
<name>Mark Brown</name>
<email>broonie@kernel.org</email>
</author>
<published>2021-05-10T12:00:42Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=3f0d23e849b33cb83cbd1f3ce9b7d23ad3863841'/>
<id>urn:sha1:3f0d23e849b33cb83cbd1f3ce9b7d23ad3863841</id>
<content type='text'>
</content>
</entry>
</feed>
