diff options
author | Mark Brown <broonie@kernel.org> | 2020-11-30 16:05:07 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-11-30 16:05:07 +0000 |
commit | e5879d988291a964a87c4868057dc989d901eea0 (patch) | |
tree | 465bb757245f6c9050315d8aae61ad081affc676 /sound/soc/intel/keembay | |
parent | 645be01d7b553e9ab0791ceb88f381a087d691d9 (diff) | |
parent | f9d8ae0b91763765686833e500af0256bf769ba2 (diff) | |
download | lwn-e5879d988291a964a87c4868057dc989d901eea0.tar.gz lwn-e5879d988291a964a87c4868057dc989d901eea0.zip |
Merge branch 'for-5.10' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.11
Diffstat (limited to 'sound/soc/intel/keembay')
-rw-r--r-- | sound/soc/intel/keembay/kmb_platform.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/soc/intel/keembay/kmb_platform.c b/sound/soc/intel/keembay/kmb_platform.c index 3441e69ced04..1c3748f33136 100644 --- a/sound/soc/intel/keembay/kmb_platform.c +++ b/sound/soc/intel/keembay/kmb_platform.c @@ -487,9 +487,9 @@ static int kmb_dai_hw_params(struct snd_pcm_substream *substream, kmb_i2s->xfer_resolution = 0x02; break; case SNDRV_PCM_FORMAT_S24_LE: - config->data_width = 24; - kmb_i2s->ccr = 0x08; - kmb_i2s->xfer_resolution = 0x04; + config->data_width = 32; + kmb_i2s->ccr = 0x14; + kmb_i2s->xfer_resolution = 0x05; break; case SNDRV_PCM_FORMAT_S32_LE: config->data_width = 32; |