diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2009-09-28 05:20:11 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-09-28 05:54:45 -0400 |
commit | 76ffe1e3fb2f65e98d7ed001c5a2b6f334655364 (patch) | |
tree | 9a05a9f27a3a0907dd6af081a2b149d72a303b89 /sound/pci/oxygen/xonar_cs43xx.c | |
parent | a361e247b4e36c567b44fef354ab595458422d44 (diff) |
sound: oxygen: allow custom MCLK rates
Add a callback that allows model drivers to modify the default I2S MCLK
rate.
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/oxygen/xonar_cs43xx.c')
-rw-r--r-- | sound/pci/oxygen/xonar_cs43xx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/oxygen/xonar_cs43xx.c b/sound/pci/oxygen/xonar_cs43xx.c index 330c5e755917..a83f827feb34 100644 --- a/sound/pci/oxygen/xonar_cs43xx.c +++ b/sound/pci/oxygen/xonar_cs43xx.c | |||
@@ -321,6 +321,7 @@ static const struct oxygen_model model_xonar_d1 = { | |||
321 | .cleanup = xonar_d1_cleanup, | 321 | .cleanup = xonar_d1_cleanup, |
322 | .suspend = xonar_d1_suspend, | 322 | .suspend = xonar_d1_suspend, |
323 | .resume = xonar_d1_resume, | 323 | .resume = xonar_d1_resume, |
324 | .get_i2s_mclk = oxygen_default_i2s_mclk, | ||
324 | .set_dac_params = set_cs43xx_params, | 325 | .set_dac_params = set_cs43xx_params, |
325 | .set_adc_params = xonar_set_cs53x1_params, | 326 | .set_adc_params = xonar_set_cs53x1_params, |
326 | .update_dac_volume = update_cs43xx_volume, | 327 | .update_dac_volume = update_cs43xx_volume, |