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)
commit98a226ed21949601b270f7ea20abc9f72f7b0be9
tree44f4f94a3a0f9609b74c7e1c6b3b92a9a60a3fb9
parent132bd96bc56f9cafd24b71de389984d0e83a0956
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