commit | 1697055e6c82ee5e99f459c15619605782eb7fcc | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Dec 18 18:05:52 2007 +0100 |
committer | Jaroslav Kysela <perex@perex.cz> | Thu Jan 31 17:29:42 2008 +0100 |
tree | 2eb918aed82bb7ecdc6408bc7695f35ddc905365 | |
parent | 8432395fd9124aa9408f61c94aa743878b4ddaf9 [diff] |
[ALSA] hda-codec - Fix invalid access to non-existing dmux on STAC The digital mux on STAC codecs doesn't always exist although the driver builds dmux enum mixer elements unconditionally. Now the driver creates 'digital input source' mixer elements only when dmux is available. Also, the patch adds the missing dmux definition for STAC925x. Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@perex.cz>