aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/soc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h
index 0992dff55959..55381fca6e0d 100644
--- a/include/sound/soc.h
+++ b/include/sound/soc.h
@@ -505,6 +505,7 @@ struct snd_soc_pcm_stream {
505 unsigned int rate_max; /* max rate */ 505 unsigned int rate_max; /* max rate */
506 unsigned int channels_min; /* min channels */ 506 unsigned int channels_min; /* min channels */
507 unsigned int channels_max; /* max channels */ 507 unsigned int channels_max; /* max channels */
508 unsigned int sig_bits; /* number of bits of content */
508}; 509};
509 510
510/* SoC audio ops */ 511/* SoC audio ops */