projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3adb8ab
)
[ALSA] hifier: remove empty hifier_mixer_init()
author
Clemens Ladisch
<clemens@ladisch.de>
Wed, 16 Apr 2008 07:12:27 +0000
(09:12 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Thu, 24 Apr 2008 10:00:36 +0000
(12:00 +0200)
The empty hifier_mixer_init() function is useless; remove it.
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/oxygen/hifier.c
patch
|
blob
|
history
diff --git
a/sound/pci/oxygen/hifier.c
b/sound/pci/oxygen/hifier.c
index 50551ae0b3b41ecdd790212f967aeb6bd5e47928..b67888f6745b377a2b398ec11a6bf7cf48f501d2 100644
(file)
--- a/
sound/pci/oxygen/hifier.c
+++ b/
sound/pci/oxygen/hifier.c
@@
-136,11
+136,6
@@
static int hifier_control_filter(struct snd_kcontrol_new *template)
return 0;
}
-static int hifier_mixer_init(struct oxygen *chip)
-{
- return 0;
-}
-
static const struct oxygen_model model_hifier = {
.shortname = "C-Media CMI8787",
.longname = "C-Media Oxygen HD Audio",
@@
-148,7
+143,6
@@
static const struct oxygen_model model_hifier = {
.owner = THIS_MODULE,
.init = hifier_init,
.control_filter = hifier_control_filter,
- .mixer_init = hifier_mixer_init,
.cleanup = hifier_cleanup,
.set_dac_params = set_ak4396_params,
.set_adc_params = set_cs5340_params,