Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111026
b: refs/heads/master
c: c871c4a
h: refs/heads/master
v: v3
  • Loading branch information
Clemens Ladisch committed Sep 22, 2008
1 parent 3c0e7dd commit c8e3627
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 70c27d345ed74ca9ea7ebf1fa0186af644caeb1d
refs/heads/master: c871c4a83abaf6caedeff1c502e2c10fd88cbb54
6 changes: 3 additions & 3 deletions trunk/sound/pci/oxygen/virtuoso.c
Original file line number Diff line number Diff line change
Expand Up @@ -529,8 +529,8 @@ static const struct snd_kcontrol_new front_panel_switch = {
.private_value = GPIO_DX_FRONT_PANEL,
};

static void xonar_d1_ac97_switch(struct oxygen *chip,
unsigned int reg, unsigned int mute)
static void xonar_line_mic_ac97_switch(struct oxygen *chip,
unsigned int reg, unsigned int mute)
{
if (reg == AC97_LINE) {
spin_lock_irq(&chip->reg_lock);
Expand Down Expand Up @@ -640,7 +640,7 @@ static const struct oxygen_model model_xonar_d1 = {
.set_adc_params = set_cs53x1_params,
.update_dac_volume = update_cs43xx_volume,
.update_dac_mute = update_cs43xx_mute,
.ac97_switch = xonar_d1_ac97_switch,
.ac97_switch = xonar_line_mic_ac97_switch,
.dac_tlv = cs4362a_db_scale,
.model_data_size = sizeof(struct xonar_data),
.device_config = PLAYBACK_0_TO_I2S |
Expand Down

0 comments on commit c8e3627

Please sign in to comment.