pulseaudio/src/modules/alsa
Pali Rohár e99e862a3d alsa: Fix compile warnings
modules/alsa/alsa-sink.c: In function ‘pa_alsa_sink_new’:
modules/alsa/alsa-sink.c:2603:15: warning: declaration of ‘state’ shadows a previous local [-Wshadow]
         void *state;
               ^~~~~
modules/alsa/alsa-sink.c:2270:11: note: shadowed declaration is here
     void *state = NULL;
           ^~~~~
  CC       modules/alsa/module_alsa_sink_la-module-alsa-sink.lo
modules/alsa/alsa-source.c: In function ‘pa_alsa_source_new’:
modules/alsa/alsa-source.c:2289:15: warning: declaration of ‘state’ shadows a previous local [-Wshadow]
         void *state;
               ^~~~~
modules/alsa/alsa-source.c:1975:11: note: shadowed declaration is here
     void *state = NULL;
           ^~~~~
modules/alsa/module-alsa-card.c: In function ‘prune_singleton_availability_groups’:
modules/alsa/module-alsa-card.c:691:71: warning: pointer of type ‘void *’ used in arithmetic [-Wpointer-arith]
             pa_hashmap_put(group_counts, p->availability_group, count + 1);
                                                                       ^
2020-11-23 16:06:03 +00:00
..
mixer alsa-mixer: Document the description and description-key mapping options 2020-11-22 16:14:58 +02:00
90-pulseaudio.rules alsa-mixer: Add Razer Kraken Tournament Edition USB headset 2020-09-29 15:32:45 +00:00
alsa-mixer.c alsa-mixer: Fix jack name comparison 2020-10-30 16:55:39 +00:00
alsa-mixer.h Revert "alsa-mixer: support up to 8 channels per mixer element" 2020-10-13 21:03:30 -04:00
alsa-sink.c alsa: Fix compile warnings 2020-11-23 16:06:03 +00:00
alsa-sink.h update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
alsa-source.c alsa: Fix compile warnings 2020-11-23 16:06:03 +00:00
alsa-source.h update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
alsa-ucm.c ucm: add possibility to skip the UCM card completely (Linked) 2020-09-17 14:52:50 +00:00
alsa-ucm.h alsa ucm: set device port type 2020-06-17 06:06:12 +00:00
alsa-util.c alsa: move the exceptionally large value errors from error to debug level 2020-10-26 15:48:35 +00:00
alsa-util.h ucm: add possibility to skip the UCM card completely (Linked) 2020-09-17 14:52:50 +00:00
meson.build meson: link libintl if it's not provided by libc 2019-09-25 04:42:03 +00:00
module-alsa-card.c alsa: Fix compile warnings 2020-11-23 16:06:03 +00:00
module-alsa-sink.c alsa: Document that mixer elements can be identified by a combination of name and index 2020-02-14 11:01:04 +02:00
module-alsa-source.c alsa: Document that mixer elements can be identified by a combination of name and index 2020-02-14 11:01:04 +02:00