From: Takashi Sakamoto <o-takashi@sakamocchi.jp>
To: Ross Zwisler <zwisler@chromium.org>
Cc: alsa-devel@alsa-project.org, Ross Zwisler <zwisler@google.com>,
Clemens Ladisch <clemens@ladisch.de>,
Takashi Iwai <tiwai@suse.com>, Mark Brown <broonie@kernel.org>,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] MAINTAINERS: update git tree for sound entries
Date: Fri, 3 May 2019 10:18:56 +0900 [thread overview]
Message-ID: <20190503011855.GA30162@workstation> (raw)
In-Reply-To: <20190502172700.215737-1-zwisler@google.com>
Hi,
On Thu, May 02, 2019 at 11:27:00AM -0600, Ross Zwisler wrote:
> Several sound related entries in MAINTAINERS refer to the old git tree
> at "git://git.alsa-project.org/alsa-kernel.git". This is no longer used
> for development, and Takashi Iwai's kernel.org tree is used instead.
>
> Signed-off-by: Ross Zwisler <zwisler@google.com>
> ---
> MAINTAINERS | 13 ++++++-------
> 1 file changed, 6 insertions(+), 7 deletions(-)
This is a good catch.
Reviewed-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index e17ebf70b5480..d373d976a9317 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3351,7 +3351,7 @@ F: include/uapi/linux/bsg.h
> BT87X AUDIO DRIVER
> M: Clemens Ladisch <clemens@ladisch.de>
> L: alsa-devel@alsa-project.org (moderated for non-subscribers)
> -T: git git://git.alsa-project.org/alsa-kernel.git
> +T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
> S: Maintained
> F: Documentation/sound/cards/bt87x.rst
> F: sound/pci/bt87x.c
> @@ -3404,7 +3404,7 @@ F: drivers/scsi/FlashPoint.*
> C-MEDIA CMI8788 DRIVER
> M: Clemens Ladisch <clemens@ladisch.de>
> L: alsa-devel@alsa-project.org (moderated for non-subscribers)
> -T: git git://git.alsa-project.org/alsa-kernel.git
> +T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
> S: Maintained
> F: sound/pci/oxygen/
>
> @@ -5696,7 +5696,7 @@ F: drivers/edac/qcom_edac.c
> EDIROL UA-101/UA-1000 DRIVER
> M: Clemens Ladisch <clemens@ladisch.de>
> L: alsa-devel@alsa-project.org (moderated for non-subscribers)
> -T: git git://git.alsa-project.org/alsa-kernel.git
> +T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
> S: Maintained
> F: sound/usb/misc/ua101.c
>
> @@ -6036,7 +6036,7 @@ F: include/linux/f75375s.h
> FIREWIRE AUDIO DRIVERS
> M: Clemens Ladisch <clemens@ladisch.de>
> L: alsa-devel@alsa-project.org (moderated for non-subscribers)
> -T: git git://git.alsa-project.org/alsa-kernel.git
> +T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
> S: Maintained
> F: sound/firewire/
>
> @@ -11593,7 +11593,7 @@ F: Documentation/devicetree/bindings/opp/
> OPL4 DRIVER
> M: Clemens Ladisch <clemens@ladisch.de>
> L: alsa-devel@alsa-project.org (moderated for non-subscribers)
> -T: git git://git.alsa-project.org/alsa-kernel.git
> +T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
> S: Maintained
> F: sound/drivers/opl4/
>
> @@ -14490,7 +14490,6 @@ M: Takashi Iwai <tiwai@suse.com>
> L: alsa-devel@alsa-project.org (moderated for non-subscribers)
> W: http://www.alsa-project.org/
> T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
> -T: git git://git.alsa-project.org/alsa-kernel.git
> Q: http://patchwork.kernel.org/project/alsa-devel/list/
> S: Maintained
> F: Documentation/sound/
> @@ -16100,7 +16099,7 @@ F: drivers/usb/storage/
> USB MIDI DRIVER
> M: Clemens Ladisch <clemens@ladisch.de>
> L: alsa-devel@alsa-project.org (moderated for non-subscribers)
> -T: git git://git.alsa-project.org/alsa-kernel.git
> +T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
> S: Maintained
> F: sound/usb/midi.*
>
> --
> 2.21.0.593.g511ec345e18-goog
Regards
Takashi Sakamoto
next prev parent reply other threads:[~2019-05-03 1:24 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-02 17:27 [PATCH] MAINTAINERS: update git tree for sound entries Ross Zwisler
2019-05-03 1:18 ` Takashi Sakamoto [this message]
2019-05-03 8:16 ` Takashi Iwai
2019-05-03 14:06 ` Ross Zwisler
2019-05-03 14:24 ` Takashi Iwai
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190503011855.GA30162@workstation \
--to=o-takashi@sakamocchi.jp \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=clemens@ladisch.de \
--cc=linux-kernel@vger.kernel.org \
--cc=tiwai@suse.com \
--cc=zwisler@chromium.org \
--cc=zwisler@google.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox