diff options
| author | Takashi Iwai <tiwai@suse.de> | 2025-05-22 20:34:24 +0200 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2025-05-22 20:34:24 +0200 |
| commit | d18bbb7b8a7b21238dd05f7ddb7d90e2a50171bf (patch) | |
| tree | 9d30b814fd7af00333f6249352fd0f450a040630 /sound/soc/sof/intel/hda-bus.c | |
| parent | 547c5775a742d9c83891b629b75d1d4c8e88d8c0 (diff) | |
| parent | 62f134ab190c5fd5c9f68fe638ad8e13bb8a4cb4 (diff) | |
| download | linux-next-d18bbb7b8a7b21238dd05f7ddb7d90e2a50171bf.tar.gz linux-next-d18bbb7b8a7b21238dd05f7ddb7d90e2a50171bf.zip | |
Merge branch 'for-linus' into for-next
Sync with the pending 6.15 fixes.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/soc/sof/intel/hda-bus.c')
| -rw-r--r-- | sound/soc/sof/intel/hda-bus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sof/intel/hda-bus.c b/sound/soc/sof/intel/hda-bus.c index b1be03011d7e..6492e1cefbfb 100644 --- a/sound/soc/sof/intel/hda-bus.c +++ b/sound/soc/sof/intel/hda-bus.c @@ -76,7 +76,7 @@ void sof_hda_bus_init(struct snd_sof_dev *sdev, struct device *dev) snd_hdac_ext_bus_init(bus, dev, &bus_core_ops, sof_hda_ext_ops); - if (chip && chip->hw_ip_version == SOF_INTEL_ACE_2_0) + if (chip && chip->hw_ip_version >= SOF_INTEL_ACE_2_0) bus->use_pio_for_commands = true; #else snd_hdac_ext_bus_init(bus, dev, NULL, NULL); |
