“462859aa7bbe1ac83ec4377a0a06fe60778f3f27”上不存在“README.md”
提交 4c62ed9b 编写于 作者: K Kuninori Morimoto 提交者: Mark Brown
上级 0ce75aa4
...@@ -454,7 +454,7 @@ static int da7210_probe(struct snd_soc_codec *codec) ...@@ -454,7 +454,7 @@ static int da7210_probe(struct snd_soc_codec *codec)
dev_info(codec->dev, "DA7210 Audio Codec %s\n", DA7210_VERSION); dev_info(codec->dev, "DA7210 Audio Codec %s\n", DA7210_VERSION);
codec->control_data = da7210->control_data; codec->control_data = da7210->control_data;
codec->hw_write = (hw_write_t)i2c_master_send; codec->hw_write = (hw_write_t)i2c_master_send;
/* FIXME /* FIXME
...@@ -547,11 +547,11 @@ static int da7210_probe(struct snd_soc_codec *codec) ...@@ -547,11 +547,11 @@ static int da7210_probe(struct snd_soc_codec *codec)
} }
static struct snd_soc_codec_driver soc_codec_dev_da7210 = { static struct snd_soc_codec_driver soc_codec_dev_da7210 = {
.probe = da7210_probe, .probe = da7210_probe,
.read = da7210_read, .read = da7210_read,
.write = da7210_write, .write = da7210_write,
.reg_cache_size = ARRAY_SIZE(da7210_reg), .reg_cache_size = ARRAY_SIZE(da7210_reg),
.reg_word_size = sizeof(u8), .reg_word_size = sizeof(u8),
.reg_cache_default = da7210_reg, .reg_cache_default = da7210_reg,
}; };
...@@ -597,9 +597,9 @@ static struct i2c_driver da7210_i2c_driver = { ...@@ -597,9 +597,9 @@ static struct i2c_driver da7210_i2c_driver = {
.name = "da7210-codec", .name = "da7210-codec",
.owner = THIS_MODULE, .owner = THIS_MODULE,
}, },
.probe = da7210_i2c_probe, .probe = da7210_i2c_probe,
.remove = __devexit_p(da7210_i2c_remove), .remove = __devexit_p(da7210_i2c_remove),
.id_table = da7210_i2c_id, .id_table = da7210_i2c_id,
}; };
#endif #endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
新手
引导
客服 返回
顶部