Home
last modified time | relevance | path

Searched hist:f8bfc628f73c95c242dd49efa16d59005d8558fc (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/pci/hda/
H A Dpatch_via.cdiff f8bfc628f73c95c242dd49efa16d59005d8558fc Wed Jun 20 10:27:50 CDT 2018 Takashi Iwai <tiwai@suse.de> 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>