* [PATCH] alsa: lx6464es - configure ethersound io channels
@ 2009-06-24 13:27 Tim Blechmann
2009-06-25 7:48 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Tim Blechmann @ 2009-06-24 13:27 UTC (permalink / raw)
To: alsa-devel
[-- Attachment #1.1: Type: text/plain, Size: 1094 bytes --]
as long as the io channel number is not set by the driver, the card
is not visible from the ethersound network
Signed-off-by: Tim Blechmann <tim@klingt.org>
---
sound/pci/lx6464es/lx6464es.c | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/sound/pci/lx6464es/lx6464es.c b/sound/pci/lx6464es/lx6464es.c
index ccf1b38..c92fba5 100644
--- a/sound/pci/lx6464es/lx6464es.c
+++ b/sound/pci/lx6464es/lx6464es.c
@@ -654,13 +654,12 @@ static int __devinit lx_init_ethersound_config(struct lx6464es *chip)
int i;
u32 orig_conf_es = lx_dsp_reg_read(chip, eReg_CONFES);
- u32 default_conf_es = (64 << IOCR_OUTPUTS_OFFSET) |
+ /* configure 64 io channels */
+ u32 conf_es = (orig_conf_es & CONFES_READ_PART_MASK) |
(64 << IOCR_INPUTS_OFFSET) |
+ (64 << IOCR_OUTPUTS_OFFSET) |
(FREQ_RATIO_SINGLE_MODE << FREQ_RATIO_OFFSET);
- u32 conf_es = (orig_conf_es & CONFES_READ_PART_MASK)
- | (default_conf_es & CONFES_WRITE_PART_MASK);
-
snd_printdd("->lx_init_ethersound\n");
chip->freq_ratio = FREQ_RATIO_SINGLE_MODE;
--
1.6.2.1
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] alsa: lx6464es - configure ethersound io channels
2009-06-24 13:27 [PATCH] alsa: lx6464es - configure ethersound io channels Tim Blechmann
@ 2009-06-25 7:48 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2009-06-25 7:48 UTC (permalink / raw)
To: Tim Blechmann; +Cc: alsa-devel
At Wed, 24 Jun 2009 15:27:30 +0200,
Tim Blechmann wrote:
>
> as long as the io channel number is not set by the driver, the card
> is not visible from the ethersound network
>
> Signed-off-by: Tim Blechmann <tim@klingt.org>
Applied now. Thanks.
(BTW, it'd be helpful if you give a patch by git-format-patch command
so that it can be applied via git-am directly at the next time...)
Takashi
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-06-25 7:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-24 13:27 [PATCH] alsa: lx6464es - configure ethersound io channels Tim Blechmann
2009-06-25 7:48 ` Takashi Iwai
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.