Skip to content
Commit 98a226ed authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: hda - Don't actually write registers for caps overwrites



Along with the transition to regmap for managing the cached parameter
reads, the caps overwrite was also moved to regmap cache.  The cache
change itself works, but it still tries to write the non-existing verb
(the HDA parameter is read-only) wrongly.  It's harmless in most
cases, but some chips are picky and may result in the codec
communication stall.

This patch avoids it just by adding the missing flag check in
reg_write ops.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 132bd96b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment