public inbox for alsa-devel@alsa-project.org
 help / color / mirror / Atom feed
* [PATCH - alsa-plugins/pulse 1/1] Add 24 bit data formats to Pulse plugin.
@ 2015-05-12  0:09 alex.d.wiggins
  2015-05-18  9:08 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: alex.d.wiggins @ 2015-05-12  0:09 UTC (permalink / raw)
  To: patch; +Cc: Alex Wiggins, alsa-devel

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH - alsa-plugins/pulse 1/1] Add 24 bit data formats to Pulse plugin.
  2015-05-12  0:09 [PATCH - alsa-plugins/pulse 1/1] Add 24 bit data formats to Pulse plugin alex.d.wiggins
@ 2015-05-18  9:08 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2015-05-18  9:08 UTC (permalink / raw)
  To: alex.d.wiggins; +Cc: alsa-devel

At Tue, 12 May 2015 01:09:34 +0100,
alex.d.wiggins@gmail.com wrote:
> 
> From: Alex Wiggins <alex.d.wiggins@gmail.com>
> 
> Signed-off-by: Alex Wiggins <alex.d.wiggins@gmail.com>

Applied, thanks.


Takashi

> 
> 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
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-05-18  9:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-12  0:09 [PATCH - alsa-plugins/pulse 1/1] Add 24 bit data formats to Pulse plugin alex.d.wiggins
2015-05-18  9:08 ` Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox