<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/drivers/sound/Kconfig, branch master</title>
<subtitle>Broadcom-s U-Boot</subtitle>
<id>https://git.openwrt.org/project/bcm63xx/u-boot/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/project/bcm63xx/u-boot/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/'/>
<updated>2019-05-24T17:13:52Z</updated>
<entry>
<title>tegra: sound: Add an audio hub driver</title>
<updated>2019-05-24T17:13:52Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2019-04-01T20:38:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=112f2e1443428f3fa6dda91058557eb5cbfc3d43'/>
<id>urn:sha1:112f2e1443428f3fa6dda91058557eb5cbfc3d43</id>
<content type='text'>
Add a driver for the audio hub. This is modelled as a misc device which
supports writing audio data from I2S.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Acked-by: Jon Hunter &lt;jonathanh@nvidia.com&gt;
Signed-off-by: Tom Warren &lt;twarren@nvidia.com&gt;
</content>
</entry>
<entry>
<title>sound: Add a driver for RealTek RT5677</title>
<updated>2019-02-20T07:27:11Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2019-02-17T03:25:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=cf885929a601ba851ce95da236d5b2470850d368'/>
<id>urn:sha1:cf885929a601ba851ce95da236d5b2470850d368</id>
<content type='text'>
This audio codec is used on samus. Add a driver for it.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
</content>
</entry>
<entry>
<title>sound: Add a driver for the i8254 beep</title>
<updated>2019-02-20T07:27:10Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2019-02-17T03:24:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=6a27e540de2c5ff580af99b6b093ce00f495466e'/>
<id>urn:sha1:6a27e540de2c5ff580af99b6b093ce00f495466e</id>
<content type='text'>
Add a sound driver which can output simple beeps using this legacy timer.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
</content>
</entry>
<entry>
<title>sound: x86: link: Add sound support</title>
<updated>2019-02-20T07:27:09Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2019-02-17T03:24:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=6744c0d6525e9fb9b5c7fc0d7b66c0d0cbdf6177'/>
<id>urn:sha1:6744c0d6525e9fb9b5c7fc0d7b66c0d0cbdf6177</id>
<content type='text'>
Add sound support for link, using the HDA codec implementation.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
</content>
</entry>
<entry>
<title>sound: Add support for Intel HDA</title>
<updated>2019-02-20T07:27:09Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2019-02-17T03:24:55Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=2ca471379b471dc0d31459974d7cc4b54c824956'/>
<id>urn:sha1:2ca471379b471dc0d31459974d7cc4b54c824956</id>
<content type='text'>
The Intel High-definition Audio is a newer-generation audio system which
provides for transfer of a large number of audio stream, each containing
up to 16 channels.

Add support for HDA as a library which can be used by other drivers.
U-Boot currently uses only two channels (stereo).

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
</content>
</entry>
<entry>
<title>sound: Allow audio codecs to be used by other SoCs</title>
<updated>2019-02-09T19:50:22Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2018-12-27T20:24:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=afcd64579486e1745a3cb964bfe36267d90b4c3e'/>
<id>urn:sha1:afcd64579486e1745a3cb964bfe36267d90b4c3e</id>
<content type='text'>
At present there is still some samsung-specific code in the audio codecs.
Remove it so that these can be used by other SoCs.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>sound: Add a driver for max98088</title>
<updated>2019-02-09T19:50:22Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2019-01-12T01:37:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=9a7210f6a4ca0fe2cf6231ae812cae60e54f0fad'/>
<id>urn:sha1:9a7210f6a4ca0fe2cf6231ae812cae60e54f0fad</id>
<content type='text'>
This chip is used by spring. Add a driver for it and update the
samsung_sound driver to pick it up.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>rockchip: Add an I2S driver</title>
<updated>2019-02-01T15:59:10Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2018-12-28T03:15:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=2665f091158a37bea7db387fce379eecb04a1d71'/>
<id>urn:sha1:2665f091158a37bea7db387fce379eecb04a1d71</id>
<content type='text'>
Add a driver for I2S which allows audio data to be sent from the SoC to
the audio codec. The sample rate and other settings are hard-coded for now
as there is no suitable device-tree binding available.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;
</content>
</entry>
<entry>
<title>dm: sound: Complete migration to driver model</title>
<updated>2018-12-13T23:36:41Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2018-12-10T17:37:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=f2b25c9bf8212139f43ded090c78d604babc4337'/>
<id>urn:sha1:f2b25c9bf8212139f43ded090c78d604babc4337</id>
<content type='text'>
All users of sound are converted to use driver model. Drop the old code
and the CONFIG_DM_SOUND option.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>dm: sound: exynos: Add support for max98090</title>
<updated>2018-12-13T23:36:30Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2018-12-10T17:37:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=8cad63c74d549740333d59429eaad24ee1d8c3ba'/>
<id>urn:sha1:8cad63c74d549740333d59429eaad24ee1d8c3ba</id>
<content type='text'>
Add support for this new codec which is used by pit.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
</feed>
