Alsa.conf and asoundrc ignored by kodi

Hello,
I have isntalled the alsa-base and alsa-utils and I tried to create a new pcm Soundcard. But neither with aplay -d NAME test.wav nor in kodi I can see the file or access it.

My asound looks like this:

##Azalia
pcm.dmixazalia { type dmix;
ipc_key 3;
slave { pcm “hw:UR22”;
format S32_LE;
channels 8;
period_size 4096;
buffer_size 65536;
rate 192000; } }

pcm.dmixazaliahq { type dmix;
ipc_key 4;
slave { pcm “hw:UR22”;
rate_converter “speexrate_medium”;
format S32_LE;
channels 8;
period_size 4096;
buffer_size 65536;
rate 192000; } }

pcm.capazalia { type hw;
card UR22;
device 0; }

pcm.azalia { type asym;
capture.pcm “capazalia”;
playback.pcm “dmixazalia”; }

okay, now things work, I don’t know exactly why…