diff options
Diffstat (limited to 'sound/pci/oxygen/hifier.c')
-rw-r--r-- | sound/pci/oxygen/hifier.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sound/pci/oxygen/hifier.c b/sound/pci/oxygen/hifier.c index 1e54a3cd721e..50551ae0b3b4 100644 --- a/sound/pci/oxygen/hifier.c +++ b/sound/pci/oxygen/hifier.c | |||
@@ -132,11 +132,6 @@ static int hifier_control_filter(struct snd_kcontrol_new *template) | |||
132 | template->tlv.p = ak4396_db_scale; | 132 | template->tlv.p = ak4396_db_scale; |
133 | } else if (!strcmp(template->name, "Stereo Upmixing")) { | 133 | } else if (!strcmp(template->name, "Stereo Upmixing")) { |
134 | return 1; /* stereo only - we don't need upmixing */ | 134 | return 1; /* stereo only - we don't need upmixing */ |
135 | } else if (!strcmp(template->name, | ||
136 | SNDRV_CTL_NAME_IEC958("", CAPTURE, MASK)) || | ||
137 | !strcmp(template->name, | ||
138 | SNDRV_CTL_NAME_IEC958("", CAPTURE, DEFAULT))) { | ||
139 | return 1; /* no digital input */ | ||
140 | } | 135 | } |
141 | return 0; | 136 | return 0; |
142 | } | 137 | } |