psc-i2s.c (dee89c4d94433520e4e3977ae203d4cfbfe385fb) psc-i2s.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

--- 357 unchanged lines hidden (view full) ---

366 PSC_SEL(au1xpsc_i2s_workdata));
367 au_sync();
368
369 return 0;
370}
371
372struct snd_soc_dai au1xpsc_i2s_dai = {
373 .name = "au1xpsc_i2s",
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

--- 357 unchanged lines hidden (view full) ---

366 PSC_SEL(au1xpsc_i2s_workdata));
367 au_sync();
368
369 return 0;
370}
371
372struct snd_soc_dai au1xpsc_i2s_dai = {
373 .name = "au1xpsc_i2s",
374 .type = SND_SOC_DAI_I2S,
375 .probe = au1xpsc_i2s_probe,
376 .remove = au1xpsc_i2s_remove,
377 .suspend = au1xpsc_i2s_suspend,
378 .resume = au1xpsc_i2s_resume,
379 .playback = {
380 .rates = AU1XPSC_I2S_RATES,
381 .formats = AU1XPSC_I2S_FMTS,
382 .channels_min = 2,

--- 32 unchanged lines hidden ---
374 .probe = au1xpsc_i2s_probe,
375 .remove = au1xpsc_i2s_remove,
376 .suspend = au1xpsc_i2s_suspend,
377 .resume = au1xpsc_i2s_resume,
378 .playback = {
379 .rates = AU1XPSC_I2S_RATES,
380 .formats = AU1XPSC_I2S_FMTS,
381 .channels_min = 2,

--- 32 unchanged lines hidden ---