Searched refs:hw_rates (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/ice1712/
H A Dice1712.h342 struct snd_pcm_hw_constraint_list *hw_rates; /* card-specific rate constraints */ member in struct:snd_ice1712
H A Dice1724.c708 if (ice->hw_rates) {
710 runtime->hw.rate_min = ice->hw_rates->list[0];
711 runtime->hw.rate_max = ice->hw_rates->list[ice->hw_rates->count - 1];
715 ice->hw_rates);

Completed in 93 milliseconds