public inbox for alsa-devel@alsa-project.org
 help / color / mirror / Atom feed
From: alex.d.wiggins@gmail.com
To: patch@alsa-project.org
Cc: Alex Wiggins <alex.d.wiggins@gmail.com>, alsa-devel@alsa-project.org
Subject: [PATCH - alsa-plugins/pulse 1/1] Add 24 bit data formats to Pulse plugin.
Date: Tue, 12 May 2015 01:09:34 +0100	[thread overview]
Message-ID: <555144d4.e7bbb40a.3e71.0f8d@mx.google.com> (raw)

From: Alex Wiggins <alex.d.wiggins@gmail.com>

Signed-off-by: Alex Wiggins <alex.d.wiggins@gmail.com>

diff --git a/pulse/pcm_pulse.c b/pulse/pcm_pulse.c
index 0d3704b..5cb3452 100644
--- a/pulse/pcm_pulse.c
+++ b/pulse/pcm_pulse.c
@@ -994,7 +994,11 @@ static int pulse_hw_constraint(snd_pcm_pulse_t * pcm)
 		SND_PCM_FORMAT_FLOAT_LE,
 		SND_PCM_FORMAT_FLOAT_BE,
 		SND_PCM_FORMAT_S32_LE,
-		SND_PCM_FORMAT_S32_BE
+		SND_PCM_FORMAT_S32_BE,
+		SND_PCM_FORMAT_S24_3LE,
+		SND_PCM_FORMAT_S24_3BE,
+		SND_PCM_FORMAT_S24_LE,
+		SND_PCM_FORMAT_S24_BE
 	};
 
 	int err;
-- 
2.3.6

             reply	other threads:[~2015-05-12  0:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-12  0:09 alex.d.wiggins [this message]
2015-05-18  9:08 ` [PATCH - alsa-plugins/pulse 1/1] Add 24 bit data formats to Pulse plugin Takashi Iwai

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=555144d4.e7bbb40a.3e71.0f8d@mx.google.com \
    --to=alex.d.wiggins@gmail.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=patch@alsa-project.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