pulseaudio/src/modules/alsa
Deng Zhenrong 737a6180d4 fix compilation warning via PRI prefix
modules/alsa/alsa-mixer.c:3110:21:
    warning: format '%lx' expects argument of type 'long unsigned int', but argument 7 has type 'pa_channel_position_mask_t' [-Wformat]
modules/alsa/alsa-mixer.c:3110:21:
    warning: format '%lx' expects argument of type 'long unsigned int', but argument 8 has type 'pa_channel_position_mask_t' [-Wformat]

pa_channel_position_mask_t is type defined to uint64_t, and to display
uint64_t, it's better to use PRIx64 primitives.

Signed-off-by: Deng Zhenrong <dzrongg@gmail.com>
2012-03-23 10:37:23 +01:00
..
mixer alsa-mixer: Make speaker get available=no when headphones are plugged in 2012-03-11 12:23:46 +05:30
alsa-mixer.c fix compilation warning via PRI prefix 2012-03-23 10:37:23 +01:00
alsa-mixer.h alsa-mixer: Make speaker get available=no when headphones are plugged in 2012-03-11 12:23:46 +05:30
alsa-sink.c alsa: Jack detection kcontrol implementation 2012-03-11 12:23:46 +05:30
alsa-sink.h alsa: Remove unneeded include 2011-06-22 22:45:27 +01:00
alsa-source.c alsa: Jack detection kcontrol implementation 2012-03-11 12:23:46 +05:30
alsa-source.h alsa: rework mixer logic 2009-06-17 03:45:14 +02:00
alsa-util.c alsa: Jack detection kcontrol implementation 2012-03-11 12:23:46 +05:30
alsa-util.h alsa: Jack detection kcontrol implementation 2012-03-11 12:23:46 +05:30
module-alsa-card.c alsa-mixer: Make speaker get available=no when headphones are plugged in 2012-03-11 12:23:46 +05:30
module-alsa-sink.c alsa: support fixed latency range in alsa modules 2011-11-03 21:17:54 +01:00
module-alsa-source.c alsa: support fixed latency range in alsa modules 2011-11-03 21:17:54 +01:00