|
@@ -190,6 +190,7 @@ void oxygen_update_dac_routing(struct oxygen *chip)
|
|
if (chip->model.update_center_lfe_mix)
|
|
if (chip->model.update_center_lfe_mix)
|
|
chip->model.update_center_lfe_mix(chip, chip->dac_routing > 2);
|
|
chip->model.update_center_lfe_mix(chip, chip->dac_routing > 2);
|
|
}
|
|
}
|
|
|
|
+EXPORT_SYMBOL(oxygen_update_dac_routing);
|
|
|
|
|
|
static int upmix_put(struct snd_kcontrol *ctl, struct snd_ctl_elem_value *value)
|
|
static int upmix_put(struct snd_kcontrol *ctl, struct snd_ctl_elem_value *value)
|
|
{
|
|
{
|