[cpp]
static struct snd_soc_dai_driver wm9713_dai[] = { { .name = "wm9713-hifi", .ac97_control = 1, .playback = { .stream_name = "HiFi Playback", .channels_min = 1, .channels_max = 2, .rates = WM9713_RATES, .formats = SND_SOC_STD_AC97_FMTS,}, .capture = { .stream_name = "HiFi Capture", .channels_min = 1, .channels_max = 2, .rates = WM9713_RATES, .formats = SND_SOC_STD_AC97_FMTS,}, .ops = &wm9713_dai_ops_hifi, }, //... //... };ALSA在Linux3.1上的一些改进(2)
内容版权声明:除非注明,否则皆为本站原创文章。