Skip to content

Commit a617f7d

Browse files
committed
Merge remote-tracking branch 'asoc/for-5.14' into asoc-linus
2 parents e22ce8e + e6d0b92 commit a617f7d

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

sound/soc/codecs/rt5682.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ static const struct reg_sequence patch_list[] = {
4444
{RT5682_I2C_CTRL, 0x000f},
4545
{RT5682_PLL2_INTERNAL, 0x8266},
4646
{RT5682_SAR_IL_CMD_3, 0x8365},
47-
{RT5682_SAR_IL_CMD_6, 0x0180},
4847
};
4948

5049
void rt5682_apply_patch_list(struct rt5682_priv *rt5682, struct device *dev)

sound/soc/codecs/wm_adsp.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -747,6 +747,8 @@ static void wm_adsp2_init_debugfs(struct wm_adsp *dsp,
747747
static void wm_adsp2_cleanup_debugfs(struct wm_adsp *dsp)
748748
{
749749
wm_adsp_debugfs_clear(dsp);
750+
debugfs_remove_recursive(dsp->debugfs_root);
751+
dsp->debugfs_root = NULL;
750752
}
751753
#else
752754
static inline void wm_adsp2_init_debugfs(struct wm_adsp *dsp,

sound/soc/intel/common/soc-acpi-intel-cml-match.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_cml_machines[] = {
7575
},
7676
{
7777
.id = "DLGS7219",
78-
.drv_name = "cml_da7219_max98357a",
78+
.drv_name = "cml_da7219_mx98357a",
7979
.machine_quirk = snd_soc_acpi_codec_list,
8080
.quirk_data = &max98390_spk_codecs,
8181
.sof_fw_filename = "sof-cml.ri",

sound/soc/intel/common/soc-acpi-intel-kbl-match.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_kbl_machines[] = {
8787
},
8888
{
8989
.id = "DLGS7219",
90-
.drv_name = "kbl_da7219_max98357a",
90+
.drv_name = "kbl_da7219_mx98357a",
9191
.fw_filename = "intel/dsp_fw_kbl.bin",
9292
.machine_quirk = snd_soc_acpi_codec_list,
9393
.quirk_data = &kbl_7219_98357_codecs,

0 commit comments

Comments
 (0)