From: tilt <tilt@linuxfoo.de>
To: alsa-devel@alsa-project.org
Subject: Re: snd_emu10k1 with E-MU 1616m PCIe
Date: Wed, 15 Feb 2012 01:42:03 +0100 [thread overview]
Message-ID: <4F3AFF5B.60303@linuxfoo.de> (raw)
In-Reply-To: <4F3840FE.9090006@linuxfoo.de>
Hello!
Myself wrote @ 02/12/2012 11:45 PM:
> [...]; so I wonder: should
> /usr/local/lib/firmware/emu/micro_dock.fw not also be loaded?
> [...]
I see there is a test in pci/emu10k1/emu10k1_main.c, line 735f:
snd_emu1010_fpga_read(emu, EMU_HANA_OPTION_CARDS, ®);
if (reg & EMU_HANA_OPTION_DOCK_OFFLINE) {
... the following code is NOT executed on my hardware
The flag is defined in include/sound/emu10k1.h, line 1089:
#define EMU_HANA_OPTION_DOCK_OFFLINE 0x08
/* Audio Dock online and FPGA not configured */
However, if instead of the above I test for
#define EMU_HANA_OPTION_DOCK_ONLINE 0x04
/* Audio Dock online and FPGA configured */
the test succeeds.
Does this tell me that there is no need to load a dock firmware
on my hardware? After all, dock relais went online with an audible
click, dock exposes functionality, just a bit messy.
Kind regards,
Tilman.
P.S.: Will also start working with the emutrix group to get a
hold on the mixer names & routings. I hope I can get Phones L/R
configurable with existing driver
next prev parent reply other threads:[~2012-02-15 0:42 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-12 22:45 snd_emu10k1 with E-MU 1616m PCIe tilt
2012-02-15 0:42 ` tilt [this message]
2012-02-16 19:52 ` tilt
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=4F3AFF5B.60303@linuxfoo.de \
--to=tilt@linuxfoo.de \
--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.