summaryrefslogtreecommitdiffstats
path: root/src/modules/alsa
Commit message (Collapse)AuthorAgeFilesLines
* include a few HAL properties in our card/sink/source properties for ALSA devicesLennart Poettering2009-01-245-8/+17
|
* use pa_log_ratelimit() at a few placesLennart Poettering2009-01-242-6/+6
|
* make module-alsa-card move streams between the old and new sink/source, ↵Lennart Poettering2009-01-231-2/+29
| | | | allowing 'hot' switching between profiles
* include PA_SINK_INVALID_STATE in all switch/case statements to make gcc shut upLennart Poettering2009-01-222-0/+2
|
* fix minor memleak in proberLennart Poettering2009-01-221-0/+2
|
* rework logic how alsa sinks/sources/cards are namedLennart Poettering2009-01-225-34/+92
|
* mark a few more ALSA dB values as 'valid' for valgrindLennart Poettering2009-01-222-0/+16
|
* make implementation of module-alsa-card completeLennart Poettering2009-01-217-27/+114
|
* fill in dev_id properlyLennart Poettering2009-01-212-2/+13
|
* remove leftover defineLennart Poettering2009-01-211-2/+0
|
* add an API to create arbitrary alsa sinks/sources dynamically without having ↵Lennart Poettering2009-01-216-2929/+3176
| | | | to load/unload modules
* add new call pa_alsa_open_by_device_id_profile()Lennart Poettering2009-01-204-41/+106
|
* export pa_channel_map_superset()Lennart Poettering2009-01-201-20/+1
|
* add priority logic to find best default profileLennart Poettering2009-01-203-12/+25
|
* always add 'disabled' profileLennart Poettering2009-01-201-1/+20
|
* fix profile names to include input/output specifierLennart Poettering2009-01-201-2/+3
|
* fix bad free()Lennart Poettering2009-01-191-2/+0
|
* actually create pa_card object in module-alsa-cardLennart Poettering2009-01-171-7/+147
|
* Don't enumerate invalid profileLennart Poettering2009-01-171-2/+3
|
* Split up pa_alsa_init_proplist into two seperate functions for the card and ↵Lennart Poettering2009-01-174-29/+36
| | | | snd_pcm_t specific parts
* add card profile proberLennart Poettering2009-01-163-50/+199
|
* remvoe a bit of duplicate codeLennart Poettering2009-01-164-55/+30
|
* Add support for 24bit samples encoded in the LSB of 32 bit wordsLennart Poettering2009-01-161-0/+8
|
* add support for 24bit packed samplesLennart Poettering2009-01-161-0/+8
|
* Add SPDIF/HDMI ALSA devices and device descriptions to device search tableLennart Poettering2009-01-154-71/+178
|
* add stub makefiles for oss and alsa subdirsLennart Poettering2009-01-151-0/+1
|
* move alsa and oss modules into their own subdirectoriesLennart Poettering2009-01-154-0/+4524