diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-10-02 09:38:04 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-10-02 09:38:04 -0700 |
commit | 018d52e8b589206149be6a929f418379d5c7102d (patch) | |
tree | ff04f75e2800c7781432e5225787acfbe5baa294 /MAINTAINERS | |
parent | 91c45a7a01e84915a68a7606bbd17d2b590550d0 (diff) | |
parent | 502c00d9c3159e7dd3184b0e7c2cd0c0446d2546 (diff) | |
download | lwn-018d52e8b589206149be6a929f418379d5c7102d.tar.gz lwn-018d52e8b589206149be6a929f418379d5c7102d.zip |
Merge tag 'soundwire-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire into char-misc-next
Vinod writes:
soundwire updates for 4.20-rc1
- support for multi-link streaming
- updates in intel driver for multi-link streaming
- Update Vinod's email
- Fix rst formatting
* tag 'soundwire-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire:
Documentation: soundwire: fix stream.rst markup warnings
soundwire: intel: Remove duplicate assignment
MAINTAINERS: Update Vinod's email
soundwire: intel: Fix uninitialized adev deref
soundwire: intel: Add pre/post bank switch ops
soundwire: keep track of Masters in a stream
soundwire: Add support for multi link bank switch
soundwire: Handle multiple master instances in a stream
soundwire: Add support to lock across bus instances
soundwire: Initialize completion for defer messages
Documentation: soundwire: Add documentation for multi link
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index b22e7fdfd2ea..523c63bd12f1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13619,7 +13619,7 @@ F: sound/soc/ F: include/sound/soc* SOUNDWIRE SUBSYSTEM -M: Vinod Koul <vinod.koul@intel.com> +M: Vinod Koul <vkoul@kernel.org> M: Sanyog Kale <sanyog.r.kale@intel.com> R: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> L: alsa-devel@alsa-project.org (moderated for non-subscribers) |