From: Pietro Di Costanzo <pxpert@gmail.com>
To: alsa-devel@alsa-project.org
Cc: Pietro Di Costanzo <pxpert@gmail.com>
Subject: [PATCH] ASoC: Intel: add bytcr_rt5651 machine driver for Cherryview-based platforms
Date: Fri, 3 Jun 2016 17:33:05 +0200 [thread overview]
Message-ID: <1464967985-18355-2-git-send-email-pxpert@gmail.com> (raw)
In-Reply-To: <1464967985-18355-1-git-send-email-pxpert@gmail.com>
Some CHT-T platforms rely on RT5651 (Just like RT5640). Add bytcr_rt5651 for these platforms
Signed-off-by: Pietro Di Costanzo <pxpert@gmail.com>
---
sound/soc/intel/atom/sst/sst_acpi.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/sound/soc/intel/atom/sst/sst_acpi.c b/sound/soc/intel/atom/sst/sst_acpi.c
index 3bc4b63..f1b1942 100644
--- a/sound/soc/intel/atom/sst/sst_acpi.c
+++ b/sound/soc/intel/atom/sst/sst_acpi.c
@@ -342,10 +342,11 @@ static struct sst_acpi_mach sst_acpi_chv[] = {
&chv_platform_data },
{"193C9890", "cht-bsw-max98090", "intel/fw_sst_22a8.bin", "cht-bsw", NULL,
&chv_platform_data },
- /* some CHT-T platforms rely on RT5640, use Baytrail machine driver */
+ /* some CHT-T platforms rely on RT5640 and RT5651, use Baytrail machine driver */
{"10EC5640", "bytcr_rt5640", "intel/fw_sst_22a8.bin", "bytcr_rt5640", NULL,
&chv_platform_data },
-
+ {"10EC5651", "bytcr_rt5651", "intel/fw_sst_22a8.bin", "bytcr_rt5651", NULL,
+ &chv_platform_data },
{},
};
--
2.7.3
next prev parent reply other threads:[~2016-06-03 15:33 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-03 15:33 [PATCH] ASoC: Intel: use 19.2 MCLK instead of the bit clock for bytcr_rt5651.c machine driver Pietro Di Costanzo
2016-06-03 15:33 ` Pietro Di Costanzo [this message]
2016-06-03 16:18 ` [PATCH] ASoC: Intel: add bytcr_rt5651 machine driver for Cherryview-based platforms Pierre-Louis Bossart
2016-06-03 16:15 ` [PATCH] ASoC: Intel: use 19.2 MCLK instead of the bit clock for bytcr_rt5651.c machine driver Pierre-Louis Bossart
2016-06-03 19:47 ` Pietro
2016-06-03 20:48 ` Pierre-Louis Bossart
2016-06-05 21:36 ` Pietro Di Costanzo
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=1464967985-18355-2-git-send-email-pxpert@gmail.com \
--to=pxpert@gmail.com \
--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.