I am trying to get knowledge on alsa. When I saw it, it is automatically storing the previous states of the mixer controls and restoring them in the reboots. So I commented this process from the files /etc/init/alsa-restore.conf
/etc/init/alsa-store.conf
. After that I make one control to True and rebooted my system. After rebooting I checked the value of the control which is false now.
From where alsa get that control value as false after reboot.
There is no file /var/lib/alsa/asound.state
because I removed it.