]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Fix invalid function call in snd_hda_add_vmaster()
authorTakashi Iwai <tiwai@suse.de>
Mon, 30 Jun 2014 12:02:39 +0000 (14:02 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 30 Jun 2014 12:05:17 +0000 (14:05 +0200)
commit07c6e61a0e40bc9833fe0b4f01083ad2e305ccc2
treed08d0791694cc7145fd302bb96b9400d09ee59f9
parente22ed09944ecd0c0ff5cc2098a5c54f949ca13db
ALSA: hda - Fix invalid function call in snd_hda_add_vmaster()

The recent commit [ca550d20: ALSA: hda - Kill the rest of snd_print*()
usages] changed the callback map_slaves(), but one call was forgotten
to be replaced due to the cast, which leads to kernel Oops due to
invalid function.  This patch replaces it with a proper function.

Fixes: ca550d200b07 ('ALSA: hda - Kill the rest of snd_print*() usages')
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_codec.c