All of lore.kernel.org
 help / color / mirror / Atom feed
From: <laxmi.devi@in.bosch.com>
To: patch@alsa-project.org
Cc: twischer@de.adit-jv.com, alsa-devel@alsa-project.org,
	Laxmi Devi <Laxmi.Devi@in.bosch.com>
Subject: [PATCH - ALSA JACK plugin 2/2] jack: Removing snd_pcm_jack_format_t as it is not used
Date: Fri, 11 Jan 2019 10:19:48 +0530	[thread overview]
Message-ID: <1547182188-14480-2-git-send-email-laxmi.devi@in.bosch.com> (raw)
In-Reply-To: <1547182188-14480-1-git-send-email-laxmi.devi@in.bosch.com>

From: Laxmi Devi <Laxmi.Devi@in.bosch.com>

Signed-off-by: Laxmi Devi <Laxmi.Devi@in.bosch.com>

diff --git a/jack/pcm_jack.c b/jack/pcm_jack.c
index d723b17..b2bc213 100644
--- a/jack/pcm_jack.c
+++ b/jack/pcm_jack.c
@@ -31,10 +31,6 @@
 
 #define MAX_PERIODS_MULTIPLE 64
 
-typedef enum _jack_format {
-	SND_PCM_JACK_FORMAT_RAW
-} snd_pcm_jack_format_t;
-
 typedef struct {
 	snd_pcm_ioplug_t io;
 
-- 
2.7.4

  reply	other threads:[~2019-01-11  4:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-11  4:49 [PATCH - ALSA JACK plugin 1/2] jack: Replacing jack->channels with jack->num_ports laxmi.devi
2019-01-11  4:49 ` laxmi.devi [this message]
2019-01-11  5:15 laxmi.devi
2019-01-11  5:15 ` [PATCH - ALSA JACK plugin 2/2] jack: Removing snd_pcm_jack_format_t as it is not used laxmi.devi

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=1547182188-14480-2-git-send-email-laxmi.devi@in.bosch.com \
    --to=laxmi.devi@in.bosch.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=patch@alsa-project.org \
    --cc=twischer@de.adit-jv.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 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.