* Re: [PATCH 1/1] alsabat: fix a missing break in switch
2016-06-12 10:17 [PATCH 1/1] alsabat: fix a missing break in switch han.lu
@ 2016-06-12 6:41 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2016-06-12 6:41 UTC (permalink / raw)
To: han.lu; +Cc: liam.r.girdwood, alsa-devel
On Sun, 12 Jun 2016 12:17:00 +0200,
han.lu@intel.com wrote:
>
> From: "Lu, Han" <han.lu@intel.com>
>
> Add the break line for OPT_ROUNDUPLATENCY case.
>
> Signed-off-by: Lu, Han <han.lu@intel.com>
Applied, thanks.
Takashi
>
> diff --git a/bat/bat.c b/bat/bat.c
> index 72ab8b2..8645770 100644
> --- a/bat/bat.c
> +++ b/bat/bat.c
> @@ -420,6 +420,7 @@ static void parse_arguments(struct bat *bat, int argc, char *argv[])
> break;
> case OPT_ROUNDTRIPLATENCY:
> bat->roundtriplatency = true;
> + break;
> case OPT_SNRTHD_DB:
> get_snr_thd_db(bat, optarg);
> break;
> --
> 2.5.0
>
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] alsabat: fix a missing break in switch
@ 2016-06-12 10:17 han.lu
2016-06-12 6:41 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: han.lu @ 2016-06-12 10:17 UTC (permalink / raw)
To: tiwai, liam.r.girdwood, alsa-devel; +Cc: Lu, Han
From: "Lu, Han" <han.lu@intel.com>
Add the break line for OPT_ROUNDUPLATENCY case.
Signed-off-by: Lu, Han <han.lu@intel.com>
diff --git a/bat/bat.c b/bat/bat.c
index 72ab8b2..8645770 100644
--- a/bat/bat.c
+++ b/bat/bat.c
@@ -420,6 +420,7 @@ static void parse_arguments(struct bat *bat, int argc, char *argv[])
break;
case OPT_ROUNDTRIPLATENCY:
bat->roundtriplatency = true;
+ break;
case OPT_SNRTHD_DB:
get_snr_thd_db(bat, optarg);
break;
--
2.5.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-06-12 6:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-12 10:17 [PATCH 1/1] alsabat: fix a missing break in switch han.lu
2016-06-12 6:41 ` Takashi Iwai
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.