We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d9b641 commit 138e6daCopy full SHA for 138e6da
sound/soc/amd/acp/acp-legacy-common.c
@@ -450,7 +450,7 @@ int acp_machine_select(struct acp_chip_info *chip)
450
struct snd_soc_acpi_mach *mach;
451
int size, platform;
452
453
- if (chip->flag == FLAG_AMD_LEGACY_ONLY_DMIC) {
+ if (chip->flag == FLAG_AMD_LEGACY_ONLY_DMIC && chip->is_pdm_dev) {
454
platform = chip->acp_rev;
455
chip->mach_dev = platform_device_register_data(chip->dev, "acp-pdm-mach",
456
PLATFORM_DEVID_NONE, &platform,
0 commit comments