]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ASoC: mpc5200_psc_ac97: Remove unused DAI ID defines
authorLars-Peter Clausen <lars@metafoo.de>
Tue, 10 Jan 2017 18:41:39 +0000 (19:41 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 10 Jan 2017 18:45:26 +0000 (18:45 +0000)
commitd61b23daf0c6b5e0615b3b900c333d7dbd07816f
tree8436a7b9a66470176eebbf56023a6451ba814c81
parenta5de5b74a50113564a1e0850e2da96c37c35e55d
ASoC: mpc5200_psc_ac97: Remove unused DAI ID defines

The DAI ID defines are back from the time when DAIs were referenced by a
numerical ID. These days a string is used instead and the defines are
unused. The last user of these defines was removed in commit f0fba2ad1b6b
("ASoC: multi-component - ASoC Multi-Component Support"). So remove the
defines as well.

This also means the mpc5200_psc_ac97.h file no longer has any content and
can be removed.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/efika-audio-fabric.c
sound/soc/fsl/mpc5200_psc_ac97.c
sound/soc/fsl/mpc5200_psc_ac97.h [deleted file]