Lines Matching refs:snd_kcontrol_new
188 static struct snd_kcontrol_new pcxhr_control_analog_level = {
238 static struct snd_kcontrol_new pcxhr_control_output_switch = {
412 static struct snd_kcontrol_new snd_pcxhr_pcm_vol =
463 static struct snd_kcontrol_new pcxhr_control_pcm_switch = {
512 static struct snd_kcontrol_new pcxhr_control_monitor_vol = {
565 static struct snd_kcontrol_new pcxhr_control_monitor_sw = {
700 static struct snd_kcontrol_new pcxhr_control_audio_src = {
801 static struct snd_kcontrol_new pcxhr_control_clock_type = {
845 static struct snd_kcontrol_new pcxhr_control_clock_rate = {
1020 static struct snd_kcontrol_new pcxhr_control_playback_iec958_mask = {
1027 static struct snd_kcontrol_new pcxhr_control_playback_iec958 = {
1036 static struct snd_kcontrol_new pcxhr_control_capture_iec958_mask = {
1043 static struct snd_kcontrol_new pcxhr_control_capture_iec958 = {
1124 struct snd_kcontrol_new temp; in pcxhr_create_mixer()