Skip to content

Commit

Permalink
[ALSA] hifier: remove empty hifier_mixer_init()
Browse files Browse the repository at this point in the history
The empty hifier_mixer_init() function is useless; remove it.

Signed-off-by: Clemens Ladisch <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
  • Loading branch information
cladisch authored and tiwai committed Apr 24, 2008
1 parent 3adb8ab commit 0c0e6da
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions sound/pci/oxygen/hifier.c
Original file line number Diff line number Diff line change
Expand Up @@ -136,19 +136,13 @@ 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",
.chip = "CMI8788",
.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,
Expand Down

0 comments on commit 0c0e6da

Please sign in to comment.