Lines Matching defs:kcontrol

1426 static int snd_asihpi_volume_info(struct snd_kcontrol *kcontrol,
1429 u32 h_control = kcontrol->private_value;
1457 static int snd_asihpi_volume_get(struct snd_kcontrol *kcontrol,
1460 u32 h_control = kcontrol->private_value;
1470 static int snd_asihpi_volume_put(struct snd_kcontrol *kcontrol,
1473 u32 h_control = kcontrol->private_value;
1491 static int snd_asihpi_volume_mute_get(struct snd_kcontrol *kcontrol,
1494 u32 h_control = kcontrol->private_value;
1503 static int snd_asihpi_volume_mute_put(struct snd_kcontrol *kcontrol,
1506 u32 h_control = kcontrol->private_value;
1549 static int snd_asihpi_level_info(struct snd_kcontrol *kcontrol,
1552 u32 h_control = kcontrol->private_value;
1575 static int snd_asihpi_level_get(struct snd_kcontrol *kcontrol,
1578 u32 h_control = kcontrol->private_value;
1590 static int snd_asihpi_level_put(struct snd_kcontrol *kcontrol,
1594 u32 h_control = kcontrol->private_value;
1637 static int snd_asihpi_aesebu_format_info(struct snd_kcontrol *kcontrol,
1643 static int snd_asihpi_aesebu_format_get(struct snd_kcontrol *kcontrol,
1647 u32 h_control = kcontrol->private_value;
1665 static int snd_asihpi_aesebu_format_put(struct snd_kcontrol *kcontrol,
1669 u32 h_control = kcontrol->private_value;
1685 static int snd_asihpi_aesebu_rx_format_get(struct snd_kcontrol *kcontrol,
1687 return snd_asihpi_aesebu_format_get(kcontrol, ucontrol,
1691 static int snd_asihpi_aesebu_rx_format_put(struct snd_kcontrol *kcontrol,
1693 return snd_asihpi_aesebu_format_put(kcontrol, ucontrol,
1697 static int snd_asihpi_aesebu_rxstatus_info(struct snd_kcontrol *kcontrol,
1710 static int snd_asihpi_aesebu_rxstatus_get(struct snd_kcontrol *kcontrol,
1713 u32 h_control = kcontrol->private_value;
1747 static int snd_asihpi_aesebu_tx_format_get(struct snd_kcontrol *kcontrol,
1749 return snd_asihpi_aesebu_format_get(kcontrol, ucontrol,
1753 static int snd_asihpi_aesebu_tx_format_put(struct snd_kcontrol *kcontrol,
1755 return snd_asihpi_aesebu_format_put(kcontrol, ucontrol,
1781 static int snd_asihpi_tuner_gain_info(struct snd_kcontrol *kcontrol,
1784 u32 h_control = kcontrol->private_value;
1804 static int snd_asihpi_tuner_gain_get(struct snd_kcontrol *kcontrol,
1808 struct snd_card_asihpi *asihpi = snd_kcontrol_chip(kcontrol);
1810 u32 h_control = kcontrol->private_value;
1819 static int snd_asihpi_tuner_gain_put(struct snd_kcontrol *kcontrol,
1823 struct snd_card_asihpi *asihpi = snd_kcontrol_chip(kcontrol);
1825 u32 h_control = kcontrol->private_value;
1836 static int asihpi_tuner_band_query(struct snd_kcontrol *kcontrol,
1838 u32 h_control = kcontrol->private_value;
1855 static int snd_asihpi_tuner_band_info(struct snd_kcontrol *kcontrol,
1861 num_bands = asihpi_tuner_band_query(kcontrol, tuner_bands,
1870 static int snd_asihpi_tuner_band_get(struct snd_kcontrol *kcontrol,
1873 u32 h_control = kcontrol->private_value;
1875 struct snd_card_asihpi *asihpi = snd_kcontrol_chip(kcontrol);
1881 num_bands = asihpi_tuner_band_query(kcontrol, tuner_bands,
1896 static int snd_asihpi_tuner_band_put(struct snd_kcontrol *kcontrol,
1900 struct snd_card_asihpi *asihpi = snd_kcontrol_chip(kcontrol);
1902 u32 h_control = kcontrol->private_value;
1908 num_bands = asihpi_tuner_band_query(kcontrol, tuner_bands,
1922 static int snd_asihpi_tuner_freq_info(struct snd_kcontrol *kcontrol,
1925 u32 h_control = kcontrol->private_value;
1931 num_bands = asihpi_tuner_band_query(kcontrol, tuner_bands,
1967 static int snd_asihpi_tuner_freq_get(struct snd_kcontrol *kcontrol,
1970 u32 h_control = kcontrol->private_value;
1979 static int snd_asihpi_tuner_freq_put(struct snd_kcontrol *kcontrol,
1982 u32 h_control = kcontrol->private_value;
2030 static int snd_asihpi_meter_info(struct snd_kcontrol *kcontrol,
2033 u32 h_control = kcontrol->private_value;
2070 static int snd_asihpi_meter_get(struct snd_kcontrol *kcontrol,
2073 u32 h_control = kcontrol->private_value;
2133 static int snd_asihpi_mux_info(struct snd_kcontrol *kcontrol,
2137 u32 h_control = kcontrol->private_value;
2142 snd_card_asihpi_mux_count_sources(kcontrol);
2158 static int snd_asihpi_mux_get(struct snd_kcontrol *kcontrol,
2161 u32 h_control = kcontrol->private_value;
2187 static int snd_asihpi_mux_put(struct snd_kcontrol *kcontrol,
2191 u32 h_control = kcontrol->private_value;
2227 static int snd_asihpi_cmode_info(struct snd_kcontrol *kcontrol,
2237 u32 h_control = kcontrol->private_value;
2259 static int snd_asihpi_cmode_get(struct snd_kcontrol *kcontrol,
2262 u32 h_control = kcontrol->private_value;
2273 static int snd_asihpi_cmode_put(struct snd_kcontrol *kcontrol,
2277 u32 h_control = kcontrol->private_value;
2317 static int snd_asihpi_clksrc_info(struct snd_kcontrol *kcontrol,
2321 (struct snd_card_asihpi *)(kcontrol->private_data);
2336 static int snd_asihpi_clksrc_get(struct snd_kcontrol *kcontrol,
2340 (struct snd_card_asihpi *)(kcontrol->private_data);
2342 u32 h_control = kcontrol->private_value;
2364 static int snd_asihpi_clksrc_put(struct snd_kcontrol *kcontrol,
2368 (struct snd_card_asihpi *)(kcontrol->private_data);
2372 u32 h_control = kcontrol->private_value;
2392 static int snd_asihpi_clklocal_info(struct snd_kcontrol *kcontrol,
2404 static int snd_asihpi_clklocal_get(struct snd_kcontrol *kcontrol,
2407 u32 h_control = kcontrol->private_value;
2419 static int snd_asihpi_clklocal_put(struct snd_kcontrol *kcontrol,
2423 u32 h_control = kcontrol->private_value;
2434 static int snd_asihpi_clkrate_info(struct snd_kcontrol *kcontrol,
2446 static int snd_asihpi_clkrate_get(struct snd_kcontrol *kcontrol,
2449 u32 h_control = kcontrol->private_value;