mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-04 13:30:08 -05:00
fixed the bit width of IEC958_SUBFRAME_* formats from 24 to 32.
This commit is contained in:
parent
fe1618627f
commit
4032563aad
1 changed files with 1 additions and 1 deletions
|
|
@ -232,7 +232,7 @@ int snd_pcm_format_width(snd_pcm_format_t format)
|
|||
return 64;
|
||||
case SNDRV_PCM_FORMAT_IEC958_SUBFRAME_LE:
|
||||
case SNDRV_PCM_FORMAT_IEC958_SUBFRAME_BE:
|
||||
return 24;
|
||||
return 32;
|
||||
case SNDRV_PCM_FORMAT_MU_LAW:
|
||||
case SNDRV_PCM_FORMAT_A_LAW:
|
||||
return 8;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue