mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Samuel Thibault <samuel.thibault@ens-lyon.org>,
	linux-kernel@vger.kernel.org, speakup@linux-speakup.org
Subject: Re: [patch 1/2] speakup-dummy: Add support for PUNCT variable
Date: Thu, 1 Sep 2022 18:23:27 +0200	[thread overview]
Message-ID: <YxDcf3+TIhiokxQi@kroah.com> (raw)
In-Reply-To: <20220901161025.5q7cwb4hpj2osnuk@begin>

On Thu, Sep 01, 2022 at 06:10:25PM +0200, Samuel Thibault wrote:
> Hello,
> 
> Greg KH, le jeu. 01 sept. 2022 16:59:28 +0200, a ecrit:
> > On Wed, Aug 24, 2022 at 12:25:02AM +0200, Samuel Thibault wrote:
> > > This allows to debug the update of the punctuation level.
> > > 
> > > Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
> > > 
> > > Index: linux/drivers/accessibility/speakup/speakup_dummy.c
> > > ===================================================================
> > > --- linux.orig/drivers/accessibility/speakup/speakup_dummy.c
> > > +++ linux/drivers/accessibility/speakup/speakup_dummy.c
> > > @@ -27,6 +27,7 @@ static struct var_t vars[] = {
> > >  	{ INFLECTION, .u.n = {"INFLECTION %d\n", 8, 0, 16, 0, 0, NULL } },
> > >  	{ VOL, .u.n = {"VOL %d\n", 8, 0, 16, 0, 0, NULL } },
> > >  	{ TONE, .u.n = {"TONE %d\n", 8, 0, 16, 0, 0, NULL } },
> > > +	{ PUNCT, .u.n = {"PUNCT %d\n", 0, 0, 3, 0, 0, NULL } },
> > >  	{ DIRECT, .u.n = {NULL, 0, 0, 1, 0, 0, NULL } },
> > >  	V_LAST_VAR
> > >  };
> > > @@ -42,6 +43,8 @@ static struct kobj_attribute pitch_attri
> > >  	__ATTR(pitch, 0644, spk_var_show, spk_var_store);
> > >  static struct kobj_attribute inflection_attribute =
> > >  	__ATTR(inflection, 0644, spk_var_show, spk_var_store);
> > > +static struct kobj_attribute punct_attribute =
> > > +	__ATTR(punct, 0644, spk_var_show, spk_var_store);
> > >  static struct kobj_attribute rate_attribute =
> > >  	__ATTR(rate, 0644, spk_var_show, spk_var_store);
> > >  static struct kobj_attribute tone_attribute =
> > > @@ -69,6 +72,7 @@ static struct attribute *synth_attrs[] =
> > >  	&caps_stop_attribute.attr,
> > >  	&pitch_attribute.attr,
> > >  	&inflection_attribute.attr,
> > > +	&punct_attribute.attr,
> > >  	&rate_attribute.attr,
> > >  	&tone_attribute.attr,
> > >  	&vol_attribute.attr,
> > > 
> > 
> > Don't we also need a Documentation/ABI/ update for this new sysfs file?
> 
> It is already there actually, because it's the same variables fo various
> syntheses, and this is just adding the support for punct (already known
> in other syntheses) to the dummy synthesis.

Ah, nevermind, thanks!

  reply	other threads:[~2022-09-01 16:23 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-23 22:25 [patch 0/2] [patch 0/2] speakup: Expose punctuation level to software speech synthesis Samuel Thibault
2022-08-23 22:25 ` [patch 1/2] speakup-dummy: Add support for PUNCT variable Samuel Thibault
2022-09-01 14:59   ` Greg KH
2022-09-01 16:10     ` Samuel Thibault
2022-09-01 16:23       ` Greg KH [this message]
2022-08-23 22:25 ` [patch 2/2] speakup: Notify synthesizers of the punctuation level change Samuel Thibault

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=YxDcf3+TIhiokxQi@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=samuel.thibault@ens-lyon.org \
    --cc=speakup@linux-speakup.org \
    /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

all inboxes | Powered by JetHome®