From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>,
alsa-devel@alsa-project.org
Cc: tiwai@suse.de, vinod.koul@intel.com, broonie@kernel.org,
jeremy@jcline.org, liam.r.girdwood@linux.intel.com
Subject: Re: [PATCH 3/3] ASoC: Intel: bytcht_es8316: fix HID handling
Date: Thu, 04 Jan 2018 18:00:29 +0200 [thread overview]
Message-ID: <1515081629.7000.679.camel@linux.intel.com> (raw)
In-Reply-To: <1294a824-602c-66e0-35bb-a7b47f3e856a@linux.intel.com>
On Thu, 2018-01-04 at 09:24 -0600, Pierre-Louis Bossart wrote:
> On 1/4/18 8:57 AM, Andy Shevchenko wrote:
> > On Wed, 2018-01-03 at 11:02 -0600, Pierre-Louis Bossart wrote:
> > >
> > > Fix by overriding the hard-coded value with the codec name derived
> > > from the HID information
> >
> > The patch makes me think about introducing acpi_dev_get_dev_name()
> > and
> > utilize it here since I need something similar to have in one of
> > GPIO
> > drivers.
>
> we use this: snd_soc_acpi_find_name_from_hid(mach->id)
>
> When I started all this the recommendation was to do all this on the
> audio side of things, I have no objections to a move of the
> functionality in acpi.
I almost done a patch. I will Cc you for the series.
> > > +static char codec_name[16]; /* i2c-<HID>:00 with HID being 8
> > > chars */
> > > +
> >
> > I would rather do use 4 + ACPI_ID_LEN + 3 /* or 1 + 2 */ + 1 and
> > explain
> > each part in the comment above.
>
> yes we could do this. this is the same code as in other machine
> drivers,
> so we should do the replacement across all of them in one shot in a
> separate patch.
Whatever you prefer, it's minor.
> > > + mach = (&pdev->dev)->platform_data;
> > > + /* fix index of codec dai */
> > > + for (i = 0; i < ARRAY_SIZE(byt_cht_es8316_dais); i++) {
> > > + if (!strcmp(byt_cht_es8316_dais[i].codec_name,
> > > + "i2c-ESSX8316:00")) {
> > > + dai_index = i;
> > > + break;
> > > + }
> >
> > Perhaps at some point you can do such in more generic (across Intel
> > ASoCs) ?
>
> Not sure what you are hinting at here? Did you mean changing the name
> of
> the array? Or adding a helper function to do this?
Suggestion is to create a helper out of similar for-loops-fix-name in
all current users.
--
Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Intel Finland Oy
next prev parent reply other threads:[~2018-01-04 16:08 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-03 17:02 [PATCH 0/3] ASoC: Intel: ACPI-related fixes Pierre-Louis Bossart
2018-01-03 17:02 ` [PATCH 1/3] [PATCH] ASoC: acpi: fix machine driver selection based on quirk Pierre-Louis Bossart
2018-01-04 13:08 ` Andy Shevchenko
2018-01-04 15:18 ` Pierre-Louis Bossart
2018-01-05 0:58 ` Pierre-Louis Bossart
2018-01-03 17:02 ` [PATCH 2/3] ASoC: Replace snd_soc_acpi_check_hid with acpi_dev_present Pierre-Louis Bossart
2018-01-04 13:09 ` Andy Shevchenko
2018-01-03 17:02 ` [PATCH 3/3] ASoC: Intel: bytcht_es8316: fix HID handling Pierre-Louis Bossart
2018-01-04 14:57 ` Andy Shevchenko
2018-01-04 15:24 ` Pierre-Louis Bossart
2018-01-04 16:00 ` Andy Shevchenko [this message]
2018-01-04 17:06 ` Pierre-Louis Bossart
2018-01-04 17:13 ` Andy Shevchenko
2018-01-12 21:09 ` Applied "ASoC: Intel: bytcht_es8316: fix HID handling" to the asoc tree 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=1515081629.7000.679.camel@linux.intel.com \
--to=andriy.shevchenko@linux.intel.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=jeremy@jcline.org \
--cc=liam.r.girdwood@linux.intel.com \
--cc=pierre-louis.bossart@linux.intel.com \
--cc=tiwai@suse.de \
--cc=vinod.koul@intel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox