Lines Matching full:alsa
10 #include <alsa/asoundlib.h>
23 // Connect to the ALSA mixer using their simple element API. Init is performed
31 typedef long alsa_long_t; // 'long' is required for ALSA API calls.
45 // We'll fail until the ALSA modules have been loaded; see
274 LOG(ERROR) << "ALSA mixer " << card << " open error: " << snd_strerror(err);
279 LOG(ERROR) << "ALSA Attach to card " << card << " failed: "
295 LOG(WARNING) << "ALSA PCM open: " << snd_strerror(err);
299 LOG(ERROR) << "ALSA mixer register error: " << snd_strerror(err);
305 LOG(ERROR) << "ALSA mixer " << card << " load error: %s"
311 VLOG(1) << "Opened ALSA mixer " << card << " OK";
328 LOG(ERROR) << "Cannot find 'Master' ALSA mixer element on " << card;
348 VLOG(1) << "ALSA volume range is " << min_volume_ << " dB to "
444 LOG(ERROR) << "ALSA unable to find simple control "