temp_freq_range  1978 sound/pci/asihpi/asihpi.c 	u32 freq_range[3], temp_freq_range[3];
temp_freq_range  1991 sound/pci/asihpi/asihpi.c 				&temp_freq_range[idx]);
temp_freq_range  1997 sound/pci/asihpi/asihpi.c 		if (temp_freq_range[2] <= 0)
temp_freq_range  2000 sound/pci/asihpi/asihpi.c 		if (temp_freq_range[0] < freq_range[0])
temp_freq_range  2001 sound/pci/asihpi/asihpi.c 			freq_range[0] = temp_freq_range[0];
temp_freq_range  2002 sound/pci/asihpi/asihpi.c 		if (temp_freq_range[1] > freq_range[1])
temp_freq_range  2003 sound/pci/asihpi/asihpi.c 			freq_range[1] = temp_freq_range[1];
temp_freq_range  2004 sound/pci/asihpi/asihpi.c 		if (temp_freq_range[2] < freq_range[2])
temp_freq_range  2005 sound/pci/asihpi/asihpi.c 			freq_range[2] = temp_freq_range[2];