All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Łukasz Wojniłowicz" <lukasz.wojnilowicz@gmail.com>
To: patch@alsa-project.org
Cc: alsa-devel@alsa-project.org
Subject: ALSA: hda - add possibility to choose speakers configuration for 4930g
Date: Fri, 20 Nov 2009 19:39:08 +0100	[thread overview]
Message-ID: <1258742348.2308.6.camel@localhost> (raw)

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

As in wrote title patch adds possibility to choose speakers
configuration for 4930g. This feature was available in ALSA 1.0.19 (or
even 1.0.20) but disappeared in 1.0.21

[-- Attachment #2: add const_channel_count.patch --]
[-- Type: text/x-patch, Size: 800 bytes --]

From: Łukasz Wojniłowicz <lukasz.wojnilowicz@gmail.com>
Subject: ALSA: hda - add possibility to choose speakers configuration for 4930g

Now one can choose speaker configuration in e.g. PulseAudio mixer

Signed-off-by: Łukasz Wojniłowicz <lukasz.wojnilowicz@gmail.com>
---
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index eee3143..a009000 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -9260,6 +9260,7 @@ static struct alc_config_preset alc882_presets[] = {
 		.num_channel_mode = ARRAY_SIZE(alc883_3ST_6ch_modes),
 		.channel_mode = alc883_3ST_6ch_modes,
 		.need_dac_fix = 1,
+		.const_channel_count = 6,
 		.num_mux_defs =
 			ARRAY_SIZE(alc888_2_capture_sources),
 		.input_mux = alc888_2_capture_sources,

[-- Attachment #3: Type: text/plain, Size: 160 bytes --]

_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

             reply	other threads:[~2009-11-20 18:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-20 18:39 Łukasz Wojniłowicz [this message]
2009-11-20 19:16 ` ALSA: hda - add possibility to choose speakers configuration for 4930g Takashi Iwai
  -- strict thread matches above, loose matches on Subject: below --
2010-01-24 13:12 Łukasz Wojniłowicz
2010-01-25  7:01 ` 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=1258742348.2308.6.camel@localhost \
    --to=lukasz.wojnilowicz@gmail.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=patch@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.