diff options
author | Mark Brown <broonie@kernel.org> | 2020-10-26 13:11:37 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-10-26 13:11:37 +0000 |
commit | fc7f6a054e1a8c5525bf59c73d8e6333d48a5120 (patch) | |
tree | 4009deec51071ce2699627eff4d69bdc183f9e2e /sound/soc/codecs/wsa881x.c | |
parent | 3650b228f83adda7e5ee532e2b90429c03f7b9ec (diff) | |
parent | 6e5329c6e6032cd997400b43b8299f607a61883e (diff) |
Merge existing fixes from asoc/for-5.10
Diffstat (limited to 'sound/soc/codecs/wsa881x.c')
-rw-r--r-- | sound/soc/codecs/wsa881x.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/codecs/wsa881x.c b/sound/soc/codecs/wsa881x.c index 68e774e69c85..4530b74f5921 100644 --- a/sound/soc/codecs/wsa881x.c +++ b/sound/soc/codecs/wsa881x.c @@ -1026,6 +1026,8 @@ static struct snd_soc_dai_driver wsa881x_dais[] = { .id = 0, .playback = { .stream_name = "SPKR Playback", + .rates = SNDRV_PCM_RATE_48000, + .formats = SNDRV_PCM_FMTBIT_S16_LE, .rate_max = 48000, .rate_min = 48000, .channels_min = 1, |