As someone responsible for distributing a "sample" .asoundrc file with
ardour, I must remind people that the boilerplate text quoted below 
should NOT show up in a regular .asoundrc. The sample that came with
ardour is from a couple-of-ALSA-generations ago.

--p


>    pcmtype.hw {
>            open _snd_pcm_hw_open
>    }
>
>    pcmtype.client {
>            open _snd_pcm_client_open
>    }
>
>    pcmtype.multi {
>            open _snd_pcm_multi_open
>    }
>
>    pcmtype.linear {
>            open _snd_pcm_linear_open
>    }
>
>    pcmtype.mulaw {
>            open _snd_pcm_mulaw_open
>    }
>
>    pcmtype.alaw {
>            open _snd_pcm_alaw_open
>    }
>
>    pcmtype.adpcm {
>            open _snd_pcm_adpcm_open
>    }
>
>    pcmtype.route {
>            open _snd_pcm_route_open
>    }
> 
>    pcmtype.rate {
>            open _snd_pcm_rate_open
>    }
> 
>    pcmtype.plug {
>            open _snd_pcm_plug_open
>    }
> 
>    pcmtype.file {
>            open _snd_pcm_file_open
>    }
> 
>    ctltype.hw {
>            open _snd_ctl_hw_open
>    }

Reply via email to