mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-11 22:50:14 +02:00
[backfire] target/xburst: backport r20701
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@20707 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
0321d527a9
commit
8cc4b880b3
@ -267,17 +267,14 @@ struct snd_soc_dai jz_codec_dai = {
|
|||||||
.channels_min = 2,
|
.channels_min = 2,
|
||||||
.channels_max = 2,
|
.channels_max = 2,
|
||||||
.rates = SNDRV_PCM_RATE_8000_44100,
|
.rates = SNDRV_PCM_RATE_8000_44100,
|
||||||
.formats = SNDRV_PCM_FMTBIT_S18_3LE |
|
.formats = SNDRV_PCM_FMTBIT_S16_LE,
|
||||||
SNDRV_PCM_FMTBIT_S16_LE |
|
|
||||||
SNDRV_PCM_FMTBIT_S8,
|
|
||||||
},
|
},
|
||||||
.capture = {
|
.capture = {
|
||||||
.stream_name = "Capture",
|
.stream_name = "Capture",
|
||||||
.channels_min = 2,
|
.channels_min = 2,
|
||||||
.channels_max = 2,
|
.channels_max = 2,
|
||||||
.rates = SNDRV_PCM_RATE_8000_44100,
|
.rates = SNDRV_PCM_RATE_8000_44100,
|
||||||
.formats = SNDRV_PCM_FMTBIT_S16_LE |
|
.formats = SNDRV_PCM_FMTBIT_S16_LE,
|
||||||
SNDRV_PCM_FMTBIT_S8,
|
|
||||||
},
|
},
|
||||||
.ops = &jz_codec_dai_ops,
|
.ops = &jz_codec_dai_ops,
|
||||||
.symmetric_rates = 1,
|
.symmetric_rates = 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user