ASoC: Remove DAI type information
DAI type information is only ever used within ASoC in order to special case AC97 and for diagnostic purposes. Since modern CPUs and codecs support multi function DAIs which can be configured for several modes it is more trouble than it's worth to maintain anything other than a flag identifying AC97 DAIs so remove the type field and replace it with an ac97_control flag. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
@@ -340,7 +340,6 @@ static int pxa2xx_i2s_resume(struct platform_device *pdev,
|
||||
struct snd_soc_dai pxa_i2s_dai = {
|
||||
.name = "pxa2xx-i2s",
|
||||
.id = 0,
|
||||
.type = SND_SOC_DAI_I2S,
|
||||
.suspend = pxa2xx_i2s_suspend,
|
||||
.resume = pxa2xx_i2s_resume,
|
||||
.playback = {
|
||||
|
Fai riferimento in un nuovo problema
Block a user