commit | 38cf6f1a41e40a33d80924554b356fcd5b5d2751 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Fri Dec 21 14:09:42 2012 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Sat Jan 12 08:42:56 2013 +0100 |
tree | 7c027e9fc6a552bea88e1738c2cbd3a153ed609a | |
parent | b3a8c74522ae7c992cd916c3bd4b685d742c0e2a [diff] |
ALSA: hda - Implement independent HP control Similar like the implementation in patch_analog.c and patch_via.c, the generic parser can provide the independent HP PCM stream now. It's enabled when spec->indep_hp is set by the caller while parsing. Currently no dynamic PCM switching as in patch_via.c is implemented yet. The control returns -EBUSY when the value is changed during PCM operations. Signed-off-by: Takashi Iwai <tiwai@suse.de>