pulseaudio/src/modules/alsa
Tanu Kaskinen 82ec47898e alsa: Don't try to use ELD controls with UCM
This fixes a crash that occurred when trying to access non-existent
port data. Doing this:

    pa_alsa_port_data *data = PA_DEVICE_PORT_DATA(port);

is not a good idea when using UCM, because in the UCM mode ports don't
have any data, so the data pointer points to some random memory.
2015-02-12 15:06:59 +02:00
..
mixer alsa-mixer: Make speaker unavailable when Line Out is plugged in 2015-01-29 10:24:35 -05:00
alsa-mixer.c update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
alsa-mixer.h update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
alsa-sink.c update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
alsa-sink.h update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
alsa-source.c update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
alsa-source.h update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
alsa-ucm.c update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
alsa-ucm.h update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
alsa-util.c update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
alsa-util.h update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
module-alsa-card.c alsa: Don't try to use ELD controls with UCM 2015-02-12 15:06:59 +02:00
module-alsa-sink.c update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
module-alsa-source.c update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00