From: Liam Girdwood <liam.girdwood@wolfsonmicro.com>
To: alasinski <alasinski@rogers.com>
Cc: alsa-devel@lists.sourceforge.net
Subject: Re: Re: Re: How to access vendor specific AC97 codecregister?
Date: Thu, 20 Apr 2006 17:57:52 +0100 [thread overview]
Message-ID: <1145552273.25762.22.camel@localhost.localdomain> (raw)
In-Reply-To: <e28dd5$chl$1@sea.gmane.org>
On Thu, 2006-04-20 at 12:37 -0400, alasinski wrote:
> Thx Liam,
>
> > You will only be able to access these functions from an ad-hoc AC97
> > driver. Please see the UCB14xx touch driver for implementation details.
> - where I can find it ?
Please use Google.
>
> > Alternatively, you could always export the vendor specific registers
> > using sysfs. That way your user space program could read and write to
> > the codec registers exported. I've done this with the codec GPIO status
> > register (0x54) for the WM97xx touch drivers.
As Takashi said this is really not a standard way to do this. Your
probably better of writing your own driver to handle your codec GPIO
needs.
> How to go about using sysfs() to access to registers ? It provides info on
> file system equivalent to /proc/filesystems content I'm told. I know of one
> way to do it: I can map registers into user space with open("/dev/mem",...)
> followed by mmap (...). Then I'm a king and can read/write to any of them.
This wont work for AC97 codec registers as they are not part of the host
memory map and are accessed via the hosts AC97 controller.
> > I've done this with the codec GPIO status register (0x54) for the WM97xx
> > touch drivers.
> Did you handled AC97 initialization yourself, or you relied on other driver
> (exp: ALSA) ?
>
I used the standard Alsa AC97 codec driver and every thing works fine
for me.
Liam
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
next prev parent reply other threads:[~2006-04-20 16:57 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-04-20 15:05 How to access vendor specific AC97 codec register ? alasinski
2006-04-20 15:20 ` Takashi Iwai
2006-04-20 15:34 ` alasinski
2006-04-20 15:58 ` Takashi Iwai
2006-04-20 16:15 ` alasinski
2006-04-20 15:27 ` Lee Revell
2006-04-20 15:48 ` How to access vendor specific AC97 codec register? alasinski
2006-04-20 16:13 ` Liam Girdwood
2006-04-20 16:19 ` Takashi Iwai
2006-04-20 16:37 ` Liam Girdwood
2006-04-20 16:37 ` Re: How to access vendor specific AC97 codecregister? alasinski
2006-04-20 16:57 ` Liam Girdwood [this message]
2006-04-20 17:40 ` Re: Re: How to access vendor specific AC97codecregister? alasinski
2006-04-20 18:14 ` Liam Girdwood
2006-04-20 18:54 ` Re: Re: Re: How to access vendor specificAC97codecregister? alasinski
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=1145552273.25762.22.camel@localhost.localdomain \
--to=liam.girdwood@wolfsonmicro.com \
--cc=alasinski@rogers.com \
--cc=alsa-devel@lists.sourceforge.net \
/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.