All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Henningsson <david.henningsson@canonical.com>
To: Clemens Ladisch <clemens@ladisch.de>
Cc: Takashi Iwai <tiwai@suse.de>, alsa-devel@alsa-project.org
Subject: Re: [RFC] Channel mapping API
Date: Tue, 21 Aug 2012 16:00:37 +0200	[thread overview]
Message-ID: <50339485.30500@canonical.com> (raw)
In-Reply-To: <50337316.4080208@ladisch.de>

On 08/21/2012 01:37 PM, Clemens Ladisch wrote:
> Takashi Iwai wrote:
>> this is a progress report of my longstanding TODO, the channel map API
>> implementation.  I'm going to cover this at Plumbers audio uconf, so
>> we can discuss details there, too.
>
> I won't be there, so ...
>
>> The channel mapping API provides a method for user-space to query, get
>> and set the channel map of a PCM stream.  It's required for assigning
>> channels properly for multi-channel streams.
>
> This doesn't handle devices with simply numbered outputs (such as many
> ICE1712-based devices), or cases where one PCM channel can be routed to
> multiple outputs.  However, those devices typically have their own mixer
> applets, and generic applications aren't interested in configuring them.

Good point! It would be nice if we had better support for devices that 
simply number their outputs, including standard mixer names for those 
devices, that would be good.

One of the long-standing bugs in PulseAudio is better support for such 
hardware, so if we had better possibilities to detect and use these 
outputs and inputs, it could be worth the effort.

As for routing more than one channel in the map from the same PCM, that 
seems a bit more complex. Maybe one could do a bitmap of channels 
instead of just one channel (with say, 32 room channel positions and 32 
just numbered positions, that would be 64 bits). But how common is that 
anyway?

Would it make sense to present a bitmap as the query result anyway? Then 
we could skip the _VAR and _PAIRED types, right?


-- 
David Henningsson, Canonical Ltd.
https://launchpad.net/~diwic

  parent reply	other threads:[~2012-08-21 14:00 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-21 10:31 [RFC] Channel mapping API Takashi Iwai
2012-08-21 11:24 ` David Henningsson
2012-08-21 11:44   ` Clemens Ladisch
2012-08-21 12:06   ` Takashi Iwai
2012-08-21 13:13     ` Takashi Iwai
2012-08-21 11:37 ` Clemens Ladisch
2012-08-21 12:15   ` Takashi Iwai
2012-08-21 12:31     ` Jaroslav Kysela
2012-08-21 12:35       ` Takashi Iwai
2012-08-21 13:14         ` Takashi Iwai
2012-08-21 14:00   ` David Henningsson [this message]
2012-08-21 14:06     ` Mark Brown
2012-08-21 14:13       ` David Henningsson
2012-08-21 14:18         ` Mark Brown
2012-08-21 14:49           ` Takashi Iwai
2012-08-21 15:38             ` Clemens Ladisch
2012-08-21 16:27               ` Mark Brown
2012-08-21 17:05                 ` Takashi Iwai
2012-08-21 17:11                   ` Mark Brown
2012-08-21 19:29                     ` Takashi Iwai
2012-08-21 15:49             ` Mark Brown
2012-08-21 14:52           ` David Henningsson
2012-08-21 15:07             ` Mark Brown
2012-08-21 15:38               ` David Henningsson
2012-08-21 16:34                 ` Mark Brown
2012-08-21 17:09                   ` Takashi Iwai
2012-08-21 17:57                     ` Mark Brown
2012-08-21 13:59 ` Mark Brown
2012-08-21 14:08   ` Takashi Iwai
2012-08-21 14:12     ` Mark Brown
2012-08-21 18:03 ` Pierre-Louis Bossart
2012-08-21 19:23   ` 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=50339485.30500@canonical.com \
    --to=david.henningsson@canonical.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=clemens@ladisch.de \
    --cc=tiwai@suse.de \
    /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.