Nerdwebber wrote: > Hi. > In proc/asound/card0/pcm0p/sub0/ i see the file hw_params. But size is > 0 and there's no information in it. > I don't see a file "hw_paramsCheck"
just do cat "cat /proc/asound/card0/pcm0p/sub0/hw_params" They're not real files per se, so don't worry about the file size. This should show you something like ... tc@box:~$ cat /proc/asound/card0/pcm0p/sub0/hw_params access: MMAP_INTERLEAVED format: S16_LE subformat: STD channels: 2 rate: 44100 (44100/1) period_size: 1104 buffer_size: 4416 pete S ------------------------------------------------------------------------ psketch's Profile: http://forums.slimdevices.com/member.php?userid=56555 View this thread: http://forums.slimdevices.com/showthread.php?t=97046 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
