mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:41:42 +00:00
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>
This commit is contained in:
parent
f22a351fe2
commit
dfa1a7f456
@ -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
|
* @platform: string used for HDAudio codec support
|
||||||
* @codec_mask: used for HDAudio support
|
* @codec_mask: used for HDAudio support
|
||||||
* @dmic_num: number of SoC- or chipset-attached PDM digital microphones
|
* @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
|
* @link_mask: SoundWire links enabled on the board
|
||||||
* @links: array of SoundWire link _ADR descriptors, null terminated
|
* @links: array of SoundWire link _ADR descriptors, null terminated
|
||||||
* @i2s_link_mask: I2S/TDM links enabled on the board
|
* @i2s_link_mask: I2S/TDM links enabled on the board
|
||||||
@ -80,7 +79,6 @@ struct snd_soc_acpi_mach_params {
|
|||||||
const char *platform;
|
const char *platform;
|
||||||
u32 codec_mask;
|
u32 codec_mask;
|
||||||
u32 dmic_num;
|
u32 dmic_num;
|
||||||
bool common_hdmi_codec_drv;
|
|
||||||
u32 link_mask;
|
u32 link_mask;
|
||||||
const struct snd_soc_acpi_link_adr *links;
|
const struct snd_soc_acpi_link_adr *links;
|
||||||
u32 i2s_link_mask;
|
u32 i2s_link_mask;
|
||||||
|
@ -1051,7 +1051,6 @@ static void hda_generic_machine_select(struct snd_sof_dev *sdev,
|
|||||||
if (*mach) {
|
if (*mach) {
|
||||||
mach_params = &(*mach)->mach_params;
|
mach_params = &(*mach)->mach_params;
|
||||||
mach_params->codec_mask = bus->codec_mask;
|
mach_params->codec_mask = bus->codec_mask;
|
||||||
mach_params->common_hdmi_codec_drv = true;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user