diff options
author | Takashi Iwai <tiwai@suse.de> | 2020-11-05 18:19:32 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2020-11-05 18:19:32 +0100 |
commit | a6c96672a64f4f0e1bac9f37b5bb57d8ab551b4b (patch) | |
tree | 5c10278fcab319140d55b0e6faa726667c7f1c35 /sound/soc/codecs/wsa881x.c | |
parent | 0938ecae432e7ac8b01080c35dd81d50a1e43033 (diff) | |
parent | f9d7c6eb23f7e55e7a0ca5451da06909bdfdd0e4 (diff) | |
download | lwn-a6c96672a64f4f0e1bac9f37b5bb57d8ab551b4b.tar.gz lwn-a6c96672a64f4f0e1bac9f37b5bb57d8ab551b4b.zip |
Merge tag 'asoc-fix-v5.10-rc2' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v5.10
A batch of driver specific fixes that have come up since the merge
window, nothing particularly major here but all good to have.
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, |