projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40d1299
)
ASoC: dapm: Use int for format bit position
author
Takashi Iwai
<tiwai@suse.de>
Wed, 25 Jul 2018 20:43:26 +0000
(22:43 +0200)
committer
Mark Brown
<broonie@kernel.org>
Thu, 26 Jul 2018 14:48:21 +0000
(15:48 +0100)
fmt in snd_soc_dai_link_event() contains the format bit position, not
the format bit itself. Hence it can be a simple integer instead of
the explicit u64.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-dapm.c
patch
|
blob
|
history
diff --git
a/sound/soc/soc-dapm.c
b/sound/soc/soc-dapm.c
index
0602b28
..
7e96793
100644
(file)
--- a/
sound/soc/soc-dapm.c
+++ b/
sound/soc/soc-dapm.c
@@
-3656,7
+3656,7
@@
static int snd_soc_dai_link_event(struct snd_soc_dapm_widget *w,
struct snd_pcm_substream substream;
struct snd_pcm_hw_params *params = NULL;
struct snd_pcm_runtime *runtime = NULL;
- u
64
fmt;
+ u
nsigned int
fmt;
int ret;
if (WARN_ON(!config) ||