dig_rate          147 sound/pci/bt87x.c 	int dig_rate;		/* Digital input sampling rate */
dig_rate          155 sound/pci/bt87x.c 		.dig_rate = 32000, /* just a guess */
dig_rate          158 sound/pci/bt87x.c 		.dig_rate = 32000,
dig_rate          164 sound/pci/bt87x.c 		.dig_rate = 44100,
dig_rate          168 sound/pci/bt87x.c 		.dig_rate = 32000,
dig_rate          173 sound/pci/bt87x.c 		.dig_rate = 48000,
dig_rate          382 sound/pci/bt87x.c 	runtime->hw.rates = snd_pcm_rate_to_rate_bit(chip->board.dig_rate);
dig_rate          383 sound/pci/bt87x.c 	runtime->hw.rate_min = chip->board.dig_rate;
dig_rate          384 sound/pci/bt87x.c 	runtime->hw.rate_max = chip->board.dig_rate;
dig_rate          897 sound/pci/bt87x.c 			chip->board.dig_rate = digital_rate[dev];
dig_rate          925 sound/pci/bt87x.c 		   chip->board.no_digital ? "no " : "", chip->board.dig_rate);