Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1740790 > unrolled thread
| Started by | Peng Donglin <dolinux.peng@gmail.com> |
|---|---|
| First post | 2017-09-27 16:40 +0200 |
| Last post | 2017-09-27 16:50 +0200 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
[PATCH] ASoC: dapm: Fix typos in comment Peng Donglin <dolinux.peng@gmail.com> - 2017-09-27 16:40 +0200
Re: [alsa-devel] [PATCH] ASoC: dapm: Fix typos in comment Lars-Peter Clausen <lars@metafoo.de> - 2017-09-27 16:50 +0200
Re: [alsa-devel] [PATCH] ASoC: dapm: Fix typos in comment Donglin Peng <dolinux.peng@gmail.com> - 2017-09-27 16:50 +0200
| From | Peng Donglin <dolinux.peng@gmail.com> |
|---|---|
| Date | 2017-09-27 16:40 +0200 |
| Subject | [PATCH] ASoC: dapm: Fix typos in comment |
| Message-ID | <uulFf-4nX-9@gated-at.bofh.it> |
Signed-off-by: Peng Donglin <dolinux.peng@gmail.com> --- sound/soc/soc-dapm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/soc/soc-dapm.c b/sound/soc/soc-dapm.c index dcef67a..0867eaa 100644 --- a/sound/soc/soc-dapm.c +++ b/sound/soc/soc-dapm.c @@ -4167,7 +4167,7 @@ void snd_soc_dapm_stream_event(struct snd_soc_pcm_runtime *rtd, int stream, * @dapm: DAPM context * @pin: pin name * - * Enables input/output pin and its parents or children widgets iff there is + * Enables input/output pin and its parents or children widgets if there is * a valid audio route and active audio stream. * * Requires external locking. @@ -4187,7 +4187,7 @@ int snd_soc_dapm_enable_pin_unlocked(struct snd_soc_dapm_context *dapm, * @dapm: DAPM context * @pin: pin name * - * Enables input/output pin and its parents or children widgets iff there is + * Enables input/output pin and its parents or children widgets if there is * a valid audio route and active audio stream. * * NOTE: snd_soc_dapm_sync() needs to be called after this for DAPM to -- 1.9.1
[toc] | [next] | [standalone]
| From | Lars-Peter Clausen <lars@metafoo.de> |
|---|---|
| Date | 2017-09-27 16:50 +0200 |
| Subject | Re: [alsa-devel] [PATCH] ASoC: dapm: Fix typos in comment |
| Message-ID | <uulOW-4rv-17@gated-at.bofh.it> |
| In reply to | #1740790 |
On 09/27/2017 04:35 PM, Peng Donglin wrote: > Signed-off-by: Peng Donglin <dolinux.peng@gmail.com> > --- > sound/soc/soc-dapm.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/sound/soc/soc-dapm.c b/sound/soc/soc-dapm.c > index dcef67a..0867eaa 100644 > --- a/sound/soc/soc-dapm.c > +++ b/sound/soc/soc-dapm.c > @@ -4167,7 +4167,7 @@ void snd_soc_dapm_stream_event(struct snd_soc_pcm_runtime *rtd, int stream, > * @dapm: DAPM context > * @pin: pin name > * > - * Enables input/output pin and its parents or children widgets iff there is > + * Enables input/output pin and its parents or children widgets if there is https://en.wikipedia.org/wiki/If_and_only_if
[toc] | [prev] | [next] | [standalone]
| From | Donglin Peng <dolinux.peng@gmail.com> |
|---|---|
| Date | 2017-09-27 16:50 +0200 |
| Subject | Re: [alsa-devel] [PATCH] ASoC: dapm: Fix typos in comment |
| Message-ID | <uulOW-4rv-23@gated-at.bofh.it> |
| In reply to | #1740800 |
Thanks, i see. On Wed, Sep 27, 2017 at 10:39 PM, Lars-Peter Clausen <lars@metafoo.de> wrote: > On 09/27/2017 04:35 PM, Peng Donglin wrote: >> Signed-off-by: Peng Donglin <dolinux.peng@gmail.com> >> --- >> sound/soc/soc-dapm.c | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/sound/soc/soc-dapm.c b/sound/soc/soc-dapm.c >> index dcef67a..0867eaa 100644 >> --- a/sound/soc/soc-dapm.c >> +++ b/sound/soc/soc-dapm.c >> @@ -4167,7 +4167,7 @@ void snd_soc_dapm_stream_event(struct snd_soc_pcm_runtime *rtd, int stream, >> * @dapm: DAPM context >> * @pin: pin name >> * >> - * Enables input/output pin and its parents or children widgets iff there is >> + * Enables input/output pin and its parents or children widgets if there is > > https://en.wikipedia.org/wiki/If_and_only_if
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web