Lines Matching defs:codec
78 #define GET_REG(codec,reg) (snd_hda_codec_read(codec,reg,0,SI3054_VERB_READ_NODE,0)) argument
79 #define SET_REG(codec,reg,val) (snd_hda_codec_write(codec,reg,0,SI3054_VERB_WRITE_NODE,val)) argument
80 #define SET_REG_CACHE(codec,reg,val) \ argument
102 struct hda_codec *codec = snd_kcontrol_chip(kcontrol); in si3054_switch_get() local
112 struct hda_codec *codec = snd_kcontrol_chip(kcontrol); in si3054_switch_put() local
139 static int si3054_build_controls(struct hda_codec *codec) in si3054_build_controls()
150 struct hda_codec *codec, in si3054_pcm_prepare()
169 struct hda_codec *codec, in si3054_pcm_open()
199 static int si3054_build_pcms(struct hda_codec *codec) in si3054_build_pcms()
219 static int si3054_init(struct hda_codec *codec) in si3054_init()
263 static void si3054_free(struct hda_codec *codec) in si3054_free()
279 static int patch_si3054(struct hda_codec *codec) in patch_si3054()