]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ALSA: hda - fix number of devices query on hotplug
authorDave Airlie <airlied@redhat.com>
Tue, 9 Jun 2015 03:39:31 +0000 (13:39 +1000)
committerTakashi Iwai <tiwai@suse.de>
Tue, 9 Jun 2015 05:15:29 +0000 (07:15 +0200)
commit132bd96bc56f9cafd24b71de389984d0e83a0956
tree16f95eca663b3923e30e91f68158e22605b70aee
parent3b7e5c7e36ed4a046bbea6d36c9be9d1d6107ae0
ALSA: hda - fix number of devices query on hotplug

The new regmap code seems to cache this, which isn't helpful
for the hotplug dock situation where this gets updated.

Use the uncached query for this.

Signed-off-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_codec.c