diff options
Diffstat (limited to 'sound/soc/soc-utils.c')
-rw-r--r-- | sound/soc/soc-utils.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sound/soc/soc-utils.c b/sound/soc/soc-utils.c index 362c69ac1d6c..53dd085d3ee2 100644 --- a/sound/soc/soc-utils.c +++ b/sound/soc/soc-utils.c | |||
@@ -101,6 +101,15 @@ static struct snd_soc_codec_driver dummy_codec; | |||
101 | SNDRV_PCM_FMTBIT_S32_LE | \ | 101 | SNDRV_PCM_FMTBIT_S32_LE | \ |
102 | SNDRV_PCM_FMTBIT_U32_LE | \ | 102 | SNDRV_PCM_FMTBIT_U32_LE | \ |
103 | SNDRV_PCM_FMTBIT_IEC958_SUBFRAME_LE) | 103 | SNDRV_PCM_FMTBIT_IEC958_SUBFRAME_LE) |
104 | /* | ||
105 | * The dummy CODEC is only meant to be used in situations where there is no | ||
106 | * actual hardware. | ||
107 | * | ||
108 | * If there is actual hardware even if it does not have a control bus | ||
109 | * the hardware will still have constraints like supported samplerates, etc. | ||
110 | * which should be modelled. And the data flow graph also should be modelled | ||
111 | * using DAPM. | ||
112 | */ | ||
104 | static struct snd_soc_dai_driver dummy_dai = { | 113 | static struct snd_soc_dai_driver dummy_dai = { |
105 | .name = "snd-soc-dummy-dai", | 114 | .name = "snd-soc-dummy-dai", |
106 | .playback = { | 115 | .playback = { |