We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14f29f0 commit 62eef07Copy full SHA for 62eef07
1 file changed
amplifier/audio_amplifier.c
@@ -39,7 +39,7 @@ typedef struct amp_device {
39
struct audio_device* adev;
40
struct audio_usecase* usecase_tx;
41
struct pcm* cs35l41_out;
42
- const struct hw_module_t *module_ahal;
+ const struct hw_module_t* module_ahal;
43
typeof(enable_snd_device)* enable_snd_device;
44
typeof(enable_audio_route)* enable_audio_route;
45
typeof(disable_snd_device)* disable_snd_device;
0 commit comments