mirror of
https://github.com/adulau/aha.git
synced 2025-01-02 14:13:18 +00:00
[ALSA] hda-codec - Add SPDIF support on ALC880 fujitsu model
Some Fujitsu laptops have SPDIF output jack (ALSA bug#3009). Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
This commit is contained in:
parent
098ccbc558
commit
d53d7d9e5e
1 changed files with 1 additions and 0 deletions
|
@ -2875,6 +2875,7 @@ static struct alc_config_preset alc880_presets[] = {
|
|||
alc880_beep_init_verbs },
|
||||
.num_dacs = ARRAY_SIZE(alc880_dac_nids),
|
||||
.dac_nids = alc880_dac_nids,
|
||||
.dig_out_nid = ALC880_DIGOUT_NID,
|
||||
.num_channel_mode = ARRAY_SIZE(alc880_2_jack_modes),
|
||||
.channel_mode = alc880_2_jack_modes,
|
||||
.input_mux = &alc880_capture_source,
|
||||
|
|
Loading…
Reference in a new issue