diff options
| -rw-r--r-- | MAINTAINERS | 9 | ||||
| -rw-r--r-- | sound/soc/codecs/cs35l35.c | 1 | ||||
| -rw-r--r-- | sound/soc/intel/boards/bytcr_rt5651.c | 5 |
3 files changed, 8 insertions, 7 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index eaee45919cb9..1eed0f5edd86 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
| @@ -7023,14 +7023,13 @@ L: linux-fbdev@vger.kernel.org | |||
| 7023 | S: Maintained | 7023 | S: Maintained |
| 7024 | F: drivers/video/fbdev/i810/ | 7024 | F: drivers/video/fbdev/i810/ |
| 7025 | 7025 | ||
| 7026 | INTEL ASoC BDW/HSW DRIVERS | 7026 | INTEL ASoC DRIVERS |
| 7027 | M: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> | ||
| 7028 | M: Liam Girdwood <liam.r.girdwood@linux.intel.com> | ||
| 7027 | M: Jie Yang <yang.jie@linux.intel.com> | 7029 | M: Jie Yang <yang.jie@linux.intel.com> |
| 7028 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) | 7030 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
| 7029 | S: Supported | 7031 | S: Supported |
| 7030 | F: sound/soc/intel/common/sst-dsp* | 7032 | F: sound/soc/intel/ |
| 7031 | F: sound/soc/intel/common/sst-firmware.c | ||
| 7032 | F: sound/soc/intel/boards/broadwell.c | ||
| 7033 | F: sound/soc/intel/haswell/ | ||
| 7034 | 7033 | ||
| 7035 | INTEL C600 SERIES SAS CONTROLLER DRIVER | 7034 | INTEL C600 SERIES SAS CONTROLLER DRIVER |
| 7036 | M: Intel SCU Linux support <intel-linux-scu@intel.com> | 7035 | M: Intel SCU Linux support <intel-linux-scu@intel.com> |
diff --git a/sound/soc/codecs/cs35l35.c b/sound/soc/codecs/cs35l35.c index a4a2cb171bdf..bd6226bde45f 100644 --- a/sound/soc/codecs/cs35l35.c +++ b/sound/soc/codecs/cs35l35.c | |||
| @@ -1105,6 +1105,7 @@ static struct regmap_config cs35l35_regmap = { | |||
| 1105 | .readable_reg = cs35l35_readable_register, | 1105 | .readable_reg = cs35l35_readable_register, |
| 1106 | .precious_reg = cs35l35_precious_register, | 1106 | .precious_reg = cs35l35_precious_register, |
| 1107 | .cache_type = REGCACHE_RBTREE, | 1107 | .cache_type = REGCACHE_RBTREE, |
| 1108 | .use_single_rw = true, | ||
| 1108 | }; | 1109 | }; |
| 1109 | 1110 | ||
| 1110 | static irqreturn_t cs35l35_irq(int irq, void *data) | 1111 | static irqreturn_t cs35l35_irq(int irq, void *data) |
diff --git a/sound/soc/intel/boards/bytcr_rt5651.c b/sound/soc/intel/boards/bytcr_rt5651.c index 1be788e04193..987720e203f9 100644 --- a/sound/soc/intel/boards/bytcr_rt5651.c +++ b/sound/soc/intel/boards/bytcr_rt5651.c | |||
| @@ -861,9 +861,10 @@ static int snd_byt_rt5651_mc_probe(struct platform_device *pdev) | |||
| 861 | if (byt_rt5651_quirk & BYT_RT5651_MCLK_EN) { | 861 | if (byt_rt5651_quirk & BYT_RT5651_MCLK_EN) { |
| 862 | priv->mclk = devm_clk_get(&pdev->dev, "pmc_plt_clk_3"); | 862 | priv->mclk = devm_clk_get(&pdev->dev, "pmc_plt_clk_3"); |
| 863 | if (IS_ERR(priv->mclk)) { | 863 | if (IS_ERR(priv->mclk)) { |
| 864 | ret_val = PTR_ERR(priv->mclk); | ||
| 864 | dev_err(&pdev->dev, | 865 | dev_err(&pdev->dev, |
| 865 | "Failed to get MCLK from pmc_plt_clk_3: %ld\n", | 866 | "Failed to get MCLK from pmc_plt_clk_3: %d\n", |
| 866 | PTR_ERR(priv->mclk)); | 867 | ret_val); |
| 867 | /* | 868 | /* |
| 868 | * Fall back to bit clock usage for -ENOENT (clock not | 869 | * Fall back to bit clock usage for -ENOENT (clock not |
| 869 | * available likely due to missing dependencies), bail | 870 | * available likely due to missing dependencies), bail |
