sound: soc: pcm: support host-less 24bit formats
Change-Id: Iae31b37ac5e5ad7c0a52208489a28e4a2c7cb57c
This commit is contained in:
parent
84bbcaf3ce
commit
4c3da30cfb
1 changed files with 2 additions and 0 deletions
|
|
@ -38,6 +38,8 @@ static const struct snd_pcm_hardware no_host_hardware = {
|
|||
SNDRV_PCM_INFO_PAUSE |
|
||||
SNDRV_PCM_INFO_RESUME,
|
||||
.formats = SNDRV_PCM_FMTBIT_S16_LE |
|
||||
SNDRV_PCM_FMTBIT_S24_LE |
|
||||
SNDRV_PCM_FMTBIT_S24_3LE |
|
||||
SNDRV_PCM_FMTBIT_S32_LE,
|
||||
.period_bytes_min = PAGE_SIZE >> 2,
|
||||
.period_bytes_max = PAGE_SIZE >> 1,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue