mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-13 23:34:05 +08:00
ALSA: hda - Fix regression for slave SPDIF setups
The commit [a551d91473
: ALSA: hda - Use regmap for command verb caches, too] introduced a regression due to a typo in the conversion; the IEC958 status bits of slave digital devices aren't updated correctly. This patch corrects it. Fixes:a551d91473
('ALSA: hda - Use regmap for command verb caches, too') Reported-and-tested-by: Markus Trippelsdorf <markus@trippelsdorf.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
3047755588
commit
7d4b5e978a
@ -2529,7 +2529,7 @@ static void set_dig_out(struct hda_codec *codec, hda_nid_t nid,
|
||||
if (!d)
|
||||
return;
|
||||
for (; *d; d++)
|
||||
snd_hdac_regmap_update(&codec->core, nid,
|
||||
snd_hdac_regmap_update(&codec->core, *d,
|
||||
AC_VERB_SET_DIGI_CONVERT_1, mask, val);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user