projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b1013f
)
ASoC: rt1015p: add support on format S32_LE
author
Jack Yu
<jack.yu@realtek.com>
Tue, 20 Apr 2021 09:30:48 +0000
(09:30 +0000)
committer
Mark Brown
<broonie@kernel.org>
Tue, 20 Apr 2021 12:47:29 +0000
(13:47 +0100)
Add support on format S32_LE for rt1015p.
Signed-off-by: Jack Yu <jack.yu@realtek.com>
Link:
https://lore.kernel.org/r/377f0ee05d514c66b567eb6385ac7753@realtek.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/rt1015p.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/rt1015p.c
b/sound/soc/codecs/rt1015p.c
index 39f4c4ed2ab8283249ff76161f951533b49f72ef..40f2063aefbe10b388fae59ae48200f19f7d3f5b 100644
(file)
--- a/
sound/soc/codecs/rt1015p.c
+++ b/
sound/soc/codecs/rt1015p.c
@@
-96,7
+96,8
@@
static struct snd_soc_dai_driver rt1015p_dai_driver = {
.name = "HiFi",
.playback = {
.stream_name = "HiFi Playback",
- .formats = SNDRV_PCM_FMTBIT_S24,
+ .formats = SNDRV_PCM_FMTBIT_S24 |
+ SNDRV_PCM_FMTBIT_S32,
.rates = SNDRV_PCM_RATE_48000,
.channels_min = 1,
.channels_max = 2,