All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Henningsson <david.henningsson@canonical.com>
To: tiwai@suse.de, alsa-devel@alsa-project.org
Cc: David Henningsson <david.henningsson@canonical.com>
Subject: [PATCH 0/2] alsa-lib surround 2.1 support
Date: Tue, 18 Feb 2014 16:41:47 +0100	[thread overview]
Message-ID: <1392738109-9956-1-git-send-email-david.henningsson@canonical.com> (raw)

I'm currently experimenting with different ways to make the system autodetect
if surround2.1 is available through a four channel setup (e g laptop surround
speaker) and fallback to 5.1 if it isn't.

It's a bit tricky, especially given that the LFE speaker could be on left channel,
right channel, and both, so meanwhile, this fallback should be better than nothing
and help establish a standard for upper parts of the stack (i e PulseAudio).

David Henningsson (2):
  conf: Add basic infrastructure for 2.1 surround sound
  conf: Add surround 2.1 support to all cards

 src/conf/alsa.conf               |  3 ++
 src/conf/cards/ATIIXP-SPDMA.conf |  1 +
 src/conf/cards/ATIIXP.conf       |  1 +
 src/conf/cards/Audigy.conf       |  1 +
 src/conf/cards/Audigy2.conf      |  1 +
 src/conf/cards/Aureon51.conf     |  1 +
 src/conf/cards/Aureon71.conf     |  1 +
 src/conf/cards/CA0106.conf       |  1 +
 src/conf/cards/CMI8738-MC6.conf  |  1 +
 src/conf/cards/CMI8738-MC8.conf  |  1 +
 src/conf/cards/CMI8788.conf      |  2 +-
 src/conf/cards/CS46xx.conf       |  1 +
 src/conf/cards/EMU10K1.conf      |  1 +
 src/conf/cards/EMU10K1X.conf     |  1 +
 src/conf/cards/FM801.conf        |  1 +
 src/conf/cards/FireWave.conf     |  1 +
 src/conf/cards/HDA-Intel.conf    |  1 +
 src/conf/cards/ICE1712.conf      |  1 +
 src/conf/cards/ICE1724.conf      |  1 +
 src/conf/cards/ICH.conf          |  1 +
 src/conf/cards/ICH4.conf         |  1 +
 src/conf/cards/Loopback.conf     |  1 +
 src/conf/cards/NFORCE.conf       |  1 +
 src/conf/cards/SB-XFi.conf       |  1 +
 src/conf/cards/SI7018.conf       |  1 +
 src/conf/cards/USB-Audio.conf    |  1 +
 src/conf/cards/VIA8233.conf      |  1 +
 src/conf/cards/VIA8233A.conf     |  1 +
 src/conf/cards/VIA8237.conf      |  1 +
 src/conf/pcm/Makefile.am         |  2 +-
 src/conf/pcm/surround21.conf     | 62 ++++++++++++++++++++++++++++++++++++++++
 31 files changed, 94 insertions(+), 2 deletions(-)
 create mode 100644 src/conf/pcm/surround21.conf

-- 
1.9.rc1

             reply	other threads:[~2014-02-18 15:41 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-18 15:41 David Henningsson [this message]
2014-02-18 15:41 ` [PATCH 1/2] conf: Add basic infrastructure for 2.1 surround sound David Henningsson
2014-02-18 15:41 ` [PATCH 2/2] conf: Add surround 2.1 support to all cards David Henningsson
2014-02-18 16:14 ` [PATCH 0/2] alsa-lib surround 2.1 support 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=1392738109-9956-1-git-send-email-david.henningsson@canonical.com \
    --to=david.henningsson@canonical.com \
    --cc=alsa-devel@alsa-project.org \
    --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.