diff options
Diffstat (limited to 'sound/core/pcm.c')
-rw-r--r-- | sound/core/pcm.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/core/pcm.c b/sound/core/pcm.c index 6d0c9c37796c..a09f0154e6a7 100644 --- a/sound/core/pcm.c +++ b/sound/core/pcm.c @@ -266,6 +266,9 @@ static const char * const snd_pcm_access_names[] = { static const char * const snd_pcm_subformat_names[] = { SUBFORMAT(STD), + SUBFORMAT(MSBITS_MAX), + SUBFORMAT(MSBITS_20), + SUBFORMAT(MSBITS_24), }; static const char * const snd_pcm_tstamp_mode_names[] = { |