[alsa-devel] [PATCH 106/112] ALSA: hda - Remove unused dac reference in create_multi_out_ctls()
Takashi Iwai
tiwai at suse.de
Tue Jan 8 12:39:39 CET 2013
Remove useless code.
Signed-off-by: Takashi Iwai <tiwai at suse.de>
---
sound/pci/hda/hda_generic.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/sound/pci/hda/hda_generic.c b/sound/pci/hda/hda_generic.c
index 27b5e02..d13e404 100644
--- a/sound/pci/hda/hda_generic.c
+++ b/sound/pci/hda/hda_generic.c
@@ -1428,12 +1428,8 @@ static int create_multi_out_ctls(struct hda_codec *codec,
for (i = 0; i < noutputs; i++) {
const char *name;
int index;
- hda_nid_t dac;
struct nid_path *path;
- dac = spec->multiout.dac_nids[i];
- if (!dac)
- continue;
if (i >= cfg->line_outs) {
index = 0;
name = channel_name[i];
--
1.8.0.1
More information about the Alsa-devel
mailing list