Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
wiki:intel_hda_realtime_howto [2013/09/09 10:32] – [Comments] bas_kooningwiki:intel_hda_realtime_howto [2013/09/09 12:23] – [Debian (9 sept 2013)] bas_kooning
Line 61: Line 61:
   * Periods/Buffer 3   * Periods/Buffer 3
  
-===== Comments =====+===== Debian (9 sept 2013) =====
   * Realtime does not have to be compiled anymore into the kernel: it is already by default. I know at least on "Debian 7.1 //Wheezy// amd64" & latest UbuntuStudio, perhaps more.   * Realtime does not have to be compiled anymore into the kernel: it is already by default. I know at least on "Debian 7.1 //Wheezy// amd64" & latest UbuntuStudio, perhaps more.
   * On Debian the location of the config file is **/etc/modprobe.d/alsa-base.conf**   * On Debian the location of the config file is **/etc/modprobe.d/alsa-base.conf**
Line 68: Line 68:
   * The '**nice**' option is not needed, it is commented out on my setup.   * The '**nice**' option is not needed, it is commented out on my setup.
   * Example of /etc/asound.conf that will capture sound from device 0 on 'CA0106', and playbacks sound to device 1 on 'Intel':   * Example of /etc/asound.conf that will capture sound from device 0 on 'CA0106', and playbacks sound to device 1 on 'Intel':
-  (Use '**aplay -l**' to list all playback devices, and '**arecord -l**' to list all capture devices)+  Use '**aplay -l**' to list all playback devices, and '**arecord -l**' to list all capture devices. Results are like '//card 1: **Intel** [HDA Intel], device 1: ALC1200 Digital [ALC1200 Digital]// ', where the part made bold is the name used. Case sensitive.
   pcm.!default {                   # declare the default PCM device   pcm.!default {                   # declare the default PCM device
     type asym                      # combine playback and capture devices     type asym                      # combine playback and capture devices
wiki/intel_hda_realtime_howto.txt · Last modified: 2014/03/09 01:28 by j_e_f_f_g