Message ID | 1429659360-99360-2-git-send-email-yang.a.fang@intel.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 044d9601a9dd11ff0e3173ebe34fd30434bd0beb |
Headers | show |
On Tue, Apr 21, 2015 at 04:36:00PM -0700, yang.a.fang@intel.com wrote: > From: "Fang, Yang A" <yang.a.fang@intel.com> > > Added entry in sst driver to support rt5650 codec > for intel Braswell platform. Applied, thanks.
diff --git a/sound/soc/intel/atom/sst/sst_acpi.c b/sound/soc/intel/atom/sst/sst_acpi.c index 678f36e..4476620 100644 --- a/sound/soc/intel/atom/sst/sst_acpi.c +++ b/sound/soc/intel/atom/sst/sst_acpi.c @@ -354,6 +354,8 @@ static struct sst_machines sst_acpi_chv[] = { &chv_platform_data }, {"10EC5645", "cht-bsw", "cht-bsw-rt5645", NULL, "intel/fw_sst_22a8.bin", &chv_platform_data }, + {"10EC5650", "cht-bsw", "cht-bsw-rt5645", NULL, "intel/fw_sst_22a8.bin", + &chv_platform_data }, {}, };