/linux-6.14.4/sound/hda/ |
D | hdac_regmap.c | 25 static int codec_pm_lock(struct hdac_device *codec) in codec_pm_lock() 30 static void codec_pm_unlock(struct hdac_device *codec, int lock) in codec_pm_unlock() 40 struct hdac_device *codec = dev_to_hdac_dev(dev); in hda_volatile_reg() local 67 struct hdac_device *codec = dev_to_hdac_dev(dev); in hda_writeable_reg() local 116 struct hdac_device *codec = dev_to_hdac_dev(dev); in hda_readable_reg() local 156 static int hda_reg_read_stereo_amp(struct hdac_device *codec, in hda_reg_read_stereo_amp() 157 unsigned int reg, unsigned int *val) in hda_reg_read_stereo_amp() 174 static int hda_reg_write_stereo_amp(struct hdac_device *codec, in hda_reg_write_stereo_amp() 175 unsigned int reg, unsigned int val) in hda_reg_write_stereo_amp() 204 static int hda_reg_read_coef(struct hdac_device *codec, unsigned int reg, in hda_reg_read_coef() [all …]
|
D | hdac_device.c | 41 int snd_hdac_device_init(struct hdac_device *codec, struct hdac_bus *bus, in snd_hdac_device_init() 128 void snd_hdac_device_exit(struct hdac_device *codec) in snd_hdac_device_exit() 143 int snd_hdac_device_register(struct hdac_device *codec) in snd_hdac_device_register() 166 void snd_hdac_device_unregister(struct hdac_device *codec) in snd_hdac_device_unregister() 185 int snd_hdac_device_set_chip_name(struct hdac_device *codec, const char *name) in snd_hdac_device_set_chip_name() 208 int snd_hdac_codec_modalias(const struct hdac_device *codec, char *buf, size_t size) in snd_hdac_codec_modalias() 225 static unsigned int snd_hdac_make_cmd(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_make_cmd() 228 u32 val, addr; in snd_hdac_make_cmd() local 257 int snd_hdac_exec_verb(struct hdac_device *codec, unsigned int cmd, in snd_hdac_exec_verb() 276 int snd_hdac_read(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_read() [all …]
|
D | hdac_sysfs.c | 114 struct hdac_device *codec; in widget_attr_show() local 130 struct hdac_device *codec; in widget_attr_store() local 161 static ssize_t caps_show(struct hdac_device *codec, hda_nid_t nid, in caps_show() 167 static ssize_t pin_caps_show(struct hdac_device *codec, hda_nid_t nid, in pin_caps_show() 176 static ssize_t pin_cfg_show(struct hdac_device *codec, hda_nid_t nid, in pin_cfg_show() 179 unsigned int val; in pin_cfg_show() local 188 static bool has_pcm_cap(struct hdac_device *codec, hda_nid_t nid) in has_pcm_cap() 201 static ssize_t pcm_caps_show(struct hdac_device *codec, hda_nid_t nid, in pcm_caps_show() 210 static ssize_t pcm_formats_show(struct hdac_device *codec, hda_nid_t nid, in pcm_formats_show() 219 static ssize_t amp_in_caps_show(struct hdac_device *codec, hda_nid_t nid, in amp_in_caps_show() [all …]
|
D | hdac_bus.c | 172 struct hdac_device *codec; in snd_hdac_bus_process_unsol_events() local 206 int snd_hdac_bus_add_device(struct hdac_bus *bus, struct hdac_device *codec) in snd_hdac_bus_add_device() 227 struct hdac_device *codec) in snd_hdac_bus_remove_device() 253 void snd_hdac_aligned_write(unsigned int val, void __iomem *addr, in snd_hdac_aligned_write() 269 void snd_hdac_codec_link_up(struct hdac_device *codec) in snd_hdac_codec_link_up() 280 void snd_hdac_codec_link_down(struct hdac_device *codec) in snd_hdac_codec_link_down()
|
/linux-6.14.4/sound/pci/hda/ |
D | hda_generic.c | 105 static void parse_user_hints(struct hda_codec *codec) in parse_user_hints() 108 int val; in parse_user_hints() local 205 #define update_pin_ctl(codec, pin, val) \ argument 210 static inline void restore_pin_ctl(struct hda_codec *codec, hda_nid_t pin) in restore_pin_ctl() 216 static void set_pin_target(struct hda_codec *codec, hda_nid_t pin, in set_pin_target() 217 unsigned int val, bool do_write) in set_pin_target() 228 static void set_pin_targets(struct hda_codec *codec, int num_pins, in set_pin_targets() 229 hda_nid_t *pins, unsigned int val) in set_pin_targets() 256 static struct nid_path *get_nid_path(struct hda_codec *codec, in get_nid_path() 287 int snd_hda_get_path_idx(struct hda_codec *codec, struct nid_path *path) in snd_hda_get_path_idx() [all …]
|
D | patch_si3054.c | 64 #define GET_REG(codec,reg) (snd_hda_codec_read(codec,reg,0,SI3054_VERB_READ_NODE,0)) argument 65 #define SET_REG(codec,reg,val) (snd_hda_codec_write(codec,reg,0,SI3054_VERB_WRITE_NODE,val)) argument 66 #define SET_REG_CACHE(codec,reg,val) \ argument 80 #define PRIVATE_REG(val) ((val>>16)&0xffff) argument 81 #define PRIVATE_MASK(val) (val&0xffff) argument 88 struct hda_codec *codec = snd_kcontrol_chip(kcontrol); in si3054_switch_get() local 98 struct hda_codec *codec = snd_kcontrol_chip(kcontrol); in si3054_switch_put() local 125 static int si3054_build_controls(struct hda_codec *codec) in si3054_build_controls() 136 struct hda_codec *codec, in si3054_pcm_prepare() 141 u16 val; in si3054_pcm_prepare() local [all …]
|
D | hda_codec.c | 27 #define codec_in_pm(codec) snd_hdac_is_in_pm(&codec->core) argument 28 #define hda_codec_is_power_on(codec) snd_hdac_is_power_on(&codec->core) argument 29 #define codec_has_epss(codec) \ argument 31 #define codec_has_clkstop(codec) \ argument 40 struct hda_codec *codec = container_of(dev, struct hda_codec, core); in codec_exec_verb() local 79 void snd_hda_sequence_write(struct hda_codec *codec, const struct hda_verb *seq) in snd_hda_sequence_write() 96 lookup_conn_list(struct hda_codec *codec, hda_nid_t nid) in lookup_conn_list() 106 static int add_conn_list(struct hda_codec *codec, hda_nid_t nid, int len, in add_conn_list() 121 static void remove_conn_list(struct hda_codec *codec) in remove_conn_list() 132 static int read_and_add_raw_conns(struct hda_codec *codec, hda_nid_t nid) in read_and_add_raw_conns() [all …]
|
D | patch_conexant.c | 74 static int cx_auto_parse_beep(struct hda_codec *codec) in cx_auto_parse_beep() 85 #define cx_auto_parse_beep(codec) 0 argument 93 static void cx_auto_parse_eapd(struct hda_codec *codec) in cx_auto_parse_eapd() 118 static void cx_auto_turn_eapd(struct hda_codec *codec, int num_pins, in cx_auto_turn_eapd() 133 struct hda_codec *codec = private_data; in cx_auto_vmaster_hook() local 143 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent); in cx_auto_vmaster_mute_led() local 152 static void cxt_init_gpio_led(struct hda_codec *codec) in cxt_init_gpio_led() 167 static void cx_fixup_headset_recog(struct hda_codec *codec) in cx_fixup_headset_recog() 188 static int cx_auto_init(struct hda_codec *codec) in cx_auto_init() 204 static void cx_auto_shutdown(struct hda_codec *codec) in cx_auto_shutdown() [all …]
|
D | hda_proc.c | 22 #define param_read(codec, nid, parm) \ argument 48 struct hda_codec *codec, hda_nid_t nid, in print_nid_array() 75 struct hda_codec *codec, hda_nid_t nid) in print_nid_pcms() 94 struct hda_codec *codec, hda_nid_t nid, int dir) in print_amp_caps() 112 static bool is_stereo_amps(struct hda_codec *codec, hda_nid_t nid, in is_stereo_amps() 134 struct hda_codec *codec, hda_nid_t nid, in print_amp_vals() 137 unsigned int val; in print_amp_vals() local 200 struct hda_codec *codec, hda_nid_t nid) in print_pcm_caps() 305 struct hda_codec *codec, hda_nid_t nid, in print_pin_caps() 311 unsigned int caps, val; in print_pin_caps() local [all …]
|
D | hda_sysfs.c | 26 const char *val; /* contained in the same alloc as key */ member 33 struct hda_codec *codec = dev_get_drvdata(dev); in power_on_acct_show() local 42 struct hda_codec *codec = dev_get_drvdata(dev); in power_off_acct_show() local 78 static ssize_t pin_configs_show(struct hda_codec *codec, in pin_configs_show() 97 struct hda_codec *codec = dev_get_drvdata(dev); in init_pin_configs_show() local 105 struct hda_codec *codec = dev_get_drvdata(dev); in driver_pin_configs_show() local 115 static int clear_codec(struct hda_codec *codec) in clear_codec() 128 static int reconfig_codec(struct hda_codec *codec) in reconfig_codec() 218 struct hda_codec *codec = dev_get_drvdata(dev); in init_verbs_show() local 230 static int parse_init_verbs(struct hda_codec *codec, const char *buf) in parse_init_verbs() [all …]
|
D | patch_realtek.c | 145 static void coef_mutex_lock(struct hda_codec *codec) in coef_mutex_lock() 153 static void coef_mutex_unlock(struct hda_codec *codec) in coef_mutex_unlock() 161 static int __alc_read_coefex_idx(struct hda_codec *codec, hda_nid_t nid, in __alc_read_coefex_idx() 164 unsigned int val; in __alc_read_coefex_idx() local 171 static int alc_read_coefex_idx(struct hda_codec *codec, hda_nid_t nid, in alc_read_coefex_idx() 174 unsigned int val; in alc_read_coefex_idx() local 182 #define alc_read_coef_idx(codec, coef_idx) \ argument 185 static void __alc_write_coefex_idx(struct hda_codec *codec, hda_nid_t nid, in __alc_write_coefex_idx() 192 static void alc_write_coefex_idx(struct hda_codec *codec, hda_nid_t nid, in alc_write_coefex_idx() 200 #define alc_write_coef_idx(codec, coef_idx, coef_val) \ argument [all …]
|
D | patch_ca0132.c | 683 unsigned int val; member 776 unsigned int val; member 1135 struct hda_codec *codec; member 1527 static unsigned int codec_send_command(struct hda_codec *codec, hda_nid_t nid, in codec_send_command() 1537 static int codec_set_converter_format(struct hda_codec *codec, hda_nid_t nid, in codec_set_converter_format() 1544 static int codec_set_converter_stream_channel(struct hda_codec *codec, in codec_set_converter_stream_channel() 1556 static int chipio_send(struct hda_codec *codec, in chipio_send() 1578 static int chipio_write_address(struct hda_codec *codec, in chipio_write_address() 1605 static int chipio_write_data(struct hda_codec *codec, unsigned int data) in chipio_write_data() 1629 static int chipio_write_data_multiple(struct hda_codec *codec, in chipio_write_data_multiple() [all …]
|
D | patch_analog.c | 50 static int create_beep_ctls(struct hda_codec *codec) in create_beep_ctls() 72 #define create_beep_ctls(codec) 0 argument 75 static void ad198x_power_eapd_write(struct hda_codec *codec, hda_nid_t front, in ad198x_power_eapd_write() 86 static void ad198x_power_eapd(struct hda_codec *codec) in ad198x_power_eapd() 114 static int ad198x_suspend(struct hda_codec *codec) in ad198x_suspend() 124 struct hda_codec *codec = private_data; in ad_vmaster_eapd_hook() local 140 static int ad198x_auto_build_controls(struct hda_codec *codec) in ad198x_auto_build_controls() 164 static int ad198x_parse_auto_config(struct hda_codec *codec, bool indep_hp) in ad198x_parse_auto_config() 192 static int alloc_ad_spec(struct hda_codec *codec) in alloc_ad_spec() 210 static void ad_fixup_inv_jack_detect(struct hda_codec *codec, in ad_fixup_inv_jack_detect() [all …]
|
D | patch_via.c | 100 static struct via_spec *via_new_spec(struct hda_codec *codec) in via_new_spec() 125 static enum VIA_HDA_CODEC get_codec_type(struct hda_codec *codec) in get_codec_type() 180 #define hp_detect_with_aa(codec) \ argument 184 static void vt1708_stop_hp_work(struct hda_codec *codec) in vt1708_stop_hp_work() 197 static void vt1708_update_hp_work(struct hda_codec *codec) in vt1708_update_hp_work() 222 struct hda_codec *codec = snd_kcontrol_chip(kcontrol); in via_pin_power_ctl_get() local 232 struct hda_codec *codec = snd_kcontrol_chip(kcontrol); in via_pin_power_ctl_put() local 234 bool val = !!ucontrol->value.enumerated.item[0]; in via_pin_power_ctl_put() local 277 static int auto_parse_beep(struct hda_codec *codec) in auto_parse_beep() 288 #define auto_parse_beep(codec) 0 argument [all …]
|
D | hda_eld.c | 122 static unsigned int hdmi_get_eld_data(struct hda_codec *codec, hda_nid_t nid, in hdmi_get_eld_data() 125 unsigned int val; in hdmi_get_eld_data() local 144 static void hdmi_update_short_audio_desc(struct hda_codec *codec, in hdmi_update_short_audio_desc() 149 int val; in hdmi_update_short_audio_desc() local 224 int snd_hdmi_parse_eld(struct hda_codec *codec, struct parsed_hdmi_eld *e, in snd_hdmi_parse_eld() 288 int snd_hdmi_get_eld_size(struct hda_codec *codec, hda_nid_t nid) in snd_hdmi_get_eld_size() 294 int snd_hdmi_get_eld(struct hda_codec *codec, hda_nid_t nid, in snd_hdmi_get_eld() 319 unsigned int val = hdmi_get_eld_data(codec, nid, i); in snd_hdmi_get_eld() local 371 static void hdmi_show_short_audio_desc(struct hda_codec *codec, in hdmi_show_short_audio_desc() 396 void snd_hdmi_show_eld(struct hda_codec *codec, struct parsed_hdmi_eld *e) in snd_hdmi_show_eld() [all …]
|
D | hda_local.h | 117 #define snd_hda_codec_amp_read(codec, nid, ch, dir, idx) \ argument 135 #define snd_hda_add_vmaster(codec, name, tlv, followers, suffix, access) \ argument 140 #define snd_hda_regmap_sync(codec) snd_hdac_regmap_sync(&(codec)->core) argument 149 struct hda_codec *codec; member 167 #define snd_hda_create_spdif_out_ctls(codec, anid, cnid) \ argument 255 static inline int snd_hda_codec_proc_new(struct hda_codec *codec) { return 0; } in snd_hda_codec_proc_new() 273 u32 val; member 312 #define HDA_CODEC_QUIRK(vend, dev, xname, val) \ argument 316 #define HDA_CODEC_QUIRK(vend, dev, xname, val) \ argument 322 unsigned int codec; /* Codec vendor/device ID */ member [all …]
|
D | patch_sigmatel.c | 242 struct hda_codec *codec, in stac_playback_pcm_hook() 252 struct hda_codec *codec, in stac_capture_pcm_hook() 289 static void stac_gpio_set(struct hda_codec *codec, unsigned int mask, in stac_gpio_set() 327 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent); in stac_capture_led_update() local 338 static int stac_vrefout_set(struct hda_codec *codec, in stac_vrefout_set() 363 static unsigned int stac_vref_led_power_filter(struct hda_codec *codec, in stac_vref_led_power_filter() 373 static void stac_update_led_status(struct hda_codec *codec, bool muted) in stac_update_led_status() 402 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent); in stac_vmaster_hook() local 409 static void stac_update_outputs(struct hda_codec *codec) in stac_update_outputs() 421 unsigned int val = spec->gpio_data; in stac_update_outputs() local [all …]
|
D | hda_jack.c | 29 bool is_jack_detectable(struct hda_codec *codec, hda_nid_t nid) in is_jack_detectable() 46 static u32 read_pin_sense(struct hda_codec *codec, hda_nid_t nid, int dev_id) in read_pin_sense() 49 u32 val; in read_pin_sense() local 71 snd_hda_jack_tbl_get_mst(struct hda_codec *codec, hda_nid_t nid, int dev_id) in snd_hda_jack_tbl_get_mst() 92 snd_hda_jack_tbl_get_from_tag(struct hda_codec *codec, in snd_hda_jack_tbl_get_from_tag() 108 any_jack_tbl_get_from_nid(struct hda_codec *codec, hda_nid_t nid) in any_jack_tbl_get_from_nid() 128 snd_hda_jack_tbl_new(struct hda_codec *codec, hda_nid_t nid, int dev_id) in snd_hda_jack_tbl_new() 161 void snd_hda_jack_tbl_disconnect(struct hda_codec *codec) in snd_hda_jack_tbl_disconnect() 172 void snd_hda_jack_tbl_clear(struct hda_codec *codec) in snd_hda_jack_tbl_clear() 195 static void jack_detect_update(struct hda_codec *codec, in jack_detect_update() [all …]
|
D | patch_hdmi.c | 78 struct hda_codec *codec; member 132 struct hda_codec *codec; member 197 static inline bool codec_has_acomp(struct hda_codec *codec) in codec_has_acomp() 203 #define codec_has_acomp(codec) false argument 251 static int pin_id_to_pin_index(struct hda_codec *codec, in pin_id_to_pin_index() 276 static int hinfo_to_pcm_index(struct hda_codec *codec, in hinfo_to_pcm_index() 290 static int hinfo_to_pin_index(struct hda_codec *codec, in hinfo_to_pin_index() 323 static int cvt_nid_to_cvt_index(struct hda_codec *codec, hda_nid_t cvt_nid) in cvt_nid_to_cvt_index() 339 struct hda_codec *codec = snd_kcontrol_chip(kcontrol); in hdmi_eld_ctl_info() local 366 struct hda_codec *codec = snd_kcontrol_chip(kcontrol); in hdmi_eld_ctl_get() local [all …]
|
/linux-6.14.4/include/sound/ |
D | hda_regmap.h | 79 snd_hdac_regmap_write(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_regmap_write() 80 unsigned int verb, unsigned int val) in snd_hdac_regmap_write() 97 snd_hdac_regmap_update(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_regmap_update() 99 unsigned int val) in snd_hdac_regmap_update() 115 snd_hdac_regmap_read(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_regmap_read() 116 unsigned int verb, unsigned int *val) in snd_hdac_regmap_read() 136 snd_hdac_regmap_get_amp(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_regmap_get_amp() 140 int err, val; in snd_hdac_regmap_get_amp() local 160 snd_hdac_regmap_update_amp(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_regmap_update_amp() 161 int ch, int dir, int idx, int mask, int val) in snd_hdac_regmap_update_amp() [all …]
|
D | hdaudio.h | 171 static inline int snd_hdac_read_parm(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_read_parm() 174 unsigned int val; in snd_hdac_read_parm() local 187 static inline void snd_hdac_enter_pm(struct hdac_device *codec) in snd_hdac_enter_pm() 193 static inline void snd_hdac_leave_pm(struct hdac_device *codec) in snd_hdac_leave_pm() 198 static inline bool snd_hdac_is_in_pm(struct hdac_device *codec) in snd_hdac_is_in_pm() 203 static inline bool snd_hdac_is_power_on(struct hdac_device *codec) in snd_hdac_is_power_on() 208 static inline int snd_hdac_power_up(struct hdac_device *codec) { return 0; } in snd_hdac_power_up() 209 static inline int snd_hdac_power_down(struct hdac_device *codec) { return 0; } in snd_hdac_power_down() 210 static inline int snd_hdac_power_up_pm(struct hdac_device *codec) { return 0; } in snd_hdac_power_up_pm() 211 static inline int snd_hdac_power_down_pm(struct hdac_device *codec) { return 0; } in snd_hdac_power_down_pm() [all …]
|
/linux-6.14.4/sound/soc/codecs/ |
D | jz4760.c | 169 static int jz4760_codec_set_bias_level(struct snd_soc_component *codec, in jz4760_codec_set_bias_level() 199 struct snd_soc_component *codec = dai->component; in jz4760_codec_startup() local 216 struct snd_soc_component *codec = dai->component; in jz4760_codec_shutdown() local 227 struct snd_soc_component *codec = dai->component; in jz4760_codec_pcm_trigger() local 251 struct snd_soc_component *codec = dai->component; in jz4760_codec_mute_stream() local 254 unsigned int val, reg; in jz4760_codec_mute_stream() local 353 struct snd_soc_component *codec = snd_soc_dapm_to_component(w->dapm); in hpout_event() local 355 unsigned int val; in hpout_event() local 573 static void jz4760_codec_codec_init_regs(struct snd_soc_component *codec) in jz4760_codec_codec_init_regs() 626 static int jz4760_codec_codec_probe(struct snd_soc_component *codec) in jz4760_codec_codec_probe() [all …]
|
D | jz4770.c | 185 static int jz4770_codec_set_bias_level(struct snd_soc_component *codec, in jz4770_codec_set_bias_level() 219 struct snd_soc_component *codec = dai->component; in jz4770_codec_startup() local 236 struct snd_soc_component *codec = dai->component; in jz4770_codec_shutdown() local 247 struct snd_soc_component *codec = dai->component; in jz4770_codec_pcm_trigger() local 272 struct snd_soc_component *codec = dai->component; in jz4770_codec_mute_stream() local 275 unsigned int val; in jz4770_codec_mute_stream() local 376 struct snd_soc_component *codec = snd_soc_dapm_to_component(w->dapm); in hpout_event() local 378 unsigned int val; in hpout_event() local 600 static void jz4770_codec_codec_init_regs(struct snd_soc_component *codec) in jz4770_codec_codec_init_regs() 663 static int jz4770_codec_codec_probe(struct snd_soc_component *codec) in jz4770_codec_codec_probe() [all …]
|
/linux-6.14.4/sound/pci/ali5451/ |
D | ali5451.c | 141 #define ALI_REG(codec, x) ((codec)->port + x) argument 180 struct snd_ali *codec; member 264 static inline unsigned int snd_ali_5451_peek(struct snd_ali *codec, in snd_ali_5451_peek() 270 static inline void snd_ali_5451_poke(struct snd_ali *codec, in snd_ali_5451_poke() 272 unsigned int val) in snd_ali_5451_poke() 277 static int snd_ali_codec_ready(struct snd_ali *codec, in snd_ali_codec_ready() 299 static int snd_ali_stimer_ready(struct snd_ali *codec) in snd_ali_stimer_ready() 320 static void snd_ali_codec_poke(struct snd_ali *codec,int secondary, in snd_ali_codec_poke() 322 unsigned short val) in snd_ali_codec_poke() 352 static unsigned short snd_ali_codec_peek(struct snd_ali *codec, in snd_ali_codec_peek() [all …]
|
/linux-6.14.4/sound/pci/ |
D | azt3328.c | 335 snd_azf3328_codec_outb(const struct snd_azf3328_codec_data *codec, in snd_azf3328_codec_outb() 344 snd_azf3328_codec_inb(const struct snd_azf3328_codec_data *codec, unsigned reg) in snd_azf3328_codec_inb() 350 snd_azf3328_codec_outw(const struct snd_azf3328_codec_data *codec, in snd_azf3328_codec_outw() 359 snd_azf3328_codec_inw(const struct snd_azf3328_codec_data *codec, unsigned reg) in snd_azf3328_codec_inw() 365 snd_azf3328_codec_outl_multi(const struct snd_azf3328_codec_data *codec, in snd_azf3328_codec_outl_multi() 380 snd_azf3328_codec_inl(const struct snd_azf3328_codec_data *codec, unsigned reg) in snd_azf3328_codec_inl() 699 unsigned short reg_ac97, unsigned short val) in snd_azf3328_mixer_ac97_write() 857 static void snd_azf3328_mixer_reg_decode(struct azf3328_mixer_reg *r, unsigned long val) in snd_azf3328_mixer_reg_decode() 928 u16 oreg, val; in snd_azf3328_get_mixer() local 957 u16 oreg, nreg, val; in snd_azf3328_put_mixer() local [all …]
|