]> git.baikalelectronics.ru Git - kernel.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)
commit72f4bdb51ccb52b9ef45dd3c9bf6ed3df4a538b3
tree16f95eca663b3923e30e91f68158e22605b70aee
parenta912bef85587fb1bafa99a091b7ab1f37ae97fd5
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