diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 33b6077fcdb8..485a83746e5a 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -2322,7 +2322,7 @@ static int alc_build_pcms(struct hda_codec *codec) | |||
2322 | "%s Analog", codec->chip_name); | 2322 | "%s Analog", codec->chip_name); |
2323 | info->name = spec->stream_name_analog; | 2323 | info->name = spec->stream_name_analog; |
2324 | 2324 | ||
2325 | if (spec->multiout.dac_nids > 0) { | 2325 | if (spec->multiout.num_dacs > 0) { |
2326 | p = spec->stream_analog_playback; | 2326 | p = spec->stream_analog_playback; |
2327 | if (!p) | 2327 | if (!p) |
2328 | p = &alc_pcm_analog_playback; | 2328 | p = &alc_pcm_analog_playback; |