diff options
author | Takashi Iwai <tiwai@suse.de> | 2020-11-05 20:19:32 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2020-11-05 20:19:32 +0300 |
commit | a6c96672a64f4f0e1bac9f37b5bb57d8ab551b4b (patch) | |
tree | 5c10278fcab319140d55b0e6faa726667c7f1c35 /sound/soc/qcom/sdm845.c | |
parent | 0938ecae432e7ac8b01080c35dd81d50a1e43033 (diff) | |
parent | f9d7c6eb23f7e55e7a0ca5451da06909bdfdd0e4 (diff) | |
download | linux-a6c96672a64f4f0e1bac9f37b5bb57d8ab551b4b.tar.xz |
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/qcom/sdm845.c')
-rw-r--r-- | sound/soc/qcom/sdm845.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/qcom/sdm845.c b/sound/soc/qcom/sdm845.c index ab1bf23c21a6..6c2760e27ea6 100644 --- a/sound/soc/qcom/sdm845.c +++ b/sound/soc/qcom/sdm845.c @@ -17,6 +17,7 @@ #include "qdsp6/q6afe.h" #include "../codecs/rt5663.h" +#define DRIVER_NAME "sdm845" #define DEFAULT_SAMPLE_RATE_48K 48000 #define DEFAULT_MCLK_RATE 24576000 #define TDM_BCLK_RATE 6144000 @@ -552,6 +553,7 @@ static int sdm845_snd_platform_probe(struct platform_device *pdev) if (!data) return -ENOMEM; + card->driver_name = DRIVER_NAME; card->dapm_widgets = sdm845_snd_widgets; card->num_dapm_widgets = ARRAY_SIZE(sdm845_snd_widgets); card->dev = dev; |