diff options
Diffstat (limited to 'sound/pci/hda/patch_realtek.c')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index c21d7863e0dc..eb40f4820c8b 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -2409,8 +2409,8 @@ static int alc880_alt_capture_pcm_cleanup(struct hda_pcm_stream *hinfo, | |||
2409 | { | 2409 | { |
2410 | struct alc_spec *spec = codec->spec; | 2410 | struct alc_spec *spec = codec->spec; |
2411 | 2411 | ||
2412 | snd_hda_codec_setup_stream(codec, spec->adc_nids[substream->number + 1], | 2412 | snd_hda_codec_cleanup_stream(codec, |
2413 | 0, 0, 0); | 2413 | spec->adc_nids[substream->number + 1]); |
2414 | return 0; | 2414 | return 0; |
2415 | } | 2415 | } |
2416 | 2416 | ||