All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ondrej Zary <linux@rainbow-software.org>
To: alsa-devel@alsa-project.org
Subject: 7.1 surround channels missing on CS46xx
Date: Thu, 16 May 2013 12:55:26 +0200	[thread overview]
Message-ID: <201305161255.26607.linux@rainbow-software.org> (raw)

Hello,
I got a Hercules Fortissimo 7.1 sound card (CS4624 + two CS4294) but 
snd-cs46xx driver supports only 6 channels (front, rear, center/lfe). The 
surround output (7&8) is not supported - as seen in dsp_spos_scb_lib.c:

       case DSP_PCM_S71_CHANNEL:
                /* TODO */
                snd_BUG();
                break;

Tried to add a code for this, mostly copying the center/lfe code but I miss 
some data:
 - which slots (ACOSV_SLVx) should be used (maybe 10 and 12?)
 - what are the channel_disp and fifo_addr values for
   cs46xx_dsp_create_codec_out_scb() function
 - what values should S71_MIXER_SCB_ADDR and S71_CODEC_SCB_ADDR be (maybe
   0x1b0 and 0x1c0?)

-- 
Ondrej Zary

                 reply	other threads:[~2013-05-16 10:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=201305161255.26607.linux@rainbow-software.org \
    --to=linux@rainbow-software.org \
    --cc=alsa-devel@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 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.