commit | e8750940ce345bf15fa0756810ae9ac491e9e352 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Mon Jun 30 14:02:39 2014 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Jun 30 14:05:17 2014 +0200 |
tree | d08d0791694cc7145fd302bb96b9400d09ee59f9 | |
parent | 7e9c2eb62642680e331d91453f94c0073580a1b1 [diff] |
ALSA: hda - Fix invalid function call in snd_hda_add_vmaster() The recent commit [6194b99d: 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: 6194b99de9f5 ('ALSA: hda - Kill the rest of snd_print*() usages') Signed-off-by: Takashi Iwai <tiwai@suse.de>