Commit 5e2a02b
ASoC: mchp-asrc-card: get rid of compilation warnings
Get rid of the following compilation warnings:
sound/soc/atmel/mchp-asrc-card.c: In function ‘mchp_asrc_card_dai_link_init’:
sound/soc/atmel/mchp-asrc-card.c:395:7: warning: variable ‘codec_capture_avail’ set but not used [-Wunused-but-set-variable]
bool codec_capture_avail = false;
^~~~~~~~~~~~~~~~~~~
sound/soc/atmel/mchp-asrc-card.c:394:7: warning: variable ‘codec_playback_avail’ set but not used [-Wunused-but-set-variable]
bool codec_playback_avail = false;
^~~~~~~~~~~~~~~~~~~~
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
(cherry picked from linux-6.1-trunk/at91/sound)
Signed-off-by: Andrei Simion <andrei.simion@microchip.com>1 parent ee71faf commit 5e2a02b
1 file changed
Lines changed: 0 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
391 | 391 | | |
392 | 392 | | |
393 | 393 | | |
394 | | - | |
395 | | - | |
396 | 394 | | |
397 | 395 | | |
398 | 396 | | |
| |||
424 | 422 | | |
425 | 423 | | |
426 | 424 | | |
427 | | - | |
428 | | - | |
429 | | - | |
430 | | - | |
431 | | - | |
432 | 425 | | |
433 | 426 | | |
434 | 427 | | |
| |||
0 commit comments