Message ID | 20191209084524.5499-7-hui.wang@canonical.com |
---|---|
State | New |
Headers | show |
Series | alsa/sof: change to use hda hdmi codec driver to make hdmi audio on the docking station work | expand |
diff --git a/sound/soc/sof/intel/hda.c b/sound/soc/sof/intel/hda.c index 58662fd059e0..0c0477f82f68 100644 --- a/sound/soc/sof/intel/hda.c +++ b/sound/soc/sof/intel/hda.c @@ -235,6 +235,7 @@ static int hda_init(struct snd_sof_dev *sdev) bus->use_posbuf = 1; bus->bdl_pos_adj = 0; + bus->sync_write = 1; mutex_init(&hbus->prepare_mutex); hbus->pci = pci;