diff options
author | Brent Lu <brent.lu@intel.com> | 2024-09-12 20:03:06 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-09-12 13:31:49 +0100 |
commit | dfa1a7f456f10018229d0d5b3c36dd36a9b5344f (patch) | |
tree | 58635411a528592e89e828fc188245204f93a461 /include/sound | |
parent | f22a351fe2193dac803fc919096b734ff2947958 (diff) | |
download | linux-dfa1a7f456f10018229d0d5b3c36dd36a9b5344f.tar.gz linux-dfa1a7f456f10018229d0d5b3c36dd36a9b5344f.tar.bz2 linux-dfa1a7f456f10018229d0d5b3c36dd36a9b5344f.zip |
ASoC: SOF: Intel: hda: remove common_hdmi_codec_drv
Do not set common_hdmi_codec_drv in SOF platform driver since no
machine driver needs it. Remove member variable common_hdmi_codec_drv
from snd_soc_acpi_mach_params structure.
Signed-off-by: Brent Lu <brent.lu@intel.com>
Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com>
Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Link: https://patch.msgid.link/20240912120308.134762-6-yung-chuan.liao@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/soc-acpi.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sound/soc-acpi.h b/include/sound/soc-acpi.h index c1552bc6e31c..60d3b86a4660 100644 --- a/include/sound/soc-acpi.h +++ b/include/sound/soc-acpi.h @@ -62,7 +62,6 @@ static inline struct snd_soc_acpi_mach *snd_soc_acpi_codec_list(void *arg) * @platform: string used for HDAudio codec support * @codec_mask: used for HDAudio support * @dmic_num: number of SoC- or chipset-attached PDM digital microphones - * @common_hdmi_codec_drv: use commom HDAudio HDMI codec driver * @link_mask: SoundWire links enabled on the board * @links: array of SoundWire link _ADR descriptors, null terminated * @i2s_link_mask: I2S/TDM links enabled on the board @@ -80,7 +79,6 @@ struct snd_soc_acpi_mach_params { const char *platform; u32 codec_mask; u32 dmic_num; - bool common_hdmi_codec_drv; u32 link_mask; const struct snd_soc_acpi_link_adr *links; u32 i2s_link_mask; |