From: MR Swami Reddy <MR.Swami.Reddy@ti.com>
To: Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: "alsa-devel@alsa-project.org" <alsa-devel@alsa-project.org>,
"Deshpande A, Vishwas" <Vishwas.A.Deshpande@ti.com>,
"Girdwood, Liam" <lrg@ti.com>
Subject: Re: [PATCH RESEND] ASoC: Support TI Isabelle Audio driver
Date: Fri, 1 Jun 2012 17:54:22 +0530 [thread overview]
Message-ID: <4FC8B476.4030305@ti.com> (raw)
In-Reply-To: <20120530164008.GO9947@opensource.wolfsonmicro.com>
Hi Mark,
On Wednesday 30 May 2012 10:10 PM, Mark Brown wrote:
> On Tue, May 29, 2012 at 04:39:46PM +0530, MR.Swami.Reddy@ti.com wrote:
>
>> he below patch is a basic driver code for TI Isabelle audio codec. The
>> functionalities like headset detection, etc., will be included incrementally
>> in the up-coming patches.
> Overall this is very good, there's a few issues below but they're pretty
> minor and ought to be easy to fix.
Thanks for quick review. I will fix these minor issues and update the patch.
>> +/* codec private data */
>> +struct isabelle_priv {
>> + struct regmap *regmap;
>> +};
> If this is all you need then you should be able to use the newly
> introduced dev_get_regmap() to get the regmap back (other drivers should
> be being updated for this soon).
>
The dev_get_regmap() is not found in the 'for-next' or '3.5' branch. So
this api can't be used with 'for-next' source base. Please advice.
>> +static const struct i2c_device_id isabelle_i2c_id[] = {
>> + { "isabelle", 0 },
>> + { }
>> +};
>> +MODULE_DEVICE_TABLE(i2c, isabelle_i2c_id);
> This should really include a list of part numbers - the general
> expecation people have is that they can just register the part number.
This audio codec has been referred as 'isabelle' in datasheet and no
specific part number.
Thanks
Swami
next prev parent reply other threads:[~2012-06-01 12:18 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-29 11:09 [PATCH RESEND] ASoC: Support TI Isabelle Audio driver MR.Swami.Reddy
2012-05-30 16:40 ` Mark Brown
2012-06-01 12:24 ` MR Swami Reddy [this message]
2012-06-01 12:46 ` Mark Brown
2012-06-01 13:52 ` MR Swami Reddy
2012-06-01 13:55 ` Mark Brown
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=4FC8B476.4030305@ti.com \
--to=mr.swami.reddy@ti.com \
--cc=Vishwas.A.Deshpande@ti.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@opensource.wolfsonmicro.com \
--cc=lrg@ti.com \
/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.