Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/hda/
H A Dpatch_via.cdiff e06e5a297474c8027beffe10541981845ca0c98b Fri Jun 17 08:46:13 CDT 2011 Takashi Iwai <tiwai@suse.de> ALSA: hda - Defer mixer element creation to the right time in patch_via.c

The jack-detect control should be created at the time of build_controls
callback instead of calling snd_hda_add_ctls() at the tree-parsing time.
For that, copy the control to the temporary array like other cases.

Also, fixed typos of vt1708_jack_detect in all places.

Signed-off-by: Takashi Iwai <tiwai@suse.de>