alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [snd-usb-6fire] Pulseaudio needs snd_pcm_hardware.channels_min > 1
@ 2020-07-14 15:02 René Herman
  0 siblings, 0 replies; only message in thread
From: René Herman @ 2020-07-14 15:02 UTC (permalink / raw)
  To: alsa-devel; +Cc: Torsten Schenk

[-- Attachment #1: Type: text/plain, Size: 130 bytes --]

Pulseaudio with snd_pcm_hardware.channels_min=1 creates a mono device
only.

Signed-off-by: René Herman <rene.herman@gmail.com>


[-- Attachment #2: 0002-snd-usb-6fire-Pulseaudio-needs-snd_pcm_hardware.chan.patch --]
[-- Type: text/x-patch, Size: 1063 bytes --]

From 070d3a9b76cebf9f66ca092fc097753e165ddd77 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ren=C3=A9=20Herman?= <rene.herman@gmail.com>
Date: Sun, 12 Jul 2020 01:31:29 +0200
Subject: [PATCH 2/3] [snd-usb-6fire] Pulseaudio needs
 snd_pcm_hardware.channels_min > 1
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Pulseaudio with snd_pcm_hardware.channels_min=1 creates a mono device
only.

Signed-off-by: René Herman <rene.herman@gmail.com>
---
 sound/usb/6fire/pcm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/usb/6fire/pcm.c b/sound/usb/6fire/pcm.c
index 88ac1c4ee163..cce1312db93a 100644
--- a/sound/usb/6fire/pcm.c
+++ b/sound/usb/6fire/pcm.c
@@ -58,7 +58,7 @@ static const struct snd_pcm_hardware pcm_hw = {
 
 	.rate_min = 44100,
 	.rate_max = 192000,
-	.channels_min = 1,
+	.channels_min = 2,
 	.channels_max = 0, /* set in pcm_open, depending on capture/playback */
 	.buffer_bytes_max = MAX_BUFSIZE,
 	.period_bytes_min = PCM_N_PACKETS_PER_URB * (PCM_MAX_PACKET_SIZE - 4),
-- 
2.17.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-07-14 15:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-14 15:02 [snd-usb-6fire] Pulseaudio needs snd_pcm_hardware.channels_min > 1 René Herman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).