aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/oxygen/xonar_pcm179x.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/oxygen/xonar_pcm179x.c')
-rw-r--r--sound/pci/oxygen/xonar_pcm179x.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/pci/oxygen/xonar_pcm179x.c b/sound/pci/oxygen/xonar_pcm179x.c
index 522efde0d52e..07aaa893d323 100644
--- a/sound/pci/oxygen/xonar_pcm179x.c
+++ b/sound/pci/oxygen/xonar_pcm179x.c
@@ -605,8 +605,6 @@ static int xonar_st_control_filter(struct snd_kcontrol_new *template)
605{ 605{
606 if (!strncmp(template->name, "CD Capture ", 11)) 606 if (!strncmp(template->name, "CD Capture ", 11))
607 return 1; /* no CD input */ 607 return 1; /* no CD input */
608 if (!strcmp(template->name, "Stereo Upmixing"))
609 return 1; /* stereo only - we don't need upmixing */
610 return 0; 608 return 0;
611} 609}
612 610