[cpp]
static struct snd_soc_codec_driver soc_codec_dev_wm9713 = { .probe = wm9713_soc_probe, .remove = wm9713_soc_remove, .suspend = wm9713_soc_suspend, .resume = wm9713_soc_resume, .read = ac97_read, .write = ac97_write, .set_bias_level = wm9713_set_bias_level, .reg_cache_size = ARRAY_SIZE(wm9713_reg), .reg_word_size = sizeof(u16), .reg_cache_step = 2, .reg_cache_default = wm9713_reg, .dapm_widgets = wm9713_dapm_widgets, .num_dapm_widgets = ARRAY_SIZE(wm9713_dapm_widgets), .dapm_routes = wm9713_audio_map, .num_dapm_routes = ARRAY_SIZE(wm9713_audio_map), };ALSA在Linux3.1上的一些改进
内容版权声明:除非注明,否则皆为本站原创文章。