ASoC: fsl: Add the audio interface acronyms in Kconfig text
authorFabio Estevam <[email protected]>
Thu, 9 Apr 2015 18:32:09 +0000 (15:32 -0300)
committerMark Brown <[email protected]>
Fri, 10 Apr 2015 17:30:53 +0000 (18:30 +0100)
To keep consistency with the other Kconfig entries, use the audio
interface acronyms (SSI and SPDIF) in the Kconfig menu text.

Signed-off-by: Fabio Estevam <[email protected]>
Acked-by: Nicolin Chen <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
sound/soc/fsl/Kconfig

index 081e406b3713aae2509206e9a779325eb7ec263e..19c302b0d763976fba1bc79b927f8b39e03dfc83 100644 (file)
@@ -24,7 +24,7 @@ config SND_SOC_FSL_SAI
          in-tree drivers select it automatically.
 
 config SND_SOC_FSL_SSI
-       tristate "Synchronous Serial Interface module support"
+       tristate "Synchronous Serial Interface module (SSI) support"
        select SND_SOC_IMX_PCM_DMA if SND_IMX_SOC != n
        select SND_SOC_IMX_PCM_FIQ if SND_IMX_SOC != n && (MXC_TZIC || MXC_AVIC)
        select REGMAP_MMIO
@@ -35,7 +35,7 @@ config SND_SOC_FSL_SSI
          in-tree drivers select it automatically.
 
 config SND_SOC_FSL_SPDIF
-       tristate "Sony/Philips Digital Interface module support"
+       tristate "Sony/Philips Digital Interface (S/PDIF) module support"
        select REGMAP_MMIO
        select SND_SOC_IMX_PCM_DMA if SND_IMX_SOC != n
        select SND_SOC_IMX_PCM_FIQ if SND_IMX_SOC != n && (MXC_TZIC || MXC_AVIC)