psc-ac97.c (dee89c4d94433520e4e3977ae203d4cfbfe385fb) | psc-ac97.c (3ba9e10a6d3b6abf5f5952572cff8f8d5a35ae54) |
---|---|
1/* 2 * Au12x0/Au1550 PSC ALSA ASoC audio support. 3 * 4 * (c) 2007-2008 MSC Vertriebsges.m.b.H., 5 * Manuel Lauss <mano@roarinelk.homelinux.net> 6 * 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License version 2 as --- 332 unchanged lines hidden (view full) --- 341 * During cold-reset the PSC is reinitialized and the last 342 * configuration set up in hw_params() is restored. 343 */ 344 return 0; 345} 346 347struct snd_soc_dai au1xpsc_ac97_dai = { 348 .name = "au1xpsc_ac97", | 1/* 2 * Au12x0/Au1550 PSC ALSA ASoC audio support. 3 * 4 * (c) 2007-2008 MSC Vertriebsges.m.b.H., 5 * Manuel Lauss <mano@roarinelk.homelinux.net> 6 * 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License version 2 as --- 332 unchanged lines hidden (view full) --- 341 * During cold-reset the PSC is reinitialized and the last 342 * configuration set up in hw_params() is restored. 343 */ 344 return 0; 345} 346 347struct snd_soc_dai au1xpsc_ac97_dai = { 348 .name = "au1xpsc_ac97", |
349 .type = SND_SOC_DAI_AC97, | 349 .ac97_control = 1, |
350 .probe = au1xpsc_ac97_probe, 351 .remove = au1xpsc_ac97_remove, 352 .suspend = au1xpsc_ac97_suspend, 353 .resume = au1xpsc_ac97_resume, 354 .playback = { 355 .rates = AC97_RATES, 356 .formats = AC97_FMTS, 357 .channels_min = 2, --- 31 unchanged lines hidden --- | 350 .probe = au1xpsc_ac97_probe, 351 .remove = au1xpsc_ac97_remove, 352 .suspend = au1xpsc_ac97_suspend, 353 .resume = au1xpsc_ac97_resume, 354 .playback = { 355 .rates = AC97_RATES, 356 .formats = AC97_FMTS, 357 .channels_min = 2, --- 31 unchanged lines hidden --- |