Elaborate on configuration space with example

This commit is contained in:
laurensmiers 2020-05-28 09:30:03 +02:00
parent 4d8f49b92e
commit d27be5c7f4

View file

@ -384,6 +384,10 @@ Not as easy as just setting them one by one <!-- .element: class="fragment" da
* Constructs a configuration space * Constructs a configuration space
* PCM parameters are not independent from each other for some sound cards * PCM parameters are not independent from each other for some sound cards
* Cannot combine all sample formats with all sampling rates or channel counts * Cannot combine all sample formats with all sampling rates or channel counts
* Depends on minimum interrupt 'tick' of HW device
* Scenario: device supports max X bytes per period to be retrieved
* Increase the sample size
* In order to adhere to the X bytes, ALSA decreases the max possible supported samplerate
||| |||
## PCM configuration ## PCM configuration