mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-09 06:33:34 +00:00
Merge branch 'for-5.14' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.15
This commit is contained in:
commit
2d02e7d7d0
@ -44,7 +44,6 @@ static const struct reg_sequence patch_list[] = {
|
|||||||
{RT5682_I2C_CTRL, 0x000f},
|
{RT5682_I2C_CTRL, 0x000f},
|
||||||
{RT5682_PLL2_INTERNAL, 0x8266},
|
{RT5682_PLL2_INTERNAL, 0x8266},
|
||||||
{RT5682_SAR_IL_CMD_3, 0x8365},
|
{RT5682_SAR_IL_CMD_3, 0x8365},
|
||||||
{RT5682_SAR_IL_CMD_6, 0x0180},
|
|
||||||
};
|
};
|
||||||
|
|
||||||
void rt5682_apply_patch_list(struct rt5682_priv *rt5682, struct device *dev)
|
void rt5682_apply_patch_list(struct rt5682_priv *rt5682, struct device *dev)
|
||||||
|
@ -747,6 +747,8 @@ static void wm_adsp2_init_debugfs(struct wm_adsp *dsp,
|
|||||||
static void wm_adsp2_cleanup_debugfs(struct wm_adsp *dsp)
|
static void wm_adsp2_cleanup_debugfs(struct wm_adsp *dsp)
|
||||||
{
|
{
|
||||||
wm_adsp_debugfs_clear(dsp);
|
wm_adsp_debugfs_clear(dsp);
|
||||||
|
debugfs_remove_recursive(dsp->debugfs_root);
|
||||||
|
dsp->debugfs_root = NULL;
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
static inline void wm_adsp2_init_debugfs(struct wm_adsp *dsp,
|
static inline void wm_adsp2_init_debugfs(struct wm_adsp *dsp,
|
||||||
|
@ -75,7 +75,7 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_cml_machines[] = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
.id = "DLGS7219",
|
.id = "DLGS7219",
|
||||||
.drv_name = "cml_da7219_max98357a",
|
.drv_name = "cml_da7219_mx98357a",
|
||||||
.machine_quirk = snd_soc_acpi_codec_list,
|
.machine_quirk = snd_soc_acpi_codec_list,
|
||||||
.quirk_data = &max98390_spk_codecs,
|
.quirk_data = &max98390_spk_codecs,
|
||||||
.sof_fw_filename = "sof-cml.ri",
|
.sof_fw_filename = "sof-cml.ri",
|
||||||
|
@ -87,7 +87,7 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_kbl_machines[] = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
.id = "DLGS7219",
|
.id = "DLGS7219",
|
||||||
.drv_name = "kbl_da7219_max98357a",
|
.drv_name = "kbl_da7219_mx98357a",
|
||||||
.fw_filename = "intel/dsp_fw_kbl.bin",
|
.fw_filename = "intel/dsp_fw_kbl.bin",
|
||||||
.machine_quirk = snd_soc_acpi_codec_list,
|
.machine_quirk = snd_soc_acpi_codec_list,
|
||||||
.quirk_data = &kbl_7219_98357_codecs,
|
.quirk_data = &kbl_7219_98357_codecs,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user