meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revisionBoth sides next revision
linux:alsa [2016/03/29 11:32] – created niziaklinux:alsa [2016/03/29 11:34] – [Plguin: plug] niziak
Line 26: Line 26:
     }     }
  
 +}
 +</code>
 +There might be problems with some programs though. Some applications always try to open a control device with the same name as the pcm device they are given, so you may also need to create a dummy control device with the same name:
 +<code>
 +ctl.!default {
 +    type hw
 +    card 0
 } }
 </code> </code>
 +