]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Don't actually write registers for caps overwrites
authorTakashi Iwai <tiwai@suse.de>
Wed, 10 Jun 2015 08:27:00 +0000 (10:27 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 10 Jun 2015 08:31:10 +0000 (10:31 +0200)
commit1ae0e6aa4d8899658267572c2d333d2c2ac4dad3
tree44f4f94a3a0f9609b74c7e1c6b3b92a9a60a3fb9
parent72f4bdb51ccb52b9ef45dd3c9bf6ed3df4a538b3
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: Takashi Iwai <tiwai@suse.de>
sound/hda/hdac_regmap.c