ALSA: hda - Implement independent HP control
authorTakashi Iwai <tiwai@suse.de>
Fri, 21 Dec 2012 13:09:42 +0000 (14:09 +0100)
committerTakashi Iwai <tiwai@suse.de>
Sat, 12 Jan 2013 07:42:56 +0000 (08:42 +0100)
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>

No differences found