* [PATCH] add missing definitions(letters) to HD-Audio.txt @ 2009-04-14 21:31 Justin Mattock 2009-04-15 11:03 ` [alsa-devel] " Takashi Iwai 0 siblings, 1 reply; 9+ messages in thread From: Justin Mattock @ 2009-04-14 21:31 UTC (permalink / raw) To: Linux Kernel Mailing List, alsa-devel impact: Add missing definitions(letters). Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> --- Documentation/sound/alsa/HD-Audio.txt | 3 +++ 1 files changed,3 insertions(+),0 deletions(-) =========================================================================================== ---- Documentation/sound/alsa/HD-Audio.txt 2009-04-14 17:03:14.000000000 -0700 ++++ Documentation/sound/alsa/HD-Audio.txt 2009-04-14 21:15:22.000000000 -0700 @@ -162,7 +162,7 @@ What `model` option values are available depends on the codec chip. Check your codec chip from the codec proc file (see "Codec Proc-File" section below). It will show the vendor/product name of your codec -chip. Then, see Documentation/sound/alsa/HD-Audio-Modelstxt file, +chip. Then, see Documentation/sound/alsa/HD-Audio-Models.txt file, the section of HD-audio driver. You can find a list of codecs and `model` options belonging to each codec. For example, for Realtek ALC262 codec chip, pass `model=ultra` for devices that are compatible @@ -170,7 +170,7 @@ Thus, the first thing you can do for any brand-new, unsupported and non-working HD-audio hardware is to check HD-audio codec and several -different `model` option values. If you have a luck, some of them +different `model` option values. If you have any luck, some of them might suit with your device well. Some codecs such as ALC880 have a special model option `model=test`. -- Justin P. Mattock ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] add missing definitions(letters) to HD-Audio.txt 2009-04-14 21:31 [PATCH] add missing definitions(letters) to HD-Audio.txt Justin Mattock @ 2009-04-15 11:03 ` Takashi Iwai 0 siblings, 0 replies; 9+ messages in thread From: Takashi Iwai @ 2009-04-15 11:03 UTC (permalink / raw) To: Justin Mattock; +Cc: alsa-devel, Linux Kernel Mailing List At Tue, 14 Apr 2009 14:31:21 -0700, Justin Mattock wrote: > > impact: Add missing definitions(letters). > > Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> Thanks, applied now. (BTW, your patch couldn't be applied cleanly, partly because of a wrong format and partly because of your MUA breaking the lines...) Takashi > > --- > Documentation/sound/alsa/HD-Audio.txt | 3 +++ > 1 files changed,3 insertions(+),0 deletions(-) > > =========================================================================================== > ---- Documentation/sound/alsa/HD-Audio.txt 2009-04-14 > 17:03:14.000000000 -0700 > ++++ Documentation/sound/alsa/HD-Audio.txt 2009-04-14 > 21:15:22.000000000 -0700 > @@ -162,7 +162,7 @@ > What `model` option values are available depends on the codec chip. > Check your codec chip from the codec proc file (see "Codec Proc-File" > section below). It will show the vendor/product name of your codec > -chip. Then, see Documentation/sound/alsa/HD-Audio-Modelstxt file, > +chip. Then, see Documentation/sound/alsa/HD-Audio-Models.txt file, > the section of HD-audio driver. You can find a list of codecs > and `model` options belonging to each codec. For example, for Realtek > ALC262 codec chip, pass `model=ultra` for devices that are compatible > @@ -170,7 +170,7 @@ > > Thus, the first thing you can do for any brand-new, unsupported and > non-working HD-audio hardware is to check HD-audio codec and several > -different `model` option values. If you have a luck, some of them > +different `model` option values. If you have any luck, some of them > might suit with your device well. > > Some codecs such as ALC880 have a special model option `model=test`. > > > > -- > Justin P. Mattock > _______________________________________________ > Alsa-devel mailing list > Alsa-devel@alsa-project.org > http://mailman.alsa-project.org/mailman/listinfo/alsa-devel > ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [alsa-devel] [PATCH] add missing definitions(letters) to HD-Audio.txt @ 2009-04-15 11:03 ` Takashi Iwai 0 siblings, 0 replies; 9+ messages in thread From: Takashi Iwai @ 2009-04-15 11:03 UTC (permalink / raw) To: Justin Mattock; +Cc: Linux Kernel Mailing List, alsa-devel At Tue, 14 Apr 2009 14:31:21 -0700, Justin Mattock wrote: > > impact: Add missing definitions(letters). > > Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> Thanks, applied now. (BTW, your patch couldn't be applied cleanly, partly because of a wrong format and partly because of your MUA breaking the lines...) Takashi > > --- > Documentation/sound/alsa/HD-Audio.txt | 3 +++ > 1 files changed,3 insertions(+),0 deletions(-) > > =========================================================================================== > ---- Documentation/sound/alsa/HD-Audio.txt 2009-04-14 > 17:03:14.000000000 -0700 > ++++ Documentation/sound/alsa/HD-Audio.txt 2009-04-14 > 21:15:22.000000000 -0700 > @@ -162,7 +162,7 @@ > What `model` option values are available depends on the codec chip. > Check your codec chip from the codec proc file (see "Codec Proc-File" > section below). It will show the vendor/product name of your codec > -chip. Then, see Documentation/sound/alsa/HD-Audio-Modelstxt file, > +chip. Then, see Documentation/sound/alsa/HD-Audio-Models.txt file, > the section of HD-audio driver. You can find a list of codecs > and `model` options belonging to each codec. For example, for Realtek > ALC262 codec chip, pass `model=ultra` for devices that are compatible > @@ -170,7 +170,7 @@ > > Thus, the first thing you can do for any brand-new, unsupported and > non-working HD-audio hardware is to check HD-audio codec and several > -different `model` option values. If you have a luck, some of them > +different `model` option values. If you have any luck, some of them > might suit with your device well. > > Some codecs such as ALC880 have a special model option `model=test`. > > > > -- > Justin P. Mattock > _______________________________________________ > Alsa-devel mailing list > Alsa-devel@alsa-project.org > http://mailman.alsa-project.org/mailman/listinfo/alsa-devel > ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] add missing definitions(letters) to HD-Audio.txt 2009-04-15 11:03 ` [alsa-devel] " Takashi Iwai @ 2009-04-15 15:35 ` Justin Mattock -1 siblings, 0 replies; 9+ messages in thread From: Justin Mattock @ 2009-04-15 15:35 UTC (permalink / raw) To: Takashi Iwai; +Cc: alsa-devel, Linux Kernel Mailing List On Wed, Apr 15, 2009 at 4:03 AM, Takashi Iwai <tiwai@suse.de> wrote: > At Tue, 14 Apr 2009 14:31:21 -0700, > Justin Mattock wrote: >> >> impact: Add missing definitions(letters). >> >> Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> > > Thanks, applied now. > > (BTW, your patch couldn't be applied cleanly, partly because of > a wrong format and partly because of your MUA breaking the lines...) > > > Takashi > >> >> --- >> Documentation/sound/alsa/HD-Audio.txt | 3 +++ >> 1 files changed,3 insertions(+),0 deletions(-) >> >> =========================================================================================== >> ---- Documentation/sound/alsa/HD-Audio.txt 2009-04-14 >> 17:03:14.000000000 -0700 >> ++++ Documentation/sound/alsa/HD-Audio.txt 2009-04-14 >> 21:15:22.000000000 -0700 >> @@ -162,7 +162,7 @@ >> What `model` option values are available depends on the codec chip. >> Check your codec chip from the codec proc file (see "Codec Proc-File" >> section below). It will show the vendor/product name of your codec >> -chip. Then, see Documentation/sound/alsa/HD-Audio-Modelstxt file, >> +chip. Then, see Documentation/sound/alsa/HD-Audio-Models.txt file, >> the section of HD-audio driver. You can find a list of codecs >> and `model` options belonging to each codec. For example, for Realtek >> ALC262 codec chip, pass `model=ultra` for devices that are compatible >> @@ -170,7 +170,7 @@ >> >> Thus, the first thing you can do for any brand-new, unsupported and >> non-working HD-audio hardware is to check HD-audio codec and several >> -different `model` option values. If you have a luck, some of them >> +different `model` option values. If you have any luck, some of them >> might suit with your device well. >> >> Some codecs such as ALC880 have a special model option `model=test`. >> >> >> >> -- >> Justin P. Mattock >> _______________________________________________ >> Alsa-devel mailing list >> Alsa-devel@alsa-project.org >> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel >> > I went diff -u file.old file.new (I'm not sure how to generate the 1 files changed,2 etc... stuff) And yes I will be honest I didn't test the patch. (figured it wasn't that complicated, and I was tired). If I find more I'll let you know. (back to trying to get sound working on my imac). -- Justin P. Mattock ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [alsa-devel] [PATCH] add missing definitions(letters) to HD-Audio.txt @ 2009-04-15 15:35 ` Justin Mattock 0 siblings, 0 replies; 9+ messages in thread From: Justin Mattock @ 2009-04-15 15:35 UTC (permalink / raw) To: Takashi Iwai; +Cc: Linux Kernel Mailing List, alsa-devel On Wed, Apr 15, 2009 at 4:03 AM, Takashi Iwai <tiwai@suse.de> wrote: > At Tue, 14 Apr 2009 14:31:21 -0700, > Justin Mattock wrote: >> >> impact: Add missing definitions(letters). >> >> Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> > > Thanks, applied now. > > (BTW, your patch couldn't be applied cleanly, partly because of > a wrong format and partly because of your MUA breaking the lines...) > > > Takashi > >> >> --- >> Documentation/sound/alsa/HD-Audio.txt | 3 +++ >> 1 files changed,3 insertions(+),0 deletions(-) >> >> =========================================================================================== >> ---- Documentation/sound/alsa/HD-Audio.txt 2009-04-14 >> 17:03:14.000000000 -0700 >> ++++ Documentation/sound/alsa/HD-Audio.txt 2009-04-14 >> 21:15:22.000000000 -0700 >> @@ -162,7 +162,7 @@ >> What `model` option values are available depends on the codec chip. >> Check your codec chip from the codec proc file (see "Codec Proc-File" >> section below). It will show the vendor/product name of your codec >> -chip. Then, see Documentation/sound/alsa/HD-Audio-Modelstxt file, >> +chip. Then, see Documentation/sound/alsa/HD-Audio-Models.txt file, >> the section of HD-audio driver. You can find a list of codecs >> and `model` options belonging to each codec. For example, for Realtek >> ALC262 codec chip, pass `model=ultra` for devices that are compatible >> @@ -170,7 +170,7 @@ >> >> Thus, the first thing you can do for any brand-new, unsupported and >> non-working HD-audio hardware is to check HD-audio codec and several >> -different `model` option values. If you have a luck, some of them >> +different `model` option values. If you have any luck, some of them >> might suit with your device well. >> >> Some codecs such as ALC880 have a special model option `model=test`. >> >> >> >> -- >> Justin P. Mattock >> _______________________________________________ >> Alsa-devel mailing list >> Alsa-devel@alsa-project.org >> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel >> > I went diff -u file.old file.new (I'm not sure how to generate the 1 files changed,2 etc... stuff) And yes I will be honest I didn't test the patch. (figured it wasn't that complicated, and I was tired). If I find more I'll let you know. (back to trying to get sound working on my imac). -- Justin P. Mattock ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] add missing definitions(letters) to HD-Audio.txt 2009-04-15 15:35 ` [alsa-devel] " Justin Mattock @ 2009-04-15 15:56 ` Randy Dunlap -1 siblings, 0 replies; 9+ messages in thread From: Randy Dunlap @ 2009-04-15 15:56 UTC (permalink / raw) To: Justin Mattock; +Cc: Takashi Iwai, alsa-devel, Linux Kernel Mailing List Justin Mattock wrote: > On Wed, Apr 15, 2009 at 4:03 AM, Takashi Iwai <tiwai@suse.de> wrote: >> At Tue, 14 Apr 2009 14:31:21 -0700, >> Justin Mattock wrote: >>> impact: Add missing definitions(letters). >>> >>> Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> >> Thanks, applied now. >> >> (BTW, your patch couldn't be applied cleanly, partly because of >> a wrong format and partly because of your MUA breaking the lines...) >> >> >> Takashi >> >>> --- >>> Documentation/sound/alsa/HD-Audio.txt | 3 +++ >>> 1 files changed,3 insertions(+),0 deletions(-) >>> >>> =========================================================================================== >>> ---- Documentation/sound/alsa/HD-Audio.txt 2009-04-14 >>> 17:03:14.000000000 -0700 >>> ++++ Documentation/sound/alsa/HD-Audio.txt 2009-04-14 >>> 21:15:22.000000000 -0700 >>> @@ -162,7 +162,7 @@ >>> What `model` option values are available depends on the codec chip. >>> Check your codec chip from the codec proc file (see "Codec Proc-File" >>> section below). It will show the vendor/product name of your codec >>> -chip. Then, see Documentation/sound/alsa/HD-Audio-Modelstxt file, >>> +chip. Then, see Documentation/sound/alsa/HD-Audio-Models.txt file, >>> the section of HD-audio driver. You can find a list of codecs >>> and `model` options belonging to each codec. For example, for Realtek >>> ALC262 codec chip, pass `model=ultra` for devices that are compatible >>> @@ -170,7 +170,7 @@ >>> >>> Thus, the first thing you can do for any brand-new, unsupported and >>> non-working HD-audio hardware is to check HD-audio codec and several >>> -different `model` option values. If you have a luck, some of them >>> +different `model` option values. If you have any luck, some of them >>> might suit with your device well. >>> >>> Some codecs such as ALC880 have a special model option `model=test`. >>> >>> -- > > I went diff -u file.old file.new > (I'm not sure how to generate the > 1 files changed,2 etc... stuff) It's listed in Documentation/SubmittingPatches: /diffstat/ along with the expected patch format etc. Please read/use it. > And yes I will be honest I didn't test the patch. > (figured it wasn't that complicated, and I was tired). > > If I find more I'll let you know. > (back to trying to get sound working on my imac). -- ~Randy ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [alsa-devel] [PATCH] add missing definitions(letters) to HD-Audio.txt @ 2009-04-15 15:56 ` Randy Dunlap 0 siblings, 0 replies; 9+ messages in thread From: Randy Dunlap @ 2009-04-15 15:56 UTC (permalink / raw) To: Justin Mattock; +Cc: Takashi Iwai, Linux Kernel Mailing List, alsa-devel Justin Mattock wrote: > On Wed, Apr 15, 2009 at 4:03 AM, Takashi Iwai <tiwai@suse.de> wrote: >> At Tue, 14 Apr 2009 14:31:21 -0700, >> Justin Mattock wrote: >>> impact: Add missing definitions(letters). >>> >>> Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> >> Thanks, applied now. >> >> (BTW, your patch couldn't be applied cleanly, partly because of >> a wrong format and partly because of your MUA breaking the lines...) >> >> >> Takashi >> >>> --- >>> Documentation/sound/alsa/HD-Audio.txt | 3 +++ >>> 1 files changed,3 insertions(+),0 deletions(-) >>> >>> =========================================================================================== >>> ---- Documentation/sound/alsa/HD-Audio.txt 2009-04-14 >>> 17:03:14.000000000 -0700 >>> ++++ Documentation/sound/alsa/HD-Audio.txt 2009-04-14 >>> 21:15:22.000000000 -0700 >>> @@ -162,7 +162,7 @@ >>> What `model` option values are available depends on the codec chip. >>> Check your codec chip from the codec proc file (see "Codec Proc-File" >>> section below). It will show the vendor/product name of your codec >>> -chip. Then, see Documentation/sound/alsa/HD-Audio-Modelstxt file, >>> +chip. Then, see Documentation/sound/alsa/HD-Audio-Models.txt file, >>> the section of HD-audio driver. You can find a list of codecs >>> and `model` options belonging to each codec. For example, for Realtek >>> ALC262 codec chip, pass `model=ultra` for devices that are compatible >>> @@ -170,7 +170,7 @@ >>> >>> Thus, the first thing you can do for any brand-new, unsupported and >>> non-working HD-audio hardware is to check HD-audio codec and several >>> -different `model` option values. If you have a luck, some of them >>> +different `model` option values. If you have any luck, some of them >>> might suit with your device well. >>> >>> Some codecs such as ALC880 have a special model option `model=test`. >>> >>> -- > > I went diff -u file.old file.new > (I'm not sure how to generate the > 1 files changed,2 etc... stuff) It's listed in Documentation/SubmittingPatches: /diffstat/ along with the expected patch format etc. Please read/use it. > And yes I will be honest I didn't test the patch. > (figured it wasn't that complicated, and I was tired). > > If I find more I'll let you know. > (back to trying to get sound working on my imac). -- ~Randy ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] add missing definitions(letters) to HD-Audio.txt 2009-04-15 15:56 ` [alsa-devel] " Randy Dunlap @ 2009-04-15 17:43 ` Justin Mattock -1 siblings, 0 replies; 9+ messages in thread From: Justin Mattock @ 2009-04-15 17:43 UTC (permalink / raw) To: Randy Dunlap; +Cc: Takashi Iwai, alsa-devel, Linux Kernel Mailing List On Wed, Apr 15, 2009 at 8:56 AM, Randy Dunlap <randy.dunlap@oracle.com> wrote: > Justin Mattock wrote: >> On Wed, Apr 15, 2009 at 4:03 AM, Takashi Iwai <tiwai@suse.de> wrote: >>> At Tue, 14 Apr 2009 14:31:21 -0700, >>> Justin Mattock wrote: >>>> impact: Add missing definitions(letters). >>>> >>>> Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> >>> Thanks, applied now. >>> >>> (BTW, your patch couldn't be applied cleanly, partly because of >>> a wrong format and partly because of your MUA breaking the lines...) >>> >>> >>> Takashi >>> >>>> --- >>>> Documentation/sound/alsa/HD-Audio.txt | 3 +++ >>>> 1 files changed,3 insertions(+),0 deletions(-) >>>> >>>> =========================================================================================== >>>> ---- Documentation/sound/alsa/HD-Audio.txt 2009-04-14 >>>> 17:03:14.000000000 -0700 >>>> ++++ Documentation/sound/alsa/HD-Audio.txt 2009-04-14 >>>> 21:15:22.000000000 -0700 >>>> @@ -162,7 +162,7 @@ >>>> What `model` option values are available depends on the codec chip. >>>> Check your codec chip from the codec proc file (see "Codec Proc-File" >>>> section below). It will show the vendor/product name of your codec >>>> -chip. Then, see Documentation/sound/alsa/HD-Audio-Modelstxt file, >>>> +chip. Then, see Documentation/sound/alsa/HD-Audio-Models.txt file, >>>> the section of HD-audio driver. You can find a list of codecs >>>> and `model` options belonging to each codec. For example, for Realtek >>>> ALC262 codec chip, pass `model=ultra` for devices that are compatible >>>> @@ -170,7 +170,7 @@ >>>> >>>> Thus, the first thing you can do for any brand-new, unsupported and >>>> non-working HD-audio hardware is to check HD-audio codec and several >>>> -different `model` option values. If you have a luck, some of them >>>> +different `model` option values. If you have any luck, some of them >>>> might suit with your device well. >>>> >>>> Some codecs such as ALC880 have a special model option `model=test`. >>>> >>>> -- >> >> I went diff -u file.old file.new >> (I'm not sure how to generate the >> 1 files changed,2 etc... stuff) > > It's listed in Documentation/SubmittingPatches: /diffstat/ > along with the expected patch format etc. > Please read/use it. > >> And yes I will be honest I didn't test the patch. >> (figured it wasn't that complicated, and I was tired). >> >> If I find more I'll let you know. >> (back to trying to get sound working on my imac). > > > -- > ~Randy > alright. -- Justin P. Mattock ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [alsa-devel] [PATCH] add missing definitions(letters) to HD-Audio.txt @ 2009-04-15 17:43 ` Justin Mattock 0 siblings, 0 replies; 9+ messages in thread From: Justin Mattock @ 2009-04-15 17:43 UTC (permalink / raw) To: Randy Dunlap; +Cc: Takashi Iwai, Linux Kernel Mailing List, alsa-devel On Wed, Apr 15, 2009 at 8:56 AM, Randy Dunlap <randy.dunlap@oracle.com> wrote: > Justin Mattock wrote: >> On Wed, Apr 15, 2009 at 4:03 AM, Takashi Iwai <tiwai@suse.de> wrote: >>> At Tue, 14 Apr 2009 14:31:21 -0700, >>> Justin Mattock wrote: >>>> impact: Add missing definitions(letters). >>>> >>>> Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> >>> Thanks, applied now. >>> >>> (BTW, your patch couldn't be applied cleanly, partly because of >>> a wrong format and partly because of your MUA breaking the lines...) >>> >>> >>> Takashi >>> >>>> --- >>>> Documentation/sound/alsa/HD-Audio.txt | 3 +++ >>>> 1 files changed,3 insertions(+),0 deletions(-) >>>> >>>> =========================================================================================== >>>> ---- Documentation/sound/alsa/HD-Audio.txt 2009-04-14 >>>> 17:03:14.000000000 -0700 >>>> ++++ Documentation/sound/alsa/HD-Audio.txt 2009-04-14 >>>> 21:15:22.000000000 -0700 >>>> @@ -162,7 +162,7 @@ >>>> What `model` option values are available depends on the codec chip. >>>> Check your codec chip from the codec proc file (see "Codec Proc-File" >>>> section below). It will show the vendor/product name of your codec >>>> -chip. Then, see Documentation/sound/alsa/HD-Audio-Modelstxt file, >>>> +chip. Then, see Documentation/sound/alsa/HD-Audio-Models.txt file, >>>> the section of HD-audio driver. You can find a list of codecs >>>> and `model` options belonging to each codec. For example, for Realtek >>>> ALC262 codec chip, pass `model=ultra` for devices that are compatible >>>> @@ -170,7 +170,7 @@ >>>> >>>> Thus, the first thing you can do for any brand-new, unsupported and >>>> non-working HD-audio hardware is to check HD-audio codec and several >>>> -different `model` option values. If you have a luck, some of them >>>> +different `model` option values. If you have any luck, some of them >>>> might suit with your device well. >>>> >>>> Some codecs such as ALC880 have a special model option `model=test`. >>>> >>>> -- >> >> I went diff -u file.old file.new >> (I'm not sure how to generate the >> 1 files changed,2 etc... stuff) > > It's listed in Documentation/SubmittingPatches: /diffstat/ > along with the expected patch format etc. > Please read/use it. > >> And yes I will be honest I didn't test the patch. >> (figured it wasn't that complicated, and I was tired). >> >> If I find more I'll let you know. >> (back to trying to get sound working on my imac). > > > -- > ~Randy > alright. -- Justin P. Mattock ^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2009-04-15 17:43 UTC | newest] Thread overview: 9+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2009-04-14 21:31 [PATCH] add missing definitions(letters) to HD-Audio.txt Justin Mattock 2009-04-15 11:03 ` Takashi Iwai 2009-04-15 11:03 ` [alsa-devel] " Takashi Iwai 2009-04-15 15:35 ` Justin Mattock 2009-04-15 15:35 ` [alsa-devel] " Justin Mattock 2009-04-15 15:56 ` Randy Dunlap 2009-04-15 15:56 ` [alsa-devel] " Randy Dunlap 2009-04-15 17:43 ` Justin Mattock 2009-04-15 17:43 ` [alsa-devel] " Justin Mattock
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.