Skip to content
  • Mark Brown's avatar
    ASoC: Merge snd_soc_ops into snd_soc_dai_ops · dee89c4d
    Mark Brown authored
    
    
    Liam Girdwood's ASoC v2 work avoids having two different ops structures
    for DAIs by merging the members of struct snd_soc_ops into struct
    snd_soc_dai_ops, allowing per DAI configuration for everything.
    Backport this change.
    
    This paves the way for future work allowing any combination of DAIs to
    be connected rather than having fixed purpose CODEC and CPU DAIs and
    only allowing CODEC<->CPU interconnections.
    
    Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
    dee89c4d