ALSA: hda/via - Use standard verb containers
authorTakashi Iwai <tiwai@suse.de>
Wed, 20 Jun 2018 15:27:50 +0000 (17:27 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 25 Jun 2018 08:04:27 +0000 (10:04 +0200)
commitf8bfc628f73c95c242dd49efa16d59005d8558fc
tree59cfbe23f0eec07e7b4532d0a77aae4a40d54318
parent0e8f9862493a55d85d3351cb4517f2e4d95c9600
ALSA: hda/via - Use standard verb containers

In this patch, the remaining static init verbs in VIA codec driver are
converted to the standard snd_hda_add_verbs() calls.  The conversion
is straightforward, but one change to be noted is the place of calls:
since these verbs are supposed to be executed at the beginning of the
init / resume procedure, we need to add snd_hda_add_verbs() calls
before calling the other parsers.

This is merely a cleanup, no functional changes.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_via.c